-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "snapsend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@fingerprintjs/fingerprintjs": "^3.3.5",
"@mantine/core": "^5.2.3",
"@mantine/dropzone": "^5.2.3",
"@mantine/form": "^5.2.3",
"@mantine/hooks": "^5.2.3",
"@mantine/modals": "^5.2.3",
"@mantine/next": "^5.2.3",
"@mantine/notifications": "^5.2.3",
"@mantine/nprogress": "^5.2.3",
"deta": "^1.1.0",
"image-conversion": "^2.1.1",
"jpegasus": "^1.16.1",
"next": "12.2.5",
"next-absolute-url": "^1.2.2",
"next-useragent": "^2.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^1.3.0",
"tabler-icons": "^1.35.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/node": "18.7.9",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}