-
Notifications
You must be signed in to change notification settings - Fork 171
/
package.json
35 lines (35 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"format": "prettier --write \"**/*.{css,js}\"",
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-three/fiber": "^8.16.2",
"@tailwindcss/forms": "^0.5.7",
"@types/three": "^0.163.0",
"@vitejs/plugin-react": "^4.2.1",
"alpinejs": "^3.10.5",
"autoprefixer": "^10.4.19",
"framer-motion": "^11.0.28",
"laravel-vite-plugin": "^1.0.2",
"lodash": "^4.17.21",
"object-fit-images": "^2.5.9",
"prettier": "^1.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shadergradient": "^1.2.10",
"tailwindcss": "^3.4.3",
"three": "0.150.0",
"three-stdlib": "^2.29.6",
"vite": "^5.0"
},
"devDependencies": {
"postcss": "^8.2.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}