-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 744 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 744 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
{
"name": "robynm",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "webpack --config webpack.config.js --mode=development -w",
"build": "webpack --config webpack.config.js --mode=production"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass": "^1.22.10",
"sass-loader": "^8.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"fibers": "^4.0.1"
}
}