forked from thr3a/mantine-cheatsheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.59 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
{
"name": "mantine-cheatsheets",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"update-package": "ncu -u @mantine*"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mantine/carousel": "^5.5.4",
"@mantine/core": "^5.5.4",
"@mantine/dates": "^5.5.4",
"@mantine/dropzone": "^5.5.4",
"@mantine/ds": "^5.5.4",
"@mantine/form": "^5.5.4",
"@mantine/hooks": "^5.5.4",
"@mantine/labs": "^5.5.4",
"@mantine/modals": "^5.5.4",
"@mantine/next": "^5.5.4",
"@mantine/notifications": "^5.5.4",
"@mantine/nprogress": "^5.5.4",
"@mantine/prism": "^5.5.4",
"@mantine/rte": "^5.5.4",
"@mantine/spotlight": "^5.5.4",
"@mantine/styles": "^5.5.4",
"@tabler/icons": "^1.99.0",
"change-case": "^4.1.2",
"dayjs": "^1.11.5",
"embla-carousel-autoplay": "^7.0.3",
"embla-carousel-react": "^7.0.3",
"fast-glob": "^3.2.12",
"gray-matter": "^4.0.3",
"next": "12.3.1",
"npm-check-updates": "^16.3.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-input-mask": "^2.0.4",
"sass": "^1.55.0",
"ts-node": "^10.9.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}