You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
908 B
JSON
39 lines
908 B
JSON
{
|
|
"name": "vue-webtopo-svgeditor",
|
|
"version": "0.0.3",
|
|
"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"
|
|
}
|
|
} |