-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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": "new_test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js -p"
},
"dependencies": {
"angular": "^1.7.1",
"angular-ui-router": "^1.0.18",
"axios": "^0.18.0",
"react": "^16.4.0",
"react-axios": "^2.0.3",
"react-dom": "^16.4.0",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.3.1",
"single-spa": "^3.9.1",
"single-spa-angularjs": "^3.0.1",
"single-spa-react": "^2.5.4"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"html-loader": "^0.5.5",
"style-loader": "^0.21.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.2.1"
}
}