Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
1.23 kB
{
"name": "@react-spring/demo",
"version": "1.0.0",
"description": "a sandbox for react-spring (probably will be replaced with something in the future)",
"main": "null",
"author": "Josh Ellis",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"clean": "rm -rf .turbo && rm -rf node_modules",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"serve": "vite preview"
},
"dependencies": {
"@react-three/drei": "~10.0.6",
"@react-three/fiber": "~9.1.2",
"@stitches/react": "1.2.8",
"@use-gesture/react": "10.3.1",
"@vitejs/plugin-react-refresh": "1.3.6",
"easing-coordinates": "2.0.2",
"leva": "0.9.35",
"lodash-move": "1.1.1",
"lodash.clamp": "4.0.3",
"lodash.shuffle": "4.2.0",
"lorem-ipsum": "2.0.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-feather": "2.0.10",
"react-use-gesture": "9.1.3",
"react-use-measure": "2.1.1",
"react95": "4.0.0",
"sass": "1.83.1",
"styled-components": "6.1.13",
"three": "0.172.0",
"three-stdlib": "2.35.2",
"vec-la": "1.5.0",
"wouter": "2.12.1"
},
"devDependencies": {
"@types/lodash.clamp": "4.0.9",
"@types/lodash.shuffle": "4.2.9"
}
}