package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "jeff-rfid-ui",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --mode development",
  8. "import-z-decorator": "npm uninstall z-decorator-view z-decorator && npm install z-decorator-view z-decorator --save",
  9. "build": "run-p type-check \"build-only {@}\" --",
  10. "preview": "vite preview",
  11. "build-only": "vite build --mode production",
  12. "type-check": "vue-tsc --build --force",
  13. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  14. "format": "prettier --write src/",
  15. "build-test": "rm -rf ./dist && vite build --mode test && scp -r ./dist green-box-public:/mnt/webapp/lentree.dust/UI"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^2.3.1",
  19. "animate.css": "^4.1.1",
  20. "axios": "^1.6.8",
  21. "crypto-js": "^4.2.0",
  22. "echarts": "^5.5.0",
  23. "element-plus": "^2.7.2",
  24. "qs": "^6.12.1",
  25. "vue": "^3.3.4",
  26. "vue-router": "^4.2.5",
  27. "z-decorator": "^0.0.120",
  28. "z-decorator-view": "^0.0.199"
  29. },
  30. "devDependencies": {
  31. "@rushstack/eslint-patch": "^1.8.0",
  32. "@tsconfig/node20": "^20.1.4",
  33. "@types/node": "^20.12.5",
  34. "@vitejs/plugin-vue": "^5.0.4",
  35. "@vitejs/plugin-vue-jsx": "^3.1.0",
  36. "@vue/eslint-config-prettier": "^9.0.0",
  37. "@vue/eslint-config-typescript": "^13.0.0",
  38. "@vue/tsconfig": "^0.5.1",
  39. "eslint": "^8.57.0",
  40. "eslint-plugin-vue": "^9.23.0",
  41. "npm-run-all2": "^6.1.2",
  42. "prettier": "^3.2.5",
  43. "sass": "^1.75.0",
  44. "typescript": "~5.4.0",
  45. "vite": "^5.2.8",
  46. "vue-tsc": "^2.0.11"
  47. }
  48. }