-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
36
37
38
39
40
41
42
43
44
45
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/fiber": "^8.13.5",
"@react95/core": "^6.1.1",
"@supabase/supabase-js": "^1.35.2",
"@types/styled-components": "^5.1.26",
"@types/tailwindcss": "^3.0.10",
"@types/three": "^0.155.0",
"@types/xstyled__styled-components": "^1.19.3",
"@xstyled/styled-components": "^3.8.0",
"framer-motion": "^10.12.12",
"gltfjsx": "^6.2.10",
"next": "^13.4.2",
"next-themes": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-responsive-carousel": "^3.2.23",
"styled-components": "^6.0.7",
"three": "^0.154.0",
"typewriter-effect": "^2.20.1",
"webamp": "^1.5.0",
"yet-another-react-lightbox": "^3.10.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"file-loader": "^6.2.0",
"next-fonts": "^1.5.1",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.5",
"postcss-nesting": "^12.0.0",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}