-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 974 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 974 Bytes
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
{
"name": "neutrino-preset-extractstyles",
"version": "2.0.0-rc.1",
"description": "Neutrino preset for extracting css files to a separate bundle.",
"main": "src/index.js",
"keywords": [
"neutrino",
"neutrino-preset"
],
"author": "Capi Etheriel <barraponto@gmail.com> (https://barraponto.blog.br)",
"repository": "https://github.com/barraponto/neutrino-preset-extractstyles",
"bugs": "https://github.com/barraponto/neutrino-preset-extractstyles/issues",
"license": "GPL-3.0",
"dependencies": {
"extract-text-webpack-plugin": "^3.0.0"
},
"peerDependencies": {
"neutrino": "^7.0.0"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.9.0",
"eslint-plugin-prettier": "^2.3.1",
"neutrino": "^7.2.1",
"neutrino-preset-airbnb-base": "^7.2.1",
"prettier": "^1.7.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}