-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 988 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 988 Bytes
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
{
"name": "frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "prettier src --write",
"linter": "eslint src --fix",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "latest",
"@hookform/devtools": "4.4.0",
"@mantine/core": "6.0.22",
"@mantine/hooks": "6.0.22",
"pino": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.71.0",
"react-hot-toast": "2.6.0",
"swr": "2.3.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@typescript-eslint/eslint-plugin": "8.53.0",
"@typescript-eslint/parser": "8.53.0",
"@vitejs/plugin-react": "4.7.0",
"eslint": "8.57.1",
"eslint-config-productsway": "1.3.4",
"prettier": "3.7.4",
"typescript": "5.9.3",
"vite": "5.4.21"
}
}