-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.3 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
74
75
{
"name": "oreore.me",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "next start",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/theme-tools": "^2.1.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/noto-sans-jp": "^5.0.14",
"@github/webauthn-json": "^2.1.1",
"chakra-ui-steps": "^2.1.0",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"jotai": "^2.5.0",
"next": "13.4.12",
"next-intercept-stdout": "^1.0.1",
"nprogress": "^0.2.0",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-avatar-editor": "^13.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-password-checklist": "^1.4.3",
"react-password-strength-bar": "^0.4.1",
"swr": "^2.2.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@chakra-ui/storybook-addon": "^5.0.1",
"@faker-js/faker": "^8.1.0",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/blocks": "^7.4.6",
"@storybook/components": "^7.5.1",
"@storybook/nextjs": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"@types/cookie": "^0.5.2",
"@types/gtag.js": "^0.0.12",
"@types/node": "^20.8.6",
"@types/nprogress": "^0.2.1",
"@types/react": "18.2.16",
"@types/react-avatar-editor": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-storybook": "^0.6.15",
"gts": "^4.0.1",
"storybook": "^7.4.6",
"storybook-addon-mock": "^4.3.0",
"typescript": "^5.2.2"
}
}