-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.45 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
{
"name": "reactjs-threejs-web-store",
"version": "0.1.0",
"private": true,
"authors": [
"Eren OKUR"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.13.0",
"@react-three/fiber": "^8.12.2",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/formidable": "^2.0.5",
"@types/jsonwebtoken": "^9.0.2",
"@types/next-auth": "^3.15.0",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/three": "^0.151.0",
"autoprefixer": "10.4.14",
"axios": "^1.6.0",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"formidable": "^2.1.1",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"next": "14.1.1",
"next-auth": "^4.24.5",
"next-i18next": "^13.2.2",
"postcss": "8.4.31",
"prisma": "^4.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-i18next": "^12.2.2",
"react-icons": "^4.8.0",
"react-nextjs-toast": "^1.2.5",
"react-toastify": "^9.1.2",
"sqlite3": "^5.1.6",
"tailwindcss": "3.3.1",
"three": "^0.151.3",
"typescript": "5.0.4"
}
}