-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.57 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
58
59
60
61
{
"name": "@zero-ui/vue",
"version": "1.0.9",
"private": false,
"author": {
"name": "luren"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && node ./examples/build",
"lint": "vue-cli-service lint",
"build:umd": "vue-cli-service build --target lib --name zero --dest lib packages/index.ts",
"build:demand": "vue-cli-service build",
"prepublishOnly": "npm run build:umd"
},
"main": "lib/zero.umd.min.js",
"devDependencies": {
"@popperjs/core": "^2.4.4",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-rc.7",
"async-validator": "^3.4.0",
"core-js": "^3.6.5",
"github-markdown-css": "^4.0.0",
"markdown-it": "^11.0.0",
"mitt": "^2.1.0",
"prismjs": "^1.21.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"throttle-debounce": "^2.3.0",
"typescript": "~3.9.3",
"vue": "^3.0.0-rc.7",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.9.0"
},
"bugs": {
"url": "https://github.com/kscript/zero/issues"
},
"homepage": "https://github.com/kscript",
"keywords": [
"vue",
"vue3",
"vue-cli",
"vue-next",
"ui",
"element-ui",
"zero-ui",
"demo"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:kscript/zero.git"
}
}