-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.36 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
76
{
"name": "yaksok",
"version": "0.1.1",
"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=03af3d7d44a9"
},
"dependencies": {
"@next/font": "13.1.6",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-select": "^1.2.0",
"@stitches/react": "^1.2.8",
"@types/mongoose": "^5.11.97",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.4.0",
"dayjs": "^1.11.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^9.0.4",
"i18next": "^22.4.13",
"mongoose": "^6.9.0",
"next": "13.1.6",
"next-i18next": "^13.2.2",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-toastify": "^9.1.1",
"swr": "^2.0.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@storybook/addon-actions": "^7.0.0-rc.3",
"@storybook/addon-essentials": "^7.0.0-rc.3",
"@storybook/addon-interactions": "^7.0.0-rc.3",
"@storybook/addon-links": "^7.0.0-rc.3",
"@storybook/addon-mdx-gfm": "^7.0.0-rc.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/nextjs": "^7.0.0-rc.3",
"@storybook/react": "^7.0.0-rc.3",
"@storybook/testing-library": "^0.0.14-next.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react-calendar": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"babel-loader": "^8.3.0",
"chromatic": "^6.17.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"storybook": "^7.0.0-rc.3"
},
"_id": "[email protected]"
}