-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2 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
{
"name": "scru",
"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"
},
"dependencies": {
"@mantine/carousel": "^7.6.1",
"@mantine/charts": "^7.6.1",
"@mantine/code-highlight": "^7.6.1",
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.6.1",
"@mantine/dropzone": "^7.6.1",
"@mantine/form": "^7.6.1",
"@mantine/hooks": "^7.6.2",
"@mantine/modals": "^7.6.1",
"@mantine/notifications": "^7.6.1",
"@mantine/nprogress": "^7.6.1",
"@mantine/spotlight": "^7.6.1",
"@mantine/tiptap": "^7.6.2",
"@react-oauth/google": "^0.12.1",
"@tabler/icons-react": "^2.47.0",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^8.0.0",
"jwt-decode": "^4.0.0",
"next": "14.1.3",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"recharts": "2",
"webpack": "^5.90.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "1.0.11",
"@storybook/addon-styling-webpack": "^0.0.6",
"@storybook/blocks": "^7.6.17",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/test": "^7.6.17",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"storybook": "^7.6.17",
"storybook-dark-mode": "^3.0.3",
"typescript": "^5"
}
}