-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "@walletwatch/web-backend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint --fix"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@hookform/resolvers": "3.10.0",
"@mui/icons-material": "5.16.14",
"@mui/material": "5.16.14",
"axios": "1.7.9",
"cookie": "0.7.2",
"immer": "10.1.1",
"inversify": "6.2.2",
"luxon": "3.5.0",
"next": "14.2.23",
"notistack": "3.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"reflect-metadata": "0.2.2",
"set-cookie-parser": "2.7.1",
"sharp": "0.33.5",
"tss-react": "4.9.15",
"zod": "3.24.1",
"zustand": "4.5.6"
},
"devDependencies": {
"@types/cookie": "0.6.0",
"@types/luxon": "3.4.2",
"@types/node": "20.17.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/set-cookie-parser": "2.4.10",
"@typescript-eslint/eslint-plugin": "7.18.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"postcss": "8.5.1",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}