-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
34 lines (34 loc) · 951 Bytes
/
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
{
"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"
}
}