-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "caixukun",
"version": "1.0.0",
"description": "北冥有鲲,其名菜虚,会唱,跳,rap,篮球的微前端小框架",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"react":"http-server examples/react/dist -p 9001",
"vue2":"http-server examples/vue2/dist -p 9002",
"vue3":"http-server examples/vue3/dist -p 9003",
"simple1":"http-server examples/simple1 -p 9004",
"simple2":"http-server examples/simple2 -p 9005",
"example" : "npm-run-all --parallel simple1 simple2 react vue2 vue3",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hug-sun/caixukun.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hug-sun/caixukun/issues"
},
"homepage": "https://github.com/hug-sun/caixukun#readme",
"devDependencies": {
"http-server": "^0.12.3"
},
"dependencies": {
"npm-run-all": "^4.1.5"
}
}