-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "hellogsm-front-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "pnpm --filter client",
"admin": "pnpm --filter admin",
"shared": "pnpm --filter shared",
"storybook": "pnpm --filter storybook",
"types": "pnpm --filter types",
"api": "pnpm --filter api",
"lint": "pnpm --filter code-style-config"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@storybook/react": "^8.1.6",
"@tanstack/react-query": "^5.40.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"lucide-react": "^0.394.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "5.4.4"
},
"peerDependencies": {
"prettier": ">= 3"
}
}