-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "certificates-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@jimp/plugin-print": "^0.16.1",
"@supabase/supabase-js": "^1.15.1",
"@types/cors": "^2.8.10",
"@types/multer": "^1.4.6",
"@types/multer-s3": "^2.7.9",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"autoprefixer": "^10.2.6",
"aws-sdk": "^2.931.0",
"cors": "^2.8.5",
"form-data": "^4.0.0",
"framer-motion": "^4",
"jimp": "^0.16.1",
"joi": "^17.4.0",
"mailgun.js": "^3.4.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nanoid": "^3.1.23",
"next": "11.0.0",
"next-connect": "^0.10.1",
"next-themes": "^0.0.14",
"postcss": "^8.3.4",
"react": "17.0.2",
"react-customerly": "^2.0.0",
"react-dom": "17.0.2",
"tailwindcss": "^2.1.4",
"ts-mailgun": "^0.5.0",
"typescript": "^4.3.2"
},
"devDependencies": {
"eslint": "7.28.0",
"eslint-config-next": "11.0.0"
}
}