mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
* chore(examples): remove 'pnpm-lock.yaml' * chore(.gitignore): add lock file patterns related with 'examples' * Update package.json --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "demo",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.78.2",
|
|
"@react-three/fiber": "^8.13.7",
|
|
"@react-three/postprocessing": "^2.14.13",
|
|
"@types/three": "^0.155.0",
|
|
"meshline": "^3.1.6",
|
|
"postprocessing": "^6.35.4",
|
|
"prism-react-renderer": "^2.0.6",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"three": "^0.154.0",
|
|
"zustand": "^4.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"vite": "^4.4.0"
|
|
}
|
|
}
|