-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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": "isvhsopen",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "supervisor -w app.js,app/*.jsx,bin/www,controller/*.js,routes/*.js node -r dotenv/config ./bin/www",
"gulp": "node_modules/.bin/gulp",
"test": "node_modules/.bin/gulp test",
"start": "node -r dotenv/config ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.1",
"convict": "^6.2.4",
"cookie-parser": "^1.4.6",
"debug": "^4.3.3",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"hbs": "^4.2.0",
"influx": "^5.9.2",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"superagent": "^7.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"autolinker": "^3.14.3",
"babelify": "^10.0.0",
"bootstrap-sass": "^3.4.1",
"browserify": "^17.0.0",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.28.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-mocha": "^8.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"mocha": "^9.2.0",
"nock": "^13.2.3",
"node-sass": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sinon": "^13.0.1",
"supertest": "^6.2.2",
"supertest-as-promised": "^4.0.2",
"supervisor": "^0.12.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
}
}