-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 Bytes
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
{
"name": "paper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.10",
"@mantine/dates": "^6.0.10",
"@mantine/dropzone": "^6.0.10",
"@mantine/form": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/next": "^6.0.10",
"@mantine/notifications": "^6.0.10",
"@prisma/client": "^4.13.0",
"@tabler/icons-react": "^2.17.0",
"@types/formidable": "^2.0.5",
"@types/node": "18.16.3",
"@types/react": "18.2.4",
"@types/react-dom": "18.2.3",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.7",
"easy-yandex-s3": "^2.0.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"formidable": "^2.1.1",
"next": "13.3.4",
"prisma": "^4.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.1",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
}
}