You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
923 B

  1. {
  2. "name": "v2test2",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  11. "format": "prettier --write src/"
  12. },
  13. "dependencies": {
  14. "clipboard": "^2.0.11",
  15. "dayjs": "^1.11.11",
  16. "element-plus": "^2.7.2",
  17. "hex-rgb": "^5.0.0",
  18. "i": "^0.3.7",
  19. "npm": "^10.7.0",
  20. "pinia": "^2.1.7",
  21. "rgb-hex": "^4.1.0",
  22. "vue": "^3.4.21",
  23. "vue-router": "^4.3.0",
  24. "xlsx": "^0.18.5"
  25. },
  26. "devDependencies": {
  27. "@rushstack/eslint-patch": "^1.8.0",
  28. "@vitejs/plugin-vue": "^5.0.4",
  29. "@vue/eslint-config-prettier": "^9.0.0",
  30. "eslint": "^8.57.0",
  31. "eslint-plugin-vue": "^9.23.0",
  32. "prettier": "^3.2.5",
  33. "sass": "^1.77.0",
  34. "vite": "^5.2.8",
  35. "vite-plugin-vue-devtools": "^7.0.25"
  36. }
  37. }