package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "@simple-template/web",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
  7. "serve": "pnpm dev",
  8. "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
  9. "build:staging": "rimraf dist && vite build --mode staging",
  10. "report": "rimraf dist && vite build",
  11. "preview": "vite preview",
  12. "preview:build": "pnpm build && vite preview",
  13. "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
  14. "svgo": "svgo -f src/assets/svg -o src/assets/svg",
  15. "clean:cache": "rimraf node_modules && pnpm install",
  16. "lint:eslint": "eslint --ignore-path ../.eslintignore --cache --cache-location node_modules/.cache/eslint/.eslintcache --max-warnings 0 \"{src,build}/**/*.{vue,js,ts,tsx}\"",
  17. "lint:prettier": "prettier --check \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
  18. "lint:stylelint": "pnpm --dir .. exec stylelint \"web/**/*.{html,vue,css,scss}\" --config ./stylelint.config.cjs --ignore-path ./.stylelintignore --cache --cache-location web/node_modules/.cache/stylelint/",
  19. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  20. "prepare": "echo \"Git hooks are managed by ../../.githooks\"",
  21. "preinstall": "npx only-allow pnpm"
  22. },
  23. "browserslist": [
  24. "> 1%",
  25. "not ie 11",
  26. "not op_mini all"
  27. ],
  28. "dependencies": {
  29. "@pureadmin/descriptions": "^1.1.1",
  30. "@pureadmin/table": "^2.3.2",
  31. "@pureadmin/utils": "^1.9.6",
  32. "@vueuse/core": "^10.2.0",
  33. "@vueuse/motion": "^2.0.0",
  34. "animate.css": "^4.1.1",
  35. "axios": "^1.4.0",
  36. "crypto-js": "^4.1.1",
  37. "dayjs": "^1.11.8",
  38. "echarts": "^5.4.2",
  39. "element-plus": "2.3.6",
  40. "js-cookie": "^3.0.5",
  41. "jsencrypt": "^3.3.2",
  42. "mitt": "^3.0.0",
  43. "nprogress": "^0.2.0",
  44. "path": "^0.12.7",
  45. "pinia": "^2.1.4",
  46. "pinyin-pro": "^3.15.2",
  47. "cropperjs": "^1.5.13",
  48. "vue-tippy": "^6.2.0",
  49. "qrcode": "^1.5.3",
  50. "qs": "^6.11.2",
  51. "responsive-storage": "^2.2.0",
  52. "sortablejs": "^1.15.0",
  53. "typeit": "^8.7.1",
  54. "vue": "^3.3.4",
  55. "vue-router": "^4.2.2",
  56. "vue-types": "^5.1.0",
  57. "xlsx": "^0.18.5"
  58. },
  59. "devDependencies": {
  60. "@iconify-icons/ep": "^1.2.12",
  61. "@iconify-icons/ri": "^1.2.9",
  62. "@iconify/vue": "^4.1.1",
  63. "@pureadmin/theme": "^3.1.0",
  64. "@types/js-cookie": "^3.0.3",
  65. "@types/node": "^20.3.1",
  66. "@types/nprogress": "0.2.0",
  67. "@types/qs": "^6.9.7",
  68. "@types/sortablejs": "^1.15.1",
  69. "@typescript-eslint/eslint-plugin": "^5.60.0",
  70. "@typescript-eslint/parser": "^5.60.0",
  71. "@vitejs/plugin-vue": "^4.2.3",
  72. "@vitejs/plugin-vue-jsx": "^3.0.1",
  73. "@vue/eslint-config-prettier": "^7.1.0",
  74. "@vue/eslint-config-typescript": "^11.0.3",
  75. "autoprefixer": "^10.4.14",
  76. "cssnano": "^6.0.1",
  77. "eslint": "^8.43.0",
  78. "eslint-plugin-prettier": "^4.2.1",
  79. "eslint-plugin-vue": "^9.15.1",
  80. "picocolors": "^1.0.0",
  81. "postcss": "^8.4.24",
  82. "postcss-import": "^15.1.0",
  83. "prettier": "^2.8.8",
  84. "rimraf": "^5.0.1",
  85. "rollup-plugin-visualizer": "^5.9.2",
  86. "sass": "^1.63.6",
  87. "svgo": "^3.0.2",
  88. "tailwindcss": "^3.3.2",
  89. "typescript": "5.0.4",
  90. "vite": "^4.3.9",
  91. "vite-plugin-cdn-import": "^0.3.5",
  92. "vite-plugin-compression": "^0.5.1",
  93. "vite-plugin-remove-console": "^2.1.1",
  94. "vite-svg-loader": "^4.0.0",
  95. "vue-eslint-parser": "^9.3.1",
  96. "vue-tsc": "^1.8.1"
  97. },
  98. "repository": "git@github.com:valarchie/agileboot-front-end-pure.git",
  99. "author": "valarchie",
  100. "license": "MIT"
  101. }