-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "webplenty",
"version": "0.1.0",
"private": true,
"main": "server.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-devtools": "^4.35.3",
"@tanstack/react-query-next-experimental": "5.0.0-alpha.80",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.4",
"autoprefixer": "10.4.15",
"axios": "^1.5.1",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.1",
"daisyui": "^3.8.2",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"express.js": "^1.0.0",
"knex": "^2.5.1",
"lucide-react": "^0.274.0",
"next": "13.4.19",
"nodemon": "^3.0.1",
"pg": "^8.11.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.1",
"react-query": "^3.39.3",
"react-responsive-carousel": "^3.2.23",
"react-spinners": "^0.13.8",
"swr": "^2.2.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"uuid": "^9.0.1"
}
}