-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "airsoft4ohio.com",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"api": "nodemon server/app.js",
"vue": "cd client && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeCrunch101/airsoft4ohio.com.git"
},
"keywords": [
"Airsoft"
],
"author": "Aaron Allen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TimeCrunch101/airsoft4ohio.com/issues"
},
"homepage": "https://github.com/TimeCrunch101/airsoft4ohio.com#readme",
"devDependencies": {
"dotenv": "^16.3.1",
"nodemon": "^3.0.1"
},
"dependencies": {
"@azure/storage-blob": "^12.15.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"deep-email-validator": "^0.1.21",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.6.5",
"nodemailer": "^6.9.7",
"qrcode": "^1.5.3",
"socket.io": "^4.7.2",
"speakeasy": "^2.0.0",
"uuid": "^9.0.1"
}
}