-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 963 Bytes
/
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
{
"name": "alive-work-ui",
"version": "1.1.0",
"files": [
"package/lib/*"
],
"main": "package/lib/alive-work-ui.js",
"scripts": {
"dev": "vite",
"build": "rm -rf ./dist/ && vite build"
},
"dependencies": {
"highlight.js": "10.3.2",
"marked": "1.2.5",
"vue": "3.0.2",
"vue-router": "4.0.0-beta.13"
},
"devDependencies": {
"@vue/compiler-sfc": "3.0.2",
"rollup-plugin-esbuild": "2.5.0",
"rollup-plugin-scss": "2.6.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-vue": "6.0.0-beta.10",
"sass": "^1.29.0",
"vite": "1.0.0-rc.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AliveCrow/AliveUI.git"
},
"keywords": ["vue3","vite","UI"],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AliveCrow/AliveUI/issues"
},
"homepage": "https://github.com/AliveCrow/AliveUI#readme",
"description": "vue3.0的开源UI组件库"
}