| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "fs-admin",
- "version": "0.0.0",
- "scripts": {
- "dev": "vite",
- "build": "run-p type-check build-only",
- "preview": "vite preview --port 4173",
- "build-only": "vite build",
- "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.9",
- "@icon-park/vue-next": "^1.4.2",
- "@vueuse/core": "^9.2.0",
- "@wangeditor/editor": "^5.1.18",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^0.27.2",
- "element-plus": "^2.2.17",
- "nprogress": "^0.2.0",
- "pinia": "^2.0.22",
- "vue": "^3.2.39",
- "vue-router": "^4.1.5"
- },
- "devDependencies": {
- "@iconify-json/ep": "^1.1.7",
- "@rushstack/eslint-patch": "^1.2.0",
- "@types/node": "^16.11.59",
- "@types/nprogress": "^0.2.0",
- "@vitejs/plugin-vue": "^3.1.0",
- "@vitejs/plugin-vue-jsx": "^2.0.1",
- "@vue/eslint-config-prettier": "^7.0.0",
- "@vue/eslint-config-typescript": "^11.0.1",
- "@vue/tsconfig": "^0.1.3",
- "eslint": "^8.23.1",
- "eslint-plugin-vue": "^9.5.1",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.7.1",
- "sass": "^1.54.9",
- "typescript": "~4.7.4",
- "unocss": "^0.45.22",
- "unplugin-auto-import": "^0.11.2",
- "unplugin-icons": "^0.14.10",
- "unplugin-vue-components": "^0.22.7",
- "unplugin-vue-define-options": "^0.11.2",
- "vite": "^3.1.3",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue-tsc": "^0.39.5"
- }
- }
|