-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 839 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 839 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
{
"repository": {
"type": "git",
"url": "https://github.com/Rhym/silverstripe-cms-theme"
},
"scripts": {
"watch": "./node_modules/.bin/webpack --watch --progress --colors",
"build": "./node_modules/.bin/webpack -p --progress --colors"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^9.7.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.3.2",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}