-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
39
40
41
42
43
44
45
46
47
48
{
"name": "msa-poc-basic-1-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "NODE_ENV=production webpack",
"start": "webpack --watch",
"build": "webpack --mode production"
},
"keywords": [],
"author": "Gary Liu",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.7.4",
"@babel/node": "7.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-react": "7.7.4",
"babel-loader": "8.0.6",
"css-loader": "3.2.0",
"file-loader": "5.0.2",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.13.0",
"path": "0.12.7",
"sass-loader": "8.0.0",
"style-loader": "1.0.1",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0"
},
"dependencies": {
"@babel/cli": "^7.0.0",
"@loadable/component": "^5.11.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-react-app": "^9.0.2",
"bootstrap": "^4.4.1",
"react": "16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-bootstrap-datetimepicker": "^0.0.22",
"react-dom": "16.12.0",
"react-loadable": "^5.5.0",
"react-router": "^5.1.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2"
}
}