-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
{
"name": "mantine-ui-demo",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 3001",
"server": "json-server --watch db.json",
"test": "cypress open"
},
"dependencies": {
"@babel/core": "^7.21.0",
"@emotion/react": "^11.10.6",
"@mantine/carousel": "^6.0.0",
"@mantine/core": "^6.0.0",
"@mantine/dates": "^6.0.0",
"@mantine/dropzone": "^6.0.0",
"@mantine/form": "^6.0.0",
"@mantine/hooks": "^6.0.0",
"@mantine/modals": "^6.0.0",
"@mantine/notifications": "^6.0.0",
"@mantine/nprogress": "^6.0.0",
"@mantine/prism": "^6.0.0",
"@mantine/spotlight": "^6.0.0",
"@supabase/supabase-js": "^2.10.0",
"@tabler/icons": "^2.7.0",
"@tabler/icons-react": "^2.7.0",
"@tanstack/react-router": "0.0.1-beta.83",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.0.9",
"immer": "^9.0.19",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"uuid": "^9.0.0",
"yup": "^1.0.2",
"zustand": "^4.3.5"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^3.1.0",
"cypress": "^12.7.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
}