-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "splt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/carousel": "^7.15.1",
"@mantine/core": "^7.3.2",
"@mantine/dates": "^7.15.1",
"@mantine/form": "^7.15.1",
"@mantine/hooks": "^7.3.2",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.62.8",
"dayjs": "^1.11.13",
"embla-carousel-react": "^7.1.0",
"emoji-picker-react": "^4.12.0",
"next": "14.0.4",
"pocketbase": "^0.20.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-imask": "^7.6.1",
"uuid": "^9.0.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}