-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.27 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "foliohub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build:dev": "env-cmd -f .env.development next build",
"build:production": "env-cmd -f .env.production next build",
"start:dev": "env-cmd -f .env.development next start",
"start:production": "env-cmd -f .env.production next start",
"postinstall": "patch-package",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-devtools": "^5.24.0",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"env-cmd": "^10.1.0",
"next": "14.1.0",
"patch-package": "^8.0.0",
"react": "^18",
"react-dom": "^18",
"react-github-calendar": "^4.1.1",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.52.1",
"react-icons": "^5.0.1",
"react-image-crop": "^11.0.5",
"react-quill": "^2.0.0",
"recoil": "^0.7.7",
"tailwind-merge": "^2.3.0",
"throttle-debounce": "^5.0.0",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/addon-onboarding": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/nextjs": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/test": "^8.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-grid-layout": "^1.3.5",
"@types/throttle-debounce": "^5.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.0.1",
"chromatic": "^11.5.4",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8",
"prettier": "^3.2.4",
"storybook": "^8.1.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}