generated from jotyy/Mantine-Admin
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.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
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
82
83
84
{
"name": "mantine-admin",
"version": "1.0.0",
"author": "Joshua Lee <[email protected]>",
"description": "A Modern Admin Dashboard made with Mantine/React/NextJS!",
"scripts": {
"dev": "yarn run wrapper:generate && next dev -p 3001",
"start": "next start",
"build": "yarn run wrapper:generate && next build",
"wrapper:generate": "node src/wrapper/generate.js",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@lamarcke/openapi-typescript-codegen": "^0.29.1",
"@mantine/charts": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/dates": "^7.13.4",
"@mantine/dropzone": "^7.11.1",
"@mantine/hooks": "^7.13.4",
"@mantine/modals": "^7.11.1",
"@mantine/notifications": "^7.11.1",
"@mantine/nprogress": "^7.11.1",
"@socialgouv/matomo-next": "^1.9.1",
"@tabler/icons-react": "^3.21.0",
"@tanstack/react-query": "5.18.1",
"@tanstack/react-table": "^8.19.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"mantine-react-table": "^2.0.0-beta.7",
"next": "^14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.50.0",
"react-use": "17.5.0",
"recharts": "2",
"supertokens-auth-react": "^0.44.0",
"supertokens-node": "^20.1.5",
"supertokens-web-js": "^0.13.1",
"supertokens-website": "^20.1.4",
"ts-pattern": "^5.5.0",
"yarn": "^1.22.22",
"zod": "^3.23.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/blocks": "^7.6.20",
"@storybook/nextjs": "^7.6.20",
"@storybook/preview-api": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"storybook": "^7.6.20",
"storybook-dark-mode": "^3.0.3",
"tailwindcss": "3.4.3",
"typescript": "5.3.3"
},
"prettier": {
"tabWidth": 4,
"singleQuote": false
}
}