-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 930 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
40
{
"name": "os-ui",
"version": "0.0.7",
"files": ["dist/lib/*"],
"main": "dist/lib/os-ui.js",
"homepage": "https://jsmond.gitee.io/os-ui/index.html",
"description": "An ui lib with Vue3.0 and Tyepscript",
"author": {
"name": "Jsmond2016"
},
"repository": {
"type": "git",
"url": "https://github.com/Jsmond2016/os-ui"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"resolutions": {
"node-sass": "npm:sass@^1.26.11"
},
"dependencies": {
"github-markdown-css": "^4.0.0",
"marked": "^1.1.1"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"sass": "^1.26.11",
"vite": "^1.0.0-rc.1",
"prismjs": "^1.21.0",
"rollup-plugin-esbuild": "^2.5.0",
"rollup-plugin-scss": "^2.6.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.0.0",
"vue-router": "4.0.0-beta.7"
}
}