babel-plugin-transform-scss
Version:
Babel plugin for transpile scss or sass imports to css and embedding them in the head of the document
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "babel-plugin-transform-scss",
"version": "1.2.0",
"description": "Babel plugin for transpile scss or sass imports to css and embedding them in the head of the document",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/altgifted/babel-plugin-transform-scss.git"
},
"keywords": [
"webpack",
"sass-loader",
"transpile",
"transform",
"scss",
"sass",
"css",
"babel",
"plugin"
],
"author": "Vitaliy Baum",
"license": "ISC",
"bugs": {
"url": "https://github.com/altgifted/babel-plugin-transform-scss/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/altgifted/babel-plugin-transform-scss#readme",
"peerDependencies": {
"node-sass": "^8.0.0",
"path": "^0.12.7",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
"node-sass": {
"optional": true
},
"sass": {
"optional": true
}
},
"devDependencies": {
"node-sass": "^8.0.0",
"sass": "^1.35.2"
},
"dependencies": {
"path": "^0.12.7"
}
}