-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.92 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.92 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "babsim",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:ui": "vitest --ui",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Full-Vibe-Project/BabSim_FE.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Full-Vibe-Project/BabSim_FE/issues"
},
"homepage": "https://github.com/Full-Vibe-Project/BabSim_FE#readme",
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@sentry/nextjs": "10.11.0",
"@tanstack/react-query": "5.87.4",
"next": "15.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "7.62.0",
"react-icons": "^5.5.0",
"zod": "4.1.8",
"zustand": "5.0.8"
},
"devDependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "15.5.3",
"@playwright/test": "1.55.0",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"husky": "^9.1.7",
"jsdom": "^27.0.0",
"lint-staged": "16.1.6",
"msw": "2.11.2",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"storybook": "9.1.6",
"tailwindcss": "^4",
"typescript": "^5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.2.4"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}