-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "ories-gulu",
"version": "0.0.8",
"description": "UI框架",
"main": "dist/index.js",
"scripts": {
"start": "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",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingories/gulu-demo.git"
},
"keywords": [
"vue",
"ui"
],
"author": "ories zhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/codingories/gulu-demo/issues"
},
"homepage": "https://github.com/codingories/gulu-demo#readme",
"dependencies": {
"dart-sass": "^1.23.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.0.1",
"vue": "^2.5.16",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.1",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^4.4.1",
"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": "^7.0.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.25.0",
"sinon": "^8.0.4",
"sinon-chai": "^3.4.0",
"typescript": "^3.7.5",
"vue-template-compiler": "^2.6.11",
"vuepress": "^0.13.1"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}