-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "fleet-wise",
"version": "0.0.1",
"private": true,
"description": "FleetWise - Streamline Your Transport Business with Effortless Efficiency.",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gtmsoftware/fleet-wise.git"
},
"keywords": [
"nodejs",
"expressjs",
"javascript",
"cloud",
"docker",
"postgres",
"aws"
],
"author": "GTM Software Inc",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gtmsoftware/fleet-wise/issues"
},
"homepage": "https://github.com/gtmsoftware/fleet-wise#readme",
"dependencies": {
"@prisma/client": "^5.5.2",
"compress": "^0.99.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"datatables.net": "^1.13.7",
"datatables.net-bs4": "^1.13.7",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"express-session": "^1.17.3",
"handsontable": "^13.1.0",
"helmet": "^7.0.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.11.3",
"rate-limiter-flexible": "^3.0.3",
"redis": "^4.6.10"
},
"devDependencies": {
"prisma": "^5.5.2"
}
}