-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 869 Bytes
/
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
{
"name": "next-css-unpluggable",
"version": "2.1.16",
"main": "index.js",
"license": "MIT",
"repository": "next-css-unpluggable",
"scripts": {
"release": "standard-version"
},
"dependencies": {
"css-loader": "^2.1.1",
"extract-css-chunks-webpack-plugin": "^4.2.0",
"extracted-loader": "1.0.4",
"find-up": "2.1.0",
"ignore-loader": "0.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.3.2",
"@commitlint/config-conventional": "^7.3.1",
"cz-conventional-changelog": "^2.1.0",
"standard-version": "^4.4.0",
"webpack": "^4.16.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}