-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 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
{
"name": "package-tracking",
"version": "1.0.1",
"description": "The SimpleTracking.com Website",
"main": "index.js",
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"test": "mocha \"src/**/*.test.js\"",
"start": "node src/server.js"
},
"author": "Jason Young",
"license": "ISC",
"repository": {
"url": "https://github.com/ytechie/SimpleTrackingV3"
},
"dependencies": {
"@types/chai": "^4.2.14",
"@types/lodash": "^4.14.165",
"@types/mocha": "^2.2.48",
"@types/mongodb": "^3.6.3",
"@types/request": "^2.48.5",
"@types/request-promise": "^4.1.47",
"@types/sqlite3": "^3.1.6",
"applicationinsights": "^1.8.8",
"body-parser": "^1.19.0",
"csv-parse": "^4.14.2",
"dotenv": "^5.0.1",
"express": "^4.17.1",
"express-hbs": "^2.3.4",
"forever": "^3.0.4",
"handlebars": "^4.7.6",
"mochawesome": "^6.2.1",
"moment": "^2.29.4",
"mongodb": "^3.6.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rss": "^1.2.2",
"xml2js": "^0.4.23",
"xml2js-es6-promise": "^1.1.1"
},
"devDependencies": {
"@azure/cosmos": "^3.16.4",
"@azure/identity": "^2.1.0",
"@types/express": "^4.17.9",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"chai": "^4.2.0",
"express-handlebars": "^5.3.1",
"i": "^0.3.7",
"mocha": "^8.2.1",
"node-fetch": "^2.6.7",
"terser": "^5.15.0",
"typescript": "^4.1.3",
"webpack": "^5.11.0"
}
}