-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
94 lines (94 loc) · 3.11 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "react-vue-micro-frame",
"version": "0.1.7",
"description": "react-vue-micro-frame",
"main": "lib/index.js",
"scripts": {
"start": "concurrently \"npm run start:demo\" \"npm run start:rollup\" \"node ./mock-component/server.js\"",
"start:rollup": "NODE_ENV=development rollup --config ./config/rollup/rollup.dev.conf.js -w",
"start:demo": "node_modules/.bin/webpack-dev-server --config config/webpack/webpack.config.js --open",
"start2": "NODE_ENV=development rollup --config ./config/rollup.dev.conf.js -w && livereload 'src/' ",
"build": "NODE_ENV=production rollup --config ./config/rollup/rollup.prod.conf.js",
"test": "jest --config",
"publish:component": "npm run build && npm publish"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.8.3",
"@types/jest": "^24.0.23",
"antd": "^3.26.9",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-external-helpers": "^6.22.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.1.0",
"css-loader": "^3.4.2",
"custom-event": "^1.0.1",
"dtsmake": "0.0.10",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.0",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"prettier": "^1.19.1",
"rollup": "^1.27.13",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-live-server": "^1.0.3",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.25.3",
"style-loader": "^1.1.3",
"ts-jest": "^24.2.0",
"tslint": "^6.0.0-beta0",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.3",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/single-spa-react": "^2.8.3",
"babel-runtime": "^6.26.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"single-spa": "^4.4.3",
"single-spa-react": "^2.11.0",
"single-spa-vue": "1.7.0",
"vue": "^2.6.11"
},
"repository": {
"type": "git",
"url": "[email protected]:y805939188/react-vue-micro-frame.git"
},
"keywords": [
"react-micro-frontends",
"vue-micro-frontends",
"react-vue-micro-frontends",
"micro-frontends",
"vue-micro-frontends",
"react-micro-frontends",
"react-vue-micro-frame",
"vue-in-react",
"vue in react",
"react-vue"
]
}