-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "nextjs-file-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.18.13",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.2.5",
"@mantine/dropzone": "^5.2.5",
"@mantine/form": "^5.2.5",
"@mantine/hooks": "^5.2.5",
"@mantine/modals": "^5.2.5",
"@mantine/next": "^5.2.5",
"@mantine/notifications": "^5.2.5",
"@mantine/prism": "^5.2.5",
"@tabler/icons": "^1.92.0",
"axios": "^0.27.2",
"busboy": "^1.6.0",
"create-instance": "link:@emotion/server/create-instance",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"mime-types": "^2.1.35",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"send": "^0.18.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/busboy": "^1.5.0",
"@types/formidable": "^2.0.5",
"@types/jsonwebtoken": "^8.5.9",
"@types/mime-types": "^2.1.1",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/send": "^0.17.1",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"prettier": "^2.7.1",
"typescript": "4.8.2"
}
}