-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "wheels-ada",
"version": "0.3.3",
"description": "这是一个 UI 框架",
"main": "dist/index.js",
"scripts": {
"start": "npx parcel index.html --no-cache",
"dev-test": "parcel watch test/* --no-cache & karma start",
"test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
"serve": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/Adashuai5/wheels-ada.git"
},
"keywords": [
"vue,ui"
],
"author": "Zhou Yuanda",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/Adashuai5/wheels-ada/issues"
},
"homepage": "/~https://github.com/Adashuai5/wheels-ada#readme",
"dependencies": {
"parcel": "^1.12.4",
"sass-loader": "^8.0.2",
"svg": "^0.1.0",
"vue": "^2.6.14"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-spies": "^1.0.0",
"karma": "^6.3.4",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"mocha": "^9.0.2",
"parcel-bundler": "^1.12.5",
"sass": "^1.26.3",
"sinon": "^11.1.1",
"sinon-chai": "^3.7.0",
"vuepress": "^1.8.2"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}