-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 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
{
"name": "coworkers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_db147d311c176e0"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.16",
"@tanstack/react-query": "^5.90.9",
"@tanstack/react-query-devtools": "^5.91.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"jwt-decode": "^4.0.0",
"motion": "^12.23.24",
"next": "16.0.1",
"overlay-kit": "^1.8.6",
"postcss": "^8.5.6",
"react": "19.2.0",
"react-day-picker": "^9.11.1",
"react-dom": "19.2.0",
"react-hook-form": "^7.66.0",
"react-responsive": "^10.0.1",
"tailwindcss": "^4.1.16",
"zustand": "^5.0.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.2",
"@storybook/addon-a11y": "^10.0.4",
"@storybook/addon-docs": "^10.0.4",
"@storybook/nextjs": "^10.0.4",
"@svgr/webpack": "^8.1.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser-playwright": "^4.0.7",
"@vitest/coverage-v8": "^4.0.7",
"chromatic": "^13.3.4",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-storybook": "^10.0.4",
"playwright": "^1.56.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"storybook": "^10.0.4",
"typescript": "^5"
},
"engines": {
"node": "22.17.1"
}
}