-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 991 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
36
37
38
39
40
{
"name": "lightning-donations",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bugsnag/js": "^7.16.0",
"@bugsnag/plugin-react": "^7.16.0",
"@fontsource/montserrat": "^4.5.2",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"aws-sdk": "^2.1066.0",
"axios": "^0.25.0",
"cookie": "^0.4.1",
"debug-logger": "^0.4.1",
"firebase": "^9.6.5",
"firebase-admin": "^10.0.1",
"jsonwebtoken": "^8.5.1",
"mime-types": "^2.1.34",
"multiparty": "^4.2.3",
"next": "12.0.7",
"qr-code-styling": "^1.6.0-rc.1",
"qrcode.react": "^1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.5.3",
"react-ga": "^3.3.0",
"rebass": "^4.0.7",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "12.0.8"
}
}