-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "samwick",
"version": "0.0.1",
"description": "A Vue UI component library",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"dev-test": "parcel watch test/* --no-cache & karma start",
"test": "parcel build test/* --no-cache --no-minify && karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OrangeSAM/Vue-Wick.git"
},
"keywords": [
"vue",
"ui",
"libray"
],
"author": "liuyibi",
"license": "MIT",
"bugs": {
"url": "https://github.com/OrangeSAM/Vue-Wick/issues"
},
"homepage": "https://github.com/OrangeSAM/Vue-Wick#readme",
"dependencies": {
"highlight.js": "^10.1.1",
"sass-loader": "^9.0.2",
"stylus": "^0.54.5",
"velocity-animate": "^1.5.2",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^6.2.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.22.10",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0",
"vue-template-compiler": "^2.6.10"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}