-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nivea-bounty-hunt",
"version": "1.0.0",
"description": "Special project for Nivea",
"main": "index.js",
"scripts": {
"dev": "concurrently \"next dev\" \"cd functions && npm run serve\" -n \"next,firebase\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/extensione/nivea-bounty-hunt.git"
},
"keywords": [
"nivea",
"bounty",
"hunt",
"firebase"
],
"author": "extensi.one",
"license": "ISC",
"bugs": {
"url": "https://github.com/extensione/nivea-bounty-hunt/issues"
},
"homepage": "https://github.com/extensione/nivea-bounty-hunt#readme",
"dependencies": {
"@sendgrid/mail": "^7.6.0",
"babel-preset-next": "^1.4.0",
"classnames": "^2.3.1",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"express-session": "^1.17.2",
"firebase": "^9.6.2",
"firebase-tools": "^10.0.1",
"framer-motion": "^5.3.2",
"moment": "^2.29.1",
"next": "^12.0.2",
"nextjs-progressbar": "^0.0.13",
"nextjs-redirect": "^5.0.2",
"node-steam-openid": "^1.0.0",
"nprogress": "^0.2.0",
"passport": "^0.5.0",
"passport-bnet": "^2.0.0",
"passport-steam": "^1.0.17",
"query-string": "^7.0.1",
"querystring": "^0.2.1",
"react": "^17.0.2",
"react-brackets": "^0.4.6",
"react-cursor-detection": "^1.0.7",
"react-dom": "^17.0.2",
"react-hook-form": "^7.19.5",
"react-markdown": "^7.1.1",
"react-scroll-to-bottom": "^4.2.0",
"react-tournament-bracket": "^0.2.4",
"request": "^2.88.2",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"concurrently": "^6.3.0"
}
}