-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "inq_frontend",
"version": "0.1.0",
"private": true,
"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",
"axios": "^1.5.1",
"cookies-next": "^4.0.0",
"debug": "^4.3.4",
"next": "13.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.0.8",
"supports-color": "^9.4.0",
"zustand": "^4.4.3"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.94",
"@types/debug": "^4",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.17",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"typescript": "4.5.2"
},
"packageManager": "[email protected]"
}