-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.02 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.02 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
{
"name": "next-starter",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "pnpm next dev --turbopack",
"build": "pnpm next build",
"start": "pnpm next start",
"storybook": "pnpm storybook dev -p 6006",
"build-storybook": "pnpm storybook build",
"email": "pnpm email dev"
},
"dependencies": {
"@ariakit/react": "^0.4.17",
"@hookform/resolvers": "5.2.2",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-email/components": "0.0.41",
"@react-email/render": "1.1.2",
"@sentry/nextjs": "^8.30.0",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.3",
"axios": "^1.6.7",
"case": "^1.6.3",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"http-proxy": "^1.18.1",
"i18next": "^25.2.1",
"iron-session": "^8.0.1",
"next": "15.3.8",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"react": "18.2.0",
"react-datepicker": "^8.7.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "7.62.0",
"react-i18next": "^15.5.2",
"sass": "latest",
"yup": "0.32.11",
"zustand": "4.1.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/nextjs": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/test": "^8.6.14",
"@types/node": "^20.11.25",
"@types/ramda": "^0.31.1",
"@types/react": "^18.2.64",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "9.35.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.4",
"react-email": "^4.0.16",
"storybook": "^8.6.14",
"typescript": "^5.4.2"
}
}