-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) Β· 1.06 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
{
"name": "ftc-scouting",
"version": "0.1.0",
"description": "FTC Scout is a website where FIRST Tech Challenge teams can easily scout! This combines many functionalities including pre-match scouting, during-match scouting, and searching for teams.",
"main": "index.js",
"engines": {
"node": "14.x",
"npm": "7.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"assert": "^2.0.0",
"bcrypt": "^5.0.1",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mongodb": "^4.2.0",
"next": "^12.0.4",
"nodemailer": "^6.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.43.4",
"uuid": "^8.3.2"
}
}