forked from Wifsimster/beta-scss
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "beta-scss",
"version": "1.5.11",
"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": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"sass": "^1.24.4",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"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"
}