-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.56 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.56 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
80
81
{
"name": "growfit-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https --experimental-https-key ./localhost+2-key.pem --experimental-https-cert ./localhost+2.pem",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"commit": "gitmoji -c",
"dev:all": "concurrently \"pnpm run dev\" \"pnpm run storybook\"",
"dev:domain": "next dev --hostname growfit.co.kr --port 3000 --experimental-https"
},
"engines": {
"node": "^20.11.0",
"pnpm": "^9.7.0"
},
"dependencies": {
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-query-devtools": "^5.69.0",
"axios": "^1.8.4",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"html5-qrcode": "^2.3.8",
"next": "15.4.0-canary.10",
"react": "^19.0.0",
"react-day-picker": "^9.7.0",
"react-dom": "^19.0.0",
"react-mobile-picker": "^1.1.2",
"react-qr-code": "^2.0.15",
"swiper": "^11.2.8",
"yup": "^1.6.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^3",
"@eslint/eslintrc": "^3",
"@storybook/addon-essentials": "^8.6.9",
"@storybook/addon-onboarding": "^8.6.9",
"@storybook/blocks": "^8.6.9",
"@storybook/experimental-addon-test": "^8.6.9",
"@storybook/experimental-nextjs-vite": "8.6.9",
"@storybook/react": "^8.6.9",
"@storybook/test": "^8.6.9",
"@svgr/webpack": "^8.1.0",
"@types/classnames": "^2.3.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@vitest/browser": "^3.0.9",
"@vitest/coverage-v8": "^3.0.9",
"concurrently": "^9.1.2",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.11.6",
"gitmoji-cli": "^9.5.0",
"playwright": "^1.51.1",
"prettier": "^3.5.3",
"sass": "^1.86.0",
"storybook": "^8.6.9",
"styled-jsx": "^5.1.6",
"typescript": "^5",
"vitest": "^3.0.9"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}