51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "yaa-ui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@antv/g2": "5.0.0-beta.4",
|
|
"axios": "^1.1.3",
|
|
"crypto-js": "^4.1.1",
|
|
"vue": "^3.2.41",
|
|
"vue-router": "^4.1.6",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sicons/fluent": "^0.12.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/lodash": "^4.14.186",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^18.11.7",
|
|
"@vicons/fluent": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vue/runtime-core": "^3.2.41",
|
|
"autoprefixer": "^10.4.13",
|
|
"css-doodle": "^0.30.4",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"naive-ui": "^2.33.5",
|
|
"postcss": "^8.4.18",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"sass": "^1.55.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"terser": "^5.15.1",
|
|
"typescript": "^4.8.4",
|
|
"unplugin-auto-import": "^0.11.4",
|
|
"unplugin-vue-components": "^0.22.9",
|
|
"vite": "^3.2.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue-tsc": "^1.0.9",
|
|
"vuedraggable": "^4.1.0"
|
|
}
|
|
}
|