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.
vue-webtopo-svgeditor/package.json

39 lines
908 B
JSON

5 years ago
{
"name": "vue-webtopo-svgeditor",
"version": "0.0.1",
"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"
}
},
5 years ago
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
5 years ago
},
"dependencies": {
"axios": "^0.22.0",
"vue": "^3.2.6"
5 years ago
},
"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"
}
}