-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 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
49
50
{
"name": "wocwin-qiankun",
"version": "1.0.0",
"description": "wocwin+qiankun技术栈实现的前端微应用架构。",
"scripts": {
"install": "npm-run-all install:* ",
"install:main": "cd main && npm install",
"install:vue2": "cd wocwin-vue2 && npm install",
"install:vue3": "cd wocwin-admin && pnpm install",
"start": "npm-run-all start:* ",
"start:main": "cd main && start cmd /k npm run serve",
"start:vue2": "cd wocwin-vue2 && start cmd /k npm run serve",
"start:vue3": "cd wocwin-admin && start cmd /k npm run serve",
"deploy": "deploy.sh",
"build": "cd main && npm run prod",
"build:all": "npm-run-all build:* ",
"build:main": "cd main && npm run prod",
"build:vue2": "cd wocwin-vue2 && npm run prod",
"build:vue3": "cd wocwin-admin && npm run prod"
},
"repository": {
"type": "git",
"url": "https://github.com/wocwin/wocwin-qiankun.git"
},
"homepage": "https://wocwin.github.io/wocwin-qiankun/",
"keywords": [
"vue",
"vue3",
"vite",
"webpack",
"t-ui",
"qiankun",
"element-ui",
"vitepress",
"ts",
"es6",
"element-plus",
"ant-design-vue"
],
"author": "wocwin",
"license": "MIT",
"devDependencies": {
"sass": "1.26.5",
"sass-loader": "8.0.2",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"qs": "^6.10.1"
}
}