cubeviz/package.json

44 lines
1 KiB
JSON
Raw Normal View History

2024-10-02 00:16:16 +00:00
{
"name": "cubeviz",
"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": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@types/three": "^0.169.0",
2024-10-02 01:00:02 +00:00
"jotai": "^2.10.0",
2024-10-02 00:16:16 +00:00
"meshline": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-katex": "^3.0.1",
"sass": "^1.79.3",
"three": "^0.169.0",
"three-stdlib": "^2.33.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-katex": "^3.0.4",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"trustedDependencies": [
"@biomejs/biome"
]
}