-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "werent-fe",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@tanstack/react-query": "^5.51.9",
"axios": "^1.7.2",
"js-cookie": "^3.0.5",
"next": "^14.2.5",
"react": "latest",
"react-dom": "latest",
"react-router-dom": "^6.25.1",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@types/config": "^3.3.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"resolutions": {
"@humanwhocodes/config-array": "^0.12.0",
"@humanwhocodes/object-schema": "^2.0.1",
"glob": "^8.0.0",
"inflight": "^1.0.6",
"rimraf": "^4.0.0"
}
}