UNPKG

beta-scss

Version:

Minimalistic utility SCSS kit for developer

37 lines (36 loc) 1.14 kB
{ "name": "beta-scss", "version": "1.6.2", "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.1", "@commitlint/config-conventional": "^12.1.1", "clean-webpack-plugin": "^3.0.0", "css-loader": "^5.2.0", "eslint": "^7.27.0", "husky": "^6.0.0", "sass": "^1.34.0", "sass-loader": "^12.0.0", "style-loader": "^2.0.0", "webpack": "^5.38.1", "webpack-cli": "^4.7.0" }, "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" }