package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "fs-admin",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "run-p type-check build-only",
  7. "preview": "vite preview --port 4173",
  8. "build-only": "vite build",
  9. "type-check": "vue-tsc --noEmit",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  11. },
  12. "dependencies": {
  13. "@vueuse/core": "^9.1.1",
  14. "axios": "^0.27.2",
  15. "element-plus": "^2.2.15",
  16. "pinia": "^2.0.17",
  17. "vue": "^3.2.37",
  18. "vue-router": "^4.1.3"
  19. },
  20. "devDependencies": {
  21. "@rushstack/eslint-patch": "^1.1.4",
  22. "@types/node": "^16.11.47",
  23. "@vitejs/plugin-vue": "^3.0.1",
  24. "@vitejs/plugin-vue-jsx": "^2.0.0",
  25. "@vue/eslint-config-prettier": "^7.0.0",
  26. "@vue/eslint-config-typescript": "^11.0.0",
  27. "@vue/tsconfig": "^0.1.3",
  28. "eslint": "^8.21.0",
  29. "eslint-plugin-vue": "^9.3.0",
  30. "npm-run-all": "^4.1.5",
  31. "prettier": "^2.7.1",
  32. "typescript": "~4.7.4",
  33. "unplugin-auto-import": "^0.11.2",
  34. "unplugin-vue-components": "^0.22.4",
  35. "vite": "^3.0.4",
  36. "vue-tsc": "^0.39.5"
  37. }
  38. }