-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "team-project",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "mocha --exit tests/*.js",
"start": "node app.js",
"stop": "killall -SIGINT this-name-can-be-as-long-as-it-needs-to-be || true",
"build": "webpack",
"post": "nightwatch -c nightwatch.conf.js",
"selenium": "nightwatch -c nightwatch-selenium.conf.js"
},
"dependencies": {
"@google/maps": "^1.1.3",
"axios": "^0.26.0",
"build": "^0.1.4",
"canvas": "^2.9.1",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"jasmine": "^4.0.2",
"jsonwebtoken": "^9.0.0",
"mocha": "^9.2.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nightwatch": "^2.0.10",
"node-geocoder": "^4.0.0",
"node-gyp": "^9.0.0",
"node-navigator": "^1.0.1",
"nodemon": "^2.0.15",
"pm2": "^5.2.0",
"pos": "^0.4.2",
"progressbar.js": "^1.1.0",
"pug": "^3.0.2",
"query-string": "^7.1.1",
"selenium-assistant": "^6.1.0",
"selenium-standalone": "^8.0.10",
"selenium-webdriver": "^4.1.1",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0",
"webpack": "^5.69.1"
},
"devDependencies": {
"chromedriver": "^99.0.0"
}
}