-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
56
57
{
"name": "leoz-gulu",
"version": "0.0.2",
"description": "这是一个UI框架",
"main": "index.js",
"scripts": {
"start": "parcel index.html --no-cache",
"dev-test": "parcel watch test/* --no-cache & karma start",
"test": "parcel build test/* --no-minify && karma start --single-run",
"build": "parcel build index.js --no-cache --no-minify",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leonardo-zyh/gulu-UI.git"
},
"keywords": [
"Vue,ui"
],
"author": "\"\"\u001b[DLeoz\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/Leonardo-zyh/gulu-UI/issues"
},
"homepage": "https://github.com/Leonardo-zyh/gulu-UI#readme",
"dependencies": {
"chai-spies": "^1.0.0",
"git": "^0.1.5",
"node-sass": "^4.11.0",
"open": "0.0.5",
"vue": "^2.5.17",
"vue-hot-reload-api": "^2.3.1"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.3.0",
"chai": "^4.2.0",
"karma": "^3.1.3",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^5.2.0",
"parcel-bundler": "^1.10.3",
"sass": "^1.15.1",
"sass-loader": "^7.1.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"vue-server-renderer": "^2.5.17",
"vue-template-compiler": "^2.5.17",
"vuepress": "^0.14.8"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}