forked from chenlong-io/micro-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dll": "npx webpack --config webpack.dll.config.babel.js --progress --color"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.2",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"add-asset-html-webpack-plugin": "^3.1.3",
"ali-oss": "^6.1.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.2",
"core-js": "^3.3.5",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"lerna": "^3.16.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"webpackbar": "^4.0.0"
},
"dependencies": {
"react": "16.11.0",
"react-dom": "16.11.0",
"mobx": "5.14.2",
"mobx-react": "6.1.4",
"antd": "3.8.4",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.1.2",
"single-spa": "^4.4.1",
"single-spa-react": "^2.10.3"
}
}