-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 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": "classbon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest",
"test:generate-output": "jest --json --outputFile=.jest-test-results.json"
},
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@tanstack/react-query": "^5.17.15",
"@tanstack/react-query-devtools": "^5.17.18",
"axios": "^1.6.3",
"classnames": "^2.3.2",
"colord": "^2.9.3",
"jwt-decode": "^4.0.0",
"next": "^14.2.4",
"next-auth": "^5.0.0-beta.15",
"nextjs-toploader": "^1.6.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-intersection-observer": "^9.5.3",
"react-timer-hook": "^3.0.7",
"zod": "^3.23.8",
"zustand": "^4.5.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-jest": "^7.6.5",
"@storybook/addon-links": "^7.6.4",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.4",
"@storybook/nextjs": "^7.6.4",
"@storybook/react": "^7.6.4",
"@storybook/test": "^7.6.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-plugin-storybook": "^0.6.15",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-svgmin": "^4.1.0",
"gulp-wrap": "^0.15.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"storybook": "^7.6.4",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.1",
"typescript": "^5"
}
}