-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
{
"name": "zjt-ui",
"version": "0.0.3",
"description": "ZJT-UI 从零开始的UI组件库",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs --temp .temp",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh"
},
"repository": {
"type": "git",
"url": "https://gitee.com/zjt1326002840/zjt-ui.git"
},
"keywords": [
"vue",
"ui"
],
"author": "zjt",
"license": "MIT",
"dependencies": {
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^5.1.1",
"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": "^8.1.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"sass-resources-loader": "^2.0.3",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.5.3"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}