-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 844 Bytes
/
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
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": ">=3.4.1",
"jquery": ">=3.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-jsonschema-form": "^1.5.0",
"react-router": "^5.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"watch": "webpack --watch -d",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.2",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.1.0"
}
}