package.json 883 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@cool-vue/vite-plugin",
  3. "version": "8.1.2",
  4. "description": "cool-admin、cool-uni builder",
  5. "types": "./dist/index.d.ts",
  6. "main": "/dist/index.js",
  7. "scripts": {
  8. "build": "rollup --c --bundleConfigAsCjs"
  9. },
  10. "keywords": [],
  11. "author": "cool",
  12. "license": "ISC",
  13. "files": [
  14. "types/*",
  15. "dist/*",
  16. "client.d.ts",
  17. "package.json"
  18. ],
  19. "devDependencies": {
  20. "@rollup/plugin-typescript": "^11.1.6",
  21. "@types/lodash": "^4.17.15",
  22. "@types/node": "^20.12.7",
  23. "@typescript-eslint/eslint-plugin": "^7.7.1",
  24. "@typescript-eslint/parser": "^7.7.1",
  25. "eslint": "^9.1.1",
  26. "rollup": "^4.16.2",
  27. "tslib": "^2.6.2",
  28. "typescript": "^5.4.5",
  29. "vite": "^5.4.14"
  30. },
  31. "dependencies": {
  32. "@vue/compiler-sfc": "^3.5.13",
  33. "axios": "^1.6.8",
  34. "glob": "^10.3.12",
  35. "lodash": "^4.17.21",
  36. "magic-string": "^0.30.17",
  37. "prettier": "^3.4.2",
  38. "svgo": "^3.3.2"
  39. }
  40. }