-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "sos24-client",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:check": "next lint",
"format": "prettier ./**/* panda.config.ts --write",
"format:check": "prettier ./**/* panda.config.ts --check",
"gen": "openapi-typescript schema.yml -o src/schema.d.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@next/third-parties": "^14.2.3",
"@radix-ui/themes": "^2.0.3",
"@sentry/nextjs": "^7.111.0",
"dayjs": "^1.11.10",
"firebase": "^10.9.0",
"graphemer": "^1.4.0",
"jotai": "^2.7.1",
"jotai-location": "^0.5.4",
"next": "14.2.10",
"openapi-fetch": "^0.9.3",
"openapi-typescript-helpers": "^0.0.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"valibot": "^0.30.0"
},
"devDependencies": {
"@pandacss/dev": "^0.35.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-unused-imports": "^2.0.0",
"openapi-typescript": "^6.7.5",
"prettier": "^3.2.5",
"typescript": "<5.4.0"
}
}