package.json 996 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "-frpc-dashboard",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  12. },
  13. "dependencies": {
  14. "element-plus": "^2.3.3",
  15. "vue": "^3.2.47",
  16. "vue-router": "^4.1.6"
  17. },
  18. "devDependencies": {
  19. "@rushstack/eslint-patch": "^1.1.4",
  20. "@types/node": "^18.11.12",
  21. "@vitejs/plugin-vue": "^4.0.0",
  22. "@vue/eslint-config-prettier": "^7.0.0",
  23. "@vue/eslint-config-typescript": "^11.0.0",
  24. "@vue/tsconfig": "^0.1.3",
  25. "eslint": "^8.22.0",
  26. "eslint-plugin-vue": "^9.3.0",
  27. "npm-run-all": "^4.1.5",
  28. "prettier": "^2.7.1",
  29. "typescript": "~4.7.4",
  30. "unplugin-auto-import": "^0.14.3",
  31. "unplugin-vue-components": "^0.24.0",
  32. "vite": "^4.0.0",
  33. "vue-tsc": "^1.0.12"
  34. }
  35. }