-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
{
"name": "adolan-fe",
"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": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.10.3",
"@mantine/dates": "^5.10.3",
"@mantine/dropzone": "^5.10.3",
"@mantine/form": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@mantine/modals": "^5.10.3",
"@mantine/next": "^5.10.3",
"@mantine/notifications": "^5.10.3",
"@mantine/nprogress": "^5.10.3",
"@mantine/spotlight": "^5.10.3",
"@next/font": "13.1.6",
"@tabler/icons": "^2.3.0",
"@tabler/icons-react": "^2.3.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"dayjs": "^1.11.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.46",
"@storybook/addon-interactions": "^7.0.0-beta.46",
"@storybook/addon-links": "^7.0.0-beta.46",
"@storybook/blocks": "^7.0.0-beta.46",
"@storybook/nextjs": "^7.0.0-beta.46",
"@storybook/react": "^7.0.0-beta.46",
"@storybook/testing-library": "^0.0.14-next.1",
"autoprefixer": "^10.4.13",
"cypress": "^12.5.1",
"eslint-plugin-storybook": "^0.6.10",
"postcss": "^8.4.21",
"storybook": "^7.0.0-beta.46",
"storybook-dark-mode": "^2.0.6",
"tailwindcss": "^3.2.6"
}
}