-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 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
34
35
{
"name": "jamesfest2022",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/storage": "^6.2.3",
"@popperjs/core": "^2.11.5",
"animate.css": "^4.1.1",
"bootstrap": "^5.1.3",
"browser-image-compression": "^2.0.0",
"compressorjs": "^1.1.1",
"formidable": "^2.0.1",
"fslightbox-react": "^1.6.2-2",
"iron-session": "^6.1.2",
"next": "12.1.4",
"nprogress": "^0.2.0",
"react": "18.0.0",
"react-bootstrap": "^2.2.3",
"react-dom": "18.0.0",
"react-dropzone": "^14.2.2",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.3.1",
"sharp": "^0.30.4"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}