-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "feedbacker",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"bundle": "bash scripts/compile.sh",
"postinstall": "npm run bundle"
},
"dependencies": {
"ansi-colors": "^4.1.3",
"async": "^3.2.5",
"config": "^3.3.11",
"connect-pg-simple": "^9.0.1",
"connect-redis": "^7.1.1",
"cookie-parser": "~1.4.6",
"csurf": "^1.10.0",
"csv": "^6.3.6",
"csv-stringify-as-promised": "^3.0.1",
"debug": "~4.3.4",
"express": "~4.18.2",
"express-flash": "0.0.2",
"express-session": "^1.18.0",
"graphql-request": "^6.1.0",
"http-errors": "~2.0.0",
"marked": "^12.0.0",
"method-override": "^3.0.0",
"moment": "^2.30.1",
"morgan": "~1.10.0",
"oauth": "^0.10.0",
"parse-database-url": "^0.3.0",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0",
"permission": "^1.1.0",
"pg": "^8.11.3",
"pluralize": "^8.0.0",
"pug": "3.0.2",
"pug-cli": "^1.0.0-alpha6",
"redis": "^4.6.13",
"shortid": "^2.2.14",
"underscore": "^1.13.6",
"url": "^0.11.3",
"validator": "^13.11.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.2",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0"
}
}