-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "importor",
"version": "1.0.2",
"main": "output/index.js",
"scripts": {
"main": "vue-cli-service serve",
"build-main": "vue-cli-service build",
"app3": "cd apps/app3 && npm run dev",
"build-app3": "cd apps/app3 && npm run build",
"build": "npx rollup -c rollup.config.js"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.15.8",
"axios": "^0.21.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-alias": "^2.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"files": [
"importor",
"output"
],
"repository": {
"type": "git",
"url": "git+https://github.com/caiwuu/Importor.git"
},
"keywords": [
"microFrontEnd",
"微前端",
"importor"
],
"author": "caiwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/caiwuu/Importor/issues"
},
"homepage": "https://github.com/caiwuu/Importor#readme"
}