-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.38 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.38 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "semester",
"sideEffects": false,
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006 -s ./public",
"build-storybook": "storybook build -s public"
},
"dependencies": {
"@dicebear/collection": "^6.0.4",
"@dicebear/core": "^6.0.4",
"@headlessui/react": "1.7.17",
"@heroicons/react": "^2.0.11",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.1.0",
"@reduxjs/toolkit": "^1.8.6",
"@storybook/builder-webpack5": "^7.3.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^1.12.0",
"caniuse-lite": "^1.0.30001491",
"date-fns": "^2.30.0",
"dicebear": "^6.0.4",
"i18next": "^22.5.0",
"i18next-http-backend": "^2.2.1",
"install": "^0.13.0",
"js-cookie": "^3.0.1",
"next": "^14.2.35",
"next-api-route-middleware": "^1.0.2",
"next-i18next": "^12.1.0",
"npm": "^11.7.0",
"react": "18.2.0",
"react-dates": "^21.8.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.1",
"react-i18next": "^13.2.0",
"react-lottie": "^1.2.3",
"react-query": "^3.39.2",
"react-redux": "^8.0.4",
"react-toastify": "^9.1.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.6",
"@storybook/blocks": "^7.3.2",
"@storybook/nextjs": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.7.22",
"@types/react": "18.0.21",
"@types/react-dates": "^21.8.3",
"@types/react-dom": "18.0.6",
"@types/react-lottie": "^1.2.6",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.13",
"postcss": "^8.4.31",
"prettier": "2.7.1",
"storybook": "^7.6.21",
"tailwindcss": "^3.3.3",
"typescript": "4.8.3"
}
}