forked from DanKottke/midas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
174 lines (174 loc) · 6.81 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "openopps-platform",
"private": true,
"version": "9.7.0",
"description": "platform that creates an empowered network through sharing skills and collaborating on projects",
"keywords": [],
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.7.7",
"@koa/cors": "^2.2.3",
"app-module-path": "^2.2.0",
"applicationinsights": "^1.3.1",
"async": "^2.0.0-rc.2",
"autolinker": "^1.1.0",
"aws-sdk": "^2.188.0",
"babelify": "^10.0.0",
"backbone": "^1.3.2",
"bcryptjs": "^2.4.3",
"blueimp-file-upload": "^9.20.0",
"bootstrap": "^3.3.6",
"bourbon": "4.2.7",
"bourbon-neat": "1.9.0",
"cfenv": "^1.2.2",
"csv-parse": "^4.6.3",
"csvtojson": "^1.1.9",
"d3": "^4.13.0",
"db-migrate": "^0.11.6",
"db-migrate-pg": "^1.0.0",
"ejs": "^2.5.7",
"elasticsearch": "^15.1.1",
"exif-parser": "^0.1.12",
"faker": "^4.1.0",
"font-face-mixin": "^1.1.0",
"fs-extra": "^5.0.0",
"git-clone": "^0.1.0",
"gm": "^1.23.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^8.0.0",
"gulp-bro": "^1.0.3",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.0",
"i18next": "^10.3.0",
"i18next-xhr-backend": "^1.5.1",
"jquery": "^3.3.1",
"jquery-i18next": "^1.2.1",
"jquery-ui-dist": "^1.12.1",
"json2csv": "^3.11.5",
"jsonwebtoken": "^8.4.0",
"jwks-rsa": "^1.3.0",
"koa": "^2.5.1",
"koa-better-body": "^3.0.4",
"koa-better-flash": "^0.0.3",
"koa-cache-control": "^2.0.0",
"koa-compress": "^3.0.0",
"koa-csp": "^1.0.11",
"koa-csrf": "^3.0.6",
"koa-ejs": "^4.1.0",
"koa-generic-session": "^2.0.1",
"koa-passport": "^4.0.1",
"koa-redis": "^3.1.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.15",
"marked": "^0.3.12",
"md5-file": "^3.2.3",
"merge-stream": "^2.0.0",
"moment": "^2.20.1",
"moment-timezone": "^0.5.25",
"node-sass": "^4.13.1",
"node-schedule": "^1.3.0",
"node-uuid": "^1.4.8",
"nodemailer": "^4.4.2",
"nodemailer-smtp-pool": "^2.8.3",
"nodemailer-smtp-transport": "^2.7.4",
"numeral": "^2.0.6",
"openid-client": "^2.4.2",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^6.4.2",
"pg-promise": "^6.5.4",
"postgres-gen": "^0.10.0",
"postgres-gen-dao": "^0.18.2",
"remove-markdown": "^0.3.0",
"request": "^2.87.0",
"select2": "3.5.2-browserify",
"stringify": "^5.2.0",
"underscore": "^1.8.3",
"url-search-params-polyfill": "^5.0.0",
"uswds": "^1.4.5",
"uuid": "^3.2.1",
"validator": "^9.4.0",
"winston": "^3.2.1",
"winston-azure-application-insights": "^2.0.0",
"winston-daily-rotate-file": "^4.1.0"
},
"devDependencies": {
"@octopusdeploy/gulp-octo": "0.0.12",
"chai": "^4.1.2",
"chai-datetime": "^1.5.0",
"gulp-bump": "^3.1.0",
"gulp-clean": "^0.4.0",
"gulp-git": "^2.5.2",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"nodemon": "^1.17.5",
"npm-run-all": "^4.1.2",
"nyc": "^14.1.1",
"octopus-deploy": "^6.0.0",
"pgtools": "^0.3.0",
"replay": "^2.0.6",
"when": "^3.7.8"
},
"config": {
"dir": "."
},
"scripts": {
"preinstall": "",
"postinstall": "npm run uswds",
"init": "node ./tools/init.js",
"init:test-db": "node ./test/database/setup.js",
"demo": "node ./tools/demo.js",
"build": "gulp build",
"migrate": "echo 'Migrate commands exist for the following actions [:up, :down, :check]'",
"migrate:up": "node ./node_modules/db-migrate/bin/db-migrate up",
"migrate:down": "node ./node_modules/db-migrate/bin/db-migrate down",
"migrate:check": "node ./node_modules/db-migrate/bin/db-migrate up --dry-run",
"publish": "gulp publish",
"patch": "gulp patch",
"start": "npm run migrate:up && node app.js",
"test": "npm run test:unit",
"test:unit": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/unit/setup.js test/unit/*.test.js test/unit/**/*.test.js --opts test/mocha.opts --reporter mocha-multi-reporters --reporter-options configFile=test/reporter.config.json",
"test:integration": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/integration/services/*.test.js",
"jshint": "find assets/js/backbone -name \\*js -exec ./node_modules/jshint/bin/jshint {} \\;",
"cover": "nyc --reporter=lcov --reporter=text ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/unit/setup.js test/unit/*.test.js test/unit/**/*.test.js --opts test/test/mocha.opts test/integration/services/*.test.js",
"cover:unit": "nyc --reporter=lcov --reporter=text npm run test:unit",
"cover:integration": "nyc --reporter=lcov --reporter=text -x \"api/model/**\" -x \"utils/**\" -x \"test/**\" npm run test:integration",
"debug": "node debug app.js",
"docker": "echo 'Docker commands exist for the following actions [:up, :restart, :down, :build, :prune-volumes], e.g. npm run docker:up'",
"docker:up": "docker-compose -p ${npm_package_name} up -d db migrate_db init_db app mail",
"docker:restart": "docker-compose -p ${npm_package_name} restart app",
"docker:down": "docker-compose -p ${npm_package_name} down",
"docker:prune-volumes": "docker volume prune",
"docker:build": "docker-compose -p ${npm_package_name} build",
"watch": "node ./node_modules/npm-run-all/bin/npm-run-all --parallel watch:*",
"watch:server": "node ./node_modules/nodemon/bin/nodemon --ignore .git/ --ignore assets/ --ignore dist/ --ignore node_modules/ app.js",
"watch:client": "gulp",
"uswds": "npm run uswds:css && npm run uswds:images && npm run uswds:fonts",
"uswds:css": "node ./fs-copy node_modules/uswds/dist/css/uswds.css assets/styles/uswds.css",
"uswds:images": "node ./fs-copy node_modules/uswds/dist/img assets/images/uswds",
"uswds:fonts": "node ./fs-copy node_modules/uswds/dist/fonts assets/fonts",
"design-system": "npm run design-system:css && npm run design-system:images && npm run design-system:fonts",
"design-system:css": "node ./fs-copy node_modules/usajobs-design-system/css/usajobs-design-system.min.css assets/styles/usajobs-design-system.min.css",
"design-system:images": "node ./fs-copy node_modules/usajobs-design-system/img assets/img",
"design-system:fonts": "node ./fs-copy node_modules/usajobs-design-system/fonts assets/fonts"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/openopps/openopps-platform.git"
},
"bugs": "https://github.com/openopps/openopps-platform/issues",
"license": "CC0-1.0",
"engines": {
"node": "12.16.x"
}
}