forked from yaolunmao/vue-webtopo-svgeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 908 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": "vue-webtopo-svgeditor",
"version": "0.0.4",
"files": [
"dist"
],
"module": "./dist/vue-webtopo-svgeditor.es.ts",
"main": "./dist/vue-webtopo-svgeditor.umd.ts",
"exports": {
".": {
"import": "./dist/vue-webtopo-svgeditor.es.ts",
"require": "./dist/vue-webtopo-svgeditor.umd.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.22.0",
"vue": "^3.2.6"
},
"devDependencies": {
"@vicons/fluent": "^0.11.0",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"naive-ui": "^2.18.2",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"echarts": "^5.2.1",
"vue-echarts": "^6.0.0",
"vue-tsc": "^0.2.2"
}
}