forked from Trustroots/trustroots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
236 lines (236 loc) · 8.22 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"name": "trustroots",
"description": "Trustroots.org",
"version": "0.3.3",
"author": "https://www.trustroots.org/foundation",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Trustroots/trustroots"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0",
"mongodb": ">=3.6 <=4.2"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"scripts": {
"agenda-maintenance": "node ./bin/db-maintenance/archive-done-agenda-jobs.js",
"build:dev": "gulp build:dev",
"build:prod": "gulp build:prod",
"build": "gulp build:dev",
"check-environment": "npm run install-dependencies && npx check-node-version --package && npm run ensure-config-exists && npm run ensure-uploads-dir-exists",
"dashboard:jobs": "agendash --db=mongodb://localhost/trustroots-dev --collection=agendaJobs --port=1081",
"dashboard:mail": "maildev",
"distclean": "rm -fr ./node_modules ./public/dist ./public/assets ./public/push-messaging-sw.js",
"dropdb": "node ./bin/db-drop.js",
"ensure-config-exists": "node ./bin/ensure-config-exists.js",
"ensure-uploads-dir-exists": "node ./bin/ensure-uploads-dir-exists.js",
"fontello": "gulp fontello",
"install-dependencies": "node ./bin/install-deps.js",
"lint:watch": "esw --cache --watch --quiet .",
"lint": "eslint .",
"migrate-down": "migrate down",
"migrate": "migrate up",
"postshrinkwrap": "node -e \"fs.utimesSync('./node_modules', new Date(), new Date());\"",
"preseed": "npm run check-environment",
"prestart": "npm run check-environment",
"seed:messages": "node ./bin/fillTestData/Messages.js",
"seed:tribes": "node ./bin/fillTestData/Tribes.js",
"seed:users": "node ./bin/fillTestData/Users.js",
"seed": "npm run seed:tribes 100 && npm run seed:users 1000 -- --userNames admin1 admin2 admin3 && npm run seed:messages 2000 10",
"start:develop": "gulp develop",
"start:docker": "npm run prestart && concurrently --raw --kill-others --kill-others-on-fail 'npm:lint:watch' 'npm:start:develop' 'npm:start:worker'",
"start:prod": "gulp prod",
"start:worker:prod": "gulp worker:prod",
"start:worker": "gulp worker:dev",
"start": "concurrently --raw --kill-others --kill-others-on-fail 'npm:lint:watch' 'npm:start:develop' 'npm:start:worker' 'npm:dashboard:mail'",
"test:client:watch": "gulp angular-templatecache && npm run check-environment && NODE_ENV=test karma start",
"test:client": "gulp angular-templatecache && NODE_ENV=test karma start --single-run",
"test:selenium": "python ./scripts/selenium/test.py",
"test:server:watch": "npm run check-environment && NODE_ENV=test gulp test:server:watch",
"test:server": "NODE_ENV=test gulp test:server",
"test": "npm run check-environment && npm run lint && npm run test:client && npm run test:server",
"ensure-indexes": "node ./bin/db-maintenance/ensure-indexes.js"
},
"dependencies": {
"acl": "~0.4.11",
"agenda": "~1.0.3",
"angular": "1.6.10",
"angular-animate": "1.6.10",
"angular-aria": "1.6.10",
"angular-chosen-localytics": "~1.9.3",
"angular-confirm": "~1.2.6",
"angular-loading-bar": "~0.9.0",
"angular-locker": "~2.0.5",
"angular-mailcheck": "~0.2.0",
"angular-message-format": "1.6.10",
"angular-mocks": "1.6.10",
"angular-moment": "~1.3.0",
"angular-resource": "1.6.10",
"angular-sanitize": "1.6.10",
"angular-touch": "1.6.10",
"angular-trustpass": "~0.4.0",
"angular-ui-bootstrap": "~2.5.6",
"angular-ui-router": "~0.4.3",
"angular-waypoints": "~2.0.0",
"angulargrid": "~0.6.5",
"angulartics": "~1.6.0",
"angulartics-google-analytics": "~0.5.0",
"async": "~2.6.3",
"autolinker": "~3.11.1",
"autoprefixer": "~9.7.1",
"axios": "~0.19.0",
"basic-auth": "~2.0.1",
"body-parser": "~1.19.0",
"bootstrap": "3.4.1",
"chalk": "~3.0.0",
"check-node-version": "~4.0.1",
"classnames": "~2.2.6",
"compression": "~1.7.4",
"connect-flash": "~0.1.1",
"connect-mongo": "~3.0.0",
"cookie-parser": "~1.4.4",
"del": "~5.1.0",
"escape-string-regexp": "~2.0.0",
"expect-ct": "~0.3.0",
"expo-server-sdk": "~2.3.3",
"express": "~4.17.1",
"express-paginate": "~1.0.0",
"express-session": "~1.17.0",
"fbgraph": "~1.4.4",
"firebase": "~3.7.5",
"firebase-admin": "~4.2.0",
"git-rev": "~0.2.1",
"glob": "~7.1.6",
"gm": "~1.23.1",
"gulp": "~4.0.2",
"gulp-angular-templatecache": "~3.0.0",
"gulp-autoprefixer": "~7.0.1",
"gulp-concat": "~2.6.1",
"gulp-csso": "~4.0.1",
"gulp-eslint": "~6.0.0",
"gulp-fontello": "~0.5.1",
"gulp-htmlmin": "~5.0.1",
"gulp-less": "~4.0.1",
"gulp-load-plugins": "~2.0.1",
"gulp-ng-annotate": "~2.1.0",
"gulp-print": "~5.0.2",
"gulp-refresh": "~1.1.0",
"gulp-rename": "~1.4.0",
"gulp-shell": "~0.7.1",
"gulp-sourcemaps": "~2.6.5",
"gulp-uglify": "~3.0.2",
"he": "~1.2.0",
"helmet": "~3.21.2",
"html-to-text": "~5.1.1",
"i18next": "~15.0.10",
"i18next-browser-languagedetector": "~3.0.3",
"i18next-xhr-backend": "~2.0.1",
"imagesloaded": "~4.1.4",
"influx": "~5.0.7",
"juice": "~5.2.0",
"leaflet": "~1.5.1",
"leaflet-active-area": "git+https://github.com/Mappy/Leaflet-active-area.git#f09574a3eb7fdce3a6778e4822955c6416415e43",
"lodash": "~4.17.15",
"medium-editor": "~5.23.3",
"merge-stream": "~2.0.0",
"method-override": "~3.0.0",
"migrate": "~1.6.2",
"mkdir-recursive": "~0.4.0",
"mmmagic": "~0.5.3",
"moment": "~2.24.0",
"mongodb": "~3.1.10",
"mongoose": "5.4.0",
"mongoose-beautiful-unique-validation": "~7.1.1",
"mongoose-integer": "~0.1.1",
"mongoose-paginate": "5.0.3",
"mongoose-url-slugs": "~1.0.2",
"morgan": "~1.9.1",
"multer": "~1.4.2",
"ng-file-upload": "~12.2.13",
"nodemailer": "~6.3.1",
"nunjucks": "~3.2.0",
"passport": "~0.4.0",
"passport-facebook": "~3.0.0",
"passport-github": "~1.1.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.4",
"prop-types": "~15.7.2",
"prunecluster": "~2.1.0",
"randomcolor": "~0.5.4",
"react": "~16.10.2",
"react-bootstrap": "~0.32.4",
"react-dom": "~16.10.2",
"react-i18next": "~10.2.1",
"react-leaflet": "~2.4.0",
"sanitize-html": "~1.20.1",
"serve-favicon": "~2.5.0",
"speakingurl": "~14.0.1",
"stathat": "0.0.8",
"ui-leaflet": "~2.0.0",
"uuid": "~3.3.3",
"validator": "~12.0.0",
"winston": "~2.4.4",
"winston-papertrail": "~1.0.5"
},
"devDependencies": {
"@babel/core": "~7.7.2",
"@babel/plugin-proposal-object-rest-spread": "~7.6.2",
"@babel/preset-env": "~7.7.1",
"@babel/preset-react": "~7.7.0",
"@wordpress/browserslist-config": "~2.6.0",
"agendash": "~1.0.0",
"babel-eslint": "~10.0.3",
"babel-loader": "~8.0.6",
"babel-plugin-angularjs-annotate": "~0.10.0",
"concurrently": "~5.0.0",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "~1.15.1",
"eslint": "~6.5.1",
"eslint-plugin-angular": "~4.0.1",
"eslint-plugin-react": "~7.16.0",
"eslint-watch": "~6.0.1",
"exports-loader": "~0.7.0",
"expose-loader": "~0.7.5",
"faker": "~4.1.0",
"file-loader": "~4.2.0",
"gulp-mocha": "~3.0.1",
"gulp-nodemon": "~2.4.2",
"husky": "~3.0.9",
"imports-loader": "~0.8.0",
"jasmine-core": "~3.5.0",
"jasmine-enzyme": "~7.1.2",
"jquery": "~3.4.1",
"karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~2.0.1",
"karma-mocha-reporter": "~2.2.5",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-webpack": "~4.0.2",
"maildev": "~1.1.0",
"ng-annotate-loader": "~0.6.1",
"ng-annotate-patched": "~1.11.1",
"ngreact": "~0.5.2",
"nodemailer-stub-transport": "~1.1.0",
"nodemon": "~1.19.4",
"npm-merge-driver": "~2.3.5",
"promise": "~8.0.3",
"proxyquire": "~2.1.3",
"semver": "~6.3.0",
"should": "~13.2.3",
"sinon": "~7.5.0",
"supertest": "~4.0.2",
"webpack": "~4.41.2",
"webpack-cli": "~3.3.10",
"webpack-merge": "~4.2.2",
"webpack-stream": "~5.2.1",
"yargs": "~14.2.0"
},
"bugs": {
"url": "https://github.com/Trustroots/trustroots/issues"
},
"license": "MIT"
}