-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.24 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
{
"name": "bulmswatch",
"version": "1.0.0",
"description": "Assets source for the bulmswatch website",
"main": "index.js",
"scripts": {
"start": "webpack --config app/assets/webpack.dev.js --progress --colors --watch",
"build:dev": "webpack --config app/assets/webpack.dev.js --progress",
"build:prod": "NODE_ENV=production webpack --config app/assets/webpack.prod.js --progress --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wagon",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"bulma": "^0.7.4",
"bulma-dashboard": "^0.1.40",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"image-webpack-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-livereload-plugin": "^2.2.0",
"webpack-merge": "^4.1.4"
}
}