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.
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "alis-generator-ui",
|
|
"version": "1.0.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --fix --ext .vue,.jsx,.ts,.tsx ."
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.0.6",
|
|
"@vueuse/core": "9.1.1",
|
|
"axios": "0.27.2",
|
|
"crypto-js": "^4.1.1",
|
|
"element-plus": "2.3.4",
|
|
"qs": "6.10.3",
|
|
"sortablejs": "^1.15.0",
|
|
"vue": "3.2.39",
|
|
"vue-router": "4.1.5",
|
|
"vxe-table": "^4.3.5",
|
|
"xe-utils": "^3.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "7.17.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/node": "17.0.41",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/qs": "6.9.7",
|
|
"@types/sortablejs": "^1.10.7",
|
|
"@vitejs/plugin-vue": "3.0.3",
|
|
"@vue/compiler-sfc": "3.2.39",
|
|
"@vue/eslint-config-prettier": "7.0.0",
|
|
"@vue/eslint-config-typescript": "10.0.0",
|
|
"@vue/tsconfig": "0.1.3",
|
|
"eslint": "8.13.0",
|
|
"eslint-plugin-vue": "8.6.0",
|
|
"prettier": "2.6.2",
|
|
"sass": "1.50.1",
|
|
"typescript": "4.7.4",
|
|
"vite": "3.2.5",
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
"vue-tsc": "0.40.13"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue3",
|
|
"vuejs",
|
|
"vite",
|
|
"element-plus",
|
|
"generator",
|
|
"alis-generator"
|
|
],
|
|
"license": "MIT"
|
|
}
|