beta-scss
Version:
Minimalistic utility SCSS kit for developer
37 lines (36 loc) • 1.15 kB
JSON
{
"name": "beta-scss",
"version": "1.8.1",
"description": "Minimalistic utility SCSS kit for developer",
"main": "dist/style.js",
"scripts": {
"lint": "eslint --fix --ext .js,.vue src/",
"build:dev": "webpack --config webpack.config.js --mode development",
"build:prod": "webpack --config webpack.config.js --mode production",
"build:stats": "webpack --config webpack.config.js --mode production --json > stats.json",
"publish": "npm publish"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.7",
"eslint": "^7.32.0",
"husky": "^6.0.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm fsimster/beta.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wifsimster/beta/issues"
},
"homepage": "https://github.com/Wifsimster/beta#readme"
}