multiStoreAdmin/package.json

71 lines
2.4 KiB
JSON
Raw Normal View History

2024-06-01 09:08:19 +08:00
{
"name": "vue-project",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
2024-06-01 09:46:44 +08:00
"local": "vite --mode loc",
"prod": "vite --mode production",
2024-06-01 09:08:19 +08:00
"preview": "vite preview --port 4173",
"build": "vite build && node scripts/release.mjs",
2024-06-01 09:25:15 +08:00
"build:prod": "vite build --mode production",
"release:stage": "vite build --mode staging && node scripts/release.mjs",
2024-06-01 09:08:19 +08:00
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@highlightjs/vue-plugin": "^2.1.0",
"@wangeditor/editor": "^5.1.12",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.27.2",
"css-color-function": "^1.3.3",
"echarts": "^5.3.3",
2024-07-04 15:00:51 +08:00
"element-plus": "^2.7.6",
2024-06-01 09:08:19 +08:00
"highlight.js": "^11.6.0",
"moment": "^2.30.1",
2024-06-01 09:08:19 +08:00
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-clipboard3": "^2.0.0",
"vue-echarts": "^6.2.3",
2024-06-05 00:37:28 +08:00
"vue-jsonp": "^2.0.0",
2024-09-19 11:09:33 +08:00
"vue-project": "file:",
2024-06-01 09:08:19 +08:00
"vue-router": "^4.0.16",
"vue3-video-play": "1.3.1-beta.6",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.41",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"consola": "^2.15.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"sass": "^1.53.0",
"tailwindcss": "^3.0.24",
"terser": "^5.15.1",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.9.2",
"unplugin-vue-components": "^0.19.9",
"vite": "^3.0.0",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^0.38.1"
}
}