-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
40 lines (40 loc) · 952 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
35
36
37
38
39
40
{
"name": "osday",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/three": "^0.163.0",
"eslint": "8.27.0",
"eslint-config-next": "^13.1.6",
"i18next": "^22.0.4",
"next": "13.0.2",
"next-intl": "^2.9.1",
"react": "18.2.0",
"react-burger-menu": "^3.0.8",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-i18next": "^12.0.0",
"sharp": "^0.32.6",
"svg2img": "^1.0.0-beta.2",
"three": "^0.140.2",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/gtag.js": "0.0.12",
"@types/react-burger-menu": "^2.8.3"
}
}