-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@heroicons/react": "^2.0.13",
"@react-spring/parallax": "^9.7.2",
"@react-spring/web": "^9.7.2",
"@react-three/drei": "^9.77.3",
"@react-three/fiber": "^8.12.0",
"@react-three/postprocessing": "^2.14.9",
"@react95/core": "^6.0.7",
"@tailwindcss/line-clamp": "^0.4.2",
"@use-gesture/react": "^10.2.27",
"@vercel/analytics": "^1.0.1",
"framer-motion": "^10.12.5",
"gsap": "^3.12.1",
"howler": "^2.2.3",
"maath": "^0.6.0",
"next": "^13.2.4",
"next-themes": "^0.2.1",
"postprocessing": "^6.31.0",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-loading": "^2.0.3",
"react-simple-typewriter": "^5.0.1",
"react-use": "^17.4.0",
"react95": "^4.0.0",
"styled-components": "^5.3.11",
"styled-normalize": "^8.0.7",
"three": "^0.147.0",
"wouter": "^2.11.0",
"yuka": "^0.7.8",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/howler": "^2.2.7",
"@types/lodash": "^4.14.191",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.146.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}