-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 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": "epigram",
"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"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "^5.74.7",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"es-toolkit": "^1.36.0",
"framer-motion": "^12.9.1",
"next": "15.3.1",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^11.0.5",
"recharts": "^2.15.3",
"tailwind-variants": "^1.0.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@eslint/eslintrc": "^3",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/experimental-addon-test": "^8.6.12",
"@storybook/nextjs": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/test": "^8.6.12",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chromatic": "^11.28.2",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"eslint-plugin-storybook": "^0.12.0",
"storybook": "^8.6.12",
"tailwindcss": "^4",
"typescript": "^5"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}