Files
vue-bits/package.json
Utkarsh-Singhal-26 8d07c6b041 FEAT: OCTOBER UPDATE
2025-10-31 10:33:33 +05:30

65 lines
1.8 KiB
JSON

{
"name": "vue-bits",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run build:registry && run-p type-check \"build-only {@}\" --",
"build:registry": "jsrepo build --dirs ./src/content --output-dir ./public/ui",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"new:component": "node scripts/generateComponent.js"
},
"dependencies": {
"@primeuix/themes": "^1.2.1",
"@tresjs/cientos": "^4.3.1",
"@tresjs/core": "^4.3.6",
"@types/matter-js": "^0.19.8",
"@vueuse/motion": "^3.0.3",
"@wdns/vue-code-block": "^2.3.5",
"gl-matrix": "^3.4.3",
"gsap": "^3.13.0",
"lenis": "^1.3.8",
"lucide-vue-next": "^0.548.0",
"mathjs": "^14.6.0",
"matter-js": "^0.20.0",
"motion-v": "^1.5.0",
"ogl": "^1.0.11",
"postprocessing": "^6.37.6",
"primeicons": "^7.0.0",
"primevue": "^4.3.6",
"three": "^0.178.0",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.15.32",
"@types/three": "^0.178.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.0",
"@vue/eslint-config-typescript": "^14.5.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"jiti": "^2.4.2",
"jsrepo": "^1.30.1",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "~5.8.0",
"vite": "^7.0.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vue-tsc": "^2.2.10"
}
}