beta-scss
Version:
Minimalistic utility SCSS kit for developer
31 lines (30 loc) • 855 B
JSON
{
"name": "beta-scss",
"version": "1.2.4",
"description": "Minimalistic utility SCSS kit for developer",
"main": "dist/style.js",
"scripts": {
"dev": "webpack --config webpack.config.js --mode development",
"prod": "webpack --config webpack.config.js --mode production",
"publish": "npm publish"
},
"devDependencies": {
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wifsimster/beta.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wifsimster/beta/issues"
},
"homepage": "https://github.com/Wifsimster/beta#readme"
}