-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"postbuild": "find ./out -type f \\( -name \"*.html\" -o -name \"*.txt\" \\) -exec sed -E -i 's/(width=device-width, initial-scale=1)([^,])/\\1, viewport-fit=cover\\2/g' {} +",
"preview": "next start"
},
"dependencies": {
"common": "workspace:*",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.15.20",
"devalue": "^5.1.1",
"firebase": "^10.12.2",
"framer-motion": "^11.3.23",
"next": "^14.2.16",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.8",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/css-modules": "^1.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.14.0",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.2.2"
}
}