-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 860 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
{
"name": "test",
"version": "1.0.0",
"description": "1",
"main": "tracker.js",
"dependencies": {
"@angular/animations": "^10.2.2",
"@angular/cdk": "^10.2.7",
"@angular/material": "^10.2.7",
"@fullcalendar/angular": "^5.4.0",
"@fullcalendar/list": "^5.4.0",
"@fullcalendar/timegrid": "^5.4.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.4",
"react": "^17.0.1",
"sqlite3": "^5.0.0",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2",
"yaml": "^1.10.0"
},
"devDependencies": {
"jest": "^26.5.2"
},
"scripts": {
"test": "jest",
"start": "pm2 start tracker.js --watch"
},
"author": "Etienne Naude",
"license": "ISC"
}