-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "indecision-app",
"version": "1.0.0",
"main": "index.js",
"author": "Hsins",
"license": "MIT",
"scripts": {
"server": "live-server public/",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"live-server": "^1.2.1",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-modal": "^3.8.2",
"validator": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}