package.json 932 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "picocrank",
  3. "version": "1.6.4",
  4. "description": "A set of zero dependency Vue components built on the Femtocrank global CSS theme.",
  5. "main": "vite.config.js",
  6. "scripts": {
  7. "build": "vite build",
  8. "preview": "vite preview",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/jamesread/picocrank.git"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "bugs": {
  18. "url": "https://github.com/jamesread/picocrank/issues"
  19. },
  20. "dependencies": {
  21. "@hugeicons/core-free-icons": "^1.0.16",
  22. "@hugeicons/vue": "^1.0.3",
  23. "@vitejs/plugin-vue": "^6.0.1",
  24. "femtocrank": "^2.4.4",
  25. "unplugin-vue-components": "^29.0.0",
  26. "vite": "^7.1.3",
  27. "vue": "^3.5.19",
  28. "vue-router": "^4.5.1"
  29. },
  30. "devDependencies": {
  31. "semantic-release": "^24.2.7"
  32. },
  33. "homepage": "https://github.com/jamesread/picocrank#readme"
  34. }