-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 862 Bytes
/
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
{
"name": "ktdash-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"start-https": "next start --experimental-https",
"lint": "next lint"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@mantine/core": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/modals": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@prisma/client": "^5.22.0",
"@tabler/icons-react": "^3.21.0",
"lodash": "^4.17.21",
"next": "15.0.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.2",
"prettier": "3.3.3",
"prisma": "^5.22.0"
}
}