-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
56
57
58
59
60
{
"name": "kwdc",
"version": "0.1.0",
"private": true,
"homepage": "https://kwdc.dev",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "next build && touch ./build/.nojekyll && gh-pages -d out -t true"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.108.1",
"@react-three/fiber": "^8.16.8",
"@types/node-fetch": "^2.6.11",
"@vercel/functions": "^1.4.1",
"accept-language": "^3.0.20",
"clsx": "^2.1.1",
"firebase": "^10.10.0",
"framer-motion": "^11.3.27",
"gsap": "^3.12.5",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"jsdom": "^25.0.0",
"next": "14.2.4",
"next-i18next": "^15.3.0",
"node-fetch": "^3.3.2",
"react": "^18",
"react-cookie": "^7.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-i18next": "^15.0.2",
"react-transition-group": "^4.4.5",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar-hide": "^1.1.7",
"three": "^0.166.1",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.166.0",
"autoprefixer": "^10.0.1",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}