-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 926 Bytes
/
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": "auth-frontend",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"prepare": "panda codegen",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"check": "prettier --check \"**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@flagkit/react": "^1.0.4",
"@phosphor-icons/react": "^2.0.10",
"million": "2.6.0-beta.13",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5",
"zustand": "^4.4.1"
},
"devDependencies": {
"@danbot-hosting/panda-preset": "^1.1.1",
"@pandacss/dev": "^0.13.1",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"typescript": "^5.1.6"
}
}