-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"name": "frontend",
"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",
"chromatic": "npx chromatic --project-token=chpt_78d51c6a0390b0f"
},
"dependencies": {
"@iconify/react": "^6.0.0",
"@storybook/blocks": "^9.0.0-alpha.17",
"@tanstack/react-query": "^5.80.7",
"axios": "^1.10.0",
"bootstrap-icons": "^1.13.1",
"i18next": "^25.5.2",
"next": "15.3.3",
"react": "^19.0.0",
"react-calendar": "^6.0.0",
"react-cookie": "^8.0.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.7.3",
"react-lottie-player": "^2.1.0",
"styled-components": "^6.1.18",
"styled-system": "^5.1.5",
"swiper": "^11.2.10",
"zustand": "^5.0.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^4",
"@eslint/eslintrc": "^3",
"@storybook/addon-a11y": "^9.0.10",
"@storybook/addon-docs": "^9.0.10",
"@storybook/addon-onboarding": "^9.0.10",
"@storybook/nextjs": "9.0.10",
"@types/axios": "^0.14.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/styled-components": "^5.1.34",
"@types/styled-system": "^5.1.23",
"chromatic": "^13.0.0",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"eslint-plugin-storybook": "^9.0.10",
"playwright": "^1.53.0",
"storybook": "^9.0.10",
"typescript": "^5"
}
}