-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.07 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "ewb-member",
"version": "0.0.0",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/passport": "^1.0.3",
"@types/passport-local": "^1.0.33",
"async": "~0.9.x",
"body-parser": "~1.x",
"compression": "~1.x",
"cookie-parser": "~1.x",
"csv": "~0.4.x",
"dotenv": "^8.2.0",
"ejs": "~2.x",
"errorhandler": "~1.x",
"express": "~4.x",
"express-session": "~1.x",
"grunt-sass": "^3.1.0",
"jpegtran": "^1.0.6",
"jsonwebtoken": "~5.x",
"mailgun-js": "^0.22.0",
"method-override": "~2.x",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"node-sass": "6.0.1",
"passport": "~0.2.x",
"passport-local": "~1.x",
"pg-promise": "^10.5.6",
"rollbar": "^2.3.9",
"serve-favicon": "~2.x",
"stripe": "^3.3.4",
"winston": "^2.4.4"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/hapi__joi": "^17.1.0",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@types/sinon": "^9.0.1",
"bower": "1.8.8",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"connect-livereload": "~0.5.x",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"grunt": "~1.3.x",
"grunt-angular-templates": "^0.5.4",
"grunt-asset-injector": "^0.1.0",
"grunt-autoprefixer": "~0.7.2",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "~1.x",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-imagemin": "3.1.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-dom-munger": "^3.4.0",
"grunt-env": "~0.4.1",
"grunt-express-server": "~0.4.17",
"grunt-google-cdn": "~0.4.0",
"grunt-google-cdn2": "^0.6.0",
"grunt-jsdoc": "^2.4.1",
"grunt-karma": "~0.8.2",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-newer": "~0.7.0",
"grunt-ng-annotate": "^0.2.3",
"grunt-nodemon": "^0.4.2",
"grunt-open": "~0.2.3",
"grunt-protractor-runner": "^1.1.0",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.4.0",
"grunt-usemin": "~2.1.1",
"grunt-wiredep": "~1.8.0",
"istanbul": "^0.4.5",
"jit-grunt": "^0.5.0",
"jpegtran-bin": "^4.0.0",
"jsdoc": "^3.6.4",
"mocha": "7.1.2",
"open": "~6.0.0",
"optipng-bin": "^6.0.0",
"prettier": "^2.0.5",
"requirejs": "~2.1.11",
"should": "~3.3.1",
"sinon": "^6.2.0",
"source-map-support": "^0.5.19",
"supertest": "~0.11.0",
"time-grunt": "~0.3.1",
"typescript": "^3.2.4"
},
"scripts": {
"watch:build": "tsc --build server/src/tsconfig.json --watch",
"start": "node server-dist/src/App.js",
"test": "grunt test"
},
"private": true
}