| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "picocrank",
- "version": "1.6.4",
- "description": "A set of zero dependency Vue components built on the Femtocrank global CSS theme.",
- "main": "vite.config.js",
- "scripts": {
- "build": "vite build",
- "preview": "vite preview",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jamesread/picocrank.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/jamesread/picocrank/issues"
- },
- "dependencies": {
- "@hugeicons/core-free-icons": "^1.0.16",
- "@hugeicons/vue": "^1.0.3",
- "@vitejs/plugin-vue": "^6.0.1",
- "femtocrank": "^2.4.4",
- "unplugin-vue-components": "^29.0.0",
- "vite": "^7.1.3",
- "vue": "^3.5.19",
- "vue-router": "^4.5.1"
- },
- "devDependencies": {
- "semantic-release": "^24.2.7"
- },
- "homepage": "https://github.com/jamesread/picocrank#readme"
- }
|