package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "cpdm_pc",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host 0.0.0.0",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@types/crypto-js": "^4.2.2",
  17. "axios": "^1.7.2",
  18. "crypto-js": "^4.2.0",
  19. "date-fns": "^3.6.0",
  20. "echarts": "^5.5.1",
  21. "element-plus": "^2.7.7",
  22. "js-md5": "^0.8.3",
  23. "pinia": "^2.1.7",
  24. "pinia-plugin-persistedstate": "^3.2.1",
  25. "screenfull": "^6.0.2",
  26. "vue": "^3.4.29",
  27. "vue-router": "^4.3.3"
  28. },
  29. "devDependencies": {
  30. "@rushstack/eslint-patch": "^1.8.0",
  31. "@tsconfig/node20": "^20.1.4",
  32. "@types/node": "^20.16.10",
  33. "@vitejs/plugin-vue": "^5.0.5",
  34. "@vitejs/plugin-vue-jsx": "^4.0.0",
  35. "@vue/eslint-config-prettier": "^9.0.0",
  36. "@vue/eslint-config-typescript": "^13.0.0",
  37. "@vue/tsconfig": "^0.5.1",
  38. "eslint": "^8.57.0",
  39. "eslint-plugin-vue": "^9.23.0",
  40. "npm-run-all2": "^6.2.0",
  41. "prettier": "^3.2.5",
  42. "sass": "^1.77.8",
  43. "typescript": "~5.4.0",
  44. "vite": "^5.3.1",
  45. "vue-tsc": "^2.0.21"
  46. }
  47. }