47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "remind",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^10.5.1",
|
|
"@react-three/fiber": "^9.2.0",
|
|
"@react-three/xr": "^6.6.19",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"d3": "^7.9.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^7.6.3",
|
|
"react-slick": "^0.30.3",
|
|
"slick-carousel": "^1.8.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"three": "^0.178.0",
|
|
"webxr-polyfill": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/node": "^24.0.14",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/react-slick": "^0.23.13",
|
|
"@types/three": "^0.178.1",
|
|
"@types/webxr": "^0.5.22",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"eslint": "^9.29.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.2.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.34.1",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|