-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
209 lines (209 loc) · 7.57 KB
/
package.json
File metadata and controls
209 lines (209 loc) · 7.57 KB
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
{
"name": "avnode",
"version": "1.0.0",
"description": "avnode rebuild",
"scripts": {
"start": "node index.js",
"pm2start": "pm2 start index.js --name AVnode.net --env production --watch --log logs.log --time",
"forever": "NODE_ENV=production forever --uid 'avnode.net' -l /sites/avnode.net/avnode-forever.log -o /sites/avnode.net/avnode-out.log -e /sites/avnode.net/avnode-err.log start --append index.js",
"test": "PORT=3002 NODE_ENV=testing mocha --reporter spec --recursive tests",
"testwin": "set PORT=3002 && set NODE_ENV=testing && mocha --timeout 30000 --reporter spec --recursive tests",
"testrouteswin": "set PORT=3002 && set NODE_ENV=testing && mocha --timeout 30000 --reporter spec --recursive tests/routes",
"test:watch": "PORT=3002 NODE_ENV=testing mocha --timeout 30000 --watch --reporter spec --recursive tests",
"testwin:watch": "set PORT=3002 && set NODE_ENV=testing && mocha --timeout 30000 --watch --reporter spec --recursive tests",
"testrouteswin:watch": "set PORT=3002 && set NODE_ENV=testing && mocha --timeout 30000 --watch --reporter spec --recursive tests/routes",
"lint": "eslint -c .eslintrc.json --ignore-path .gitignore --ignore-path .eslintignore .",
"dev": "DEBUG=avnode.debug,avnode nodemon index.js -lang en",
"en": "DEBUG=avnode.debug,avnode nodemon index.js -lang en",
"be": "DEBUG=avnode.debug,avnode nodemon index.js -lang be",
"de": "DEBUG=avnode.debug,avnode nodemon index.js -lang de",
"es": "DEBUG=avnode.debug,avnode nodemon index.js -lang es",
"fr": "DEBUG=avnode.debug,avnode nodemon index.js -lang fr",
"el": "DEBUG=avnode.debug,avnode nodemon index.js -lang el",
"hu": "DEBUG=avnode.debug,avnode nodemon index.js -lang hu",
"it": "DEBUG=avnode.debug,avnode nodemon index.js -lang it",
"pl": "DEBUG=avnode.debug,avnode nodemon index.js -lang pl",
"pt": "DEBUG=avnode.debug,avnode nodemon index.js -lang pt",
"ru": "DEBUG=avnode.debug,avnode nodemon index.js -lang ru",
"devwin": "set DEBUG=avnode.debug,avnode && nodemon -i tests -i app -i locales -i storage -i .db -i .elasticsearch -i app index.js",
"build": "NODE_ENV=production ./node_modules/.bin/webpack",
"buildwin": "set NODE_ENV=production && webpack",
"extract:messages": "react-intl-cra './app/redux/components/**/*.{js,jsx}' -o 'app/redux/i18n/messages/messages.json'",
"manage:translations": "node ./translationRunner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brucelane/AVnode.net.git"
},
"author": "Bruce LANE",
"license": "ISC",
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.0",
"accounting": "^0.4.1",
"async": "^2.6.0",
"aws-sdk": "^2.307.0",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.2.1",
"chalk": "^2.4.1",
"compression": "^1.7.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"country-list": "^1.1.0",
"debounce-promise": "^3.1.2",
"debug": "^3.1.0",
"dotenv": "^5.0.1",
"elasticsearch": "^15.0.0",
"email-templates": "^3.6.0",
"express": "^4.16.3",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-status-monitor": "^1.0.1",
"ffprobe": "^1.1.0",
"ffprobe-static": "^3.0.0",
"file-type": "^14.1.2",
"getconfig": "^4.4.1",
"glob": "^7.1.6",
"googleapis": "^27.0.0",
"gulp": "^3.9.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"html-react-parser": "^0.4.7",
"i18n": "^0.13.2",
"image-size": "^0.8.3",
"joi": "^13.3.0",
"jquery": "^3.3.1",
"jsonfile": "^6.0.1",
"juice": "^4.2.3",
"language-list": "0.0.3",
"lodash": "^4.17.15",
"lusca": "^1.6.0",
"mime": "^2.3.1",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.21",
"mongoose": "^5.5.11",
"mongoose-unique-validator": "^2.0.2",
"multer": "^1.4.1",
"node-countries-list": "^1.0.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^4.7.0",
"nodemailer-ses-transport": "^1.5.1",
"normalizr": "^3.2.4",
"npm": "^6.0.1",
"oembed-parser": "^1.3.9",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"popper.js": "^1.14.6",
"progress-stream": "^2.0.0",
"pug": "^2.0.3",
"ramda": "^0.25.0",
"rc-time-picker": "^3.3.1",
"rc-tree-select": "^2.4.4",
"react-autosuggest": "^9.4.2",
"react-beautiful-dnd": "^7.1.3",
"react-bootstrap": "^0.32.1",
"react-bootstrap-time-picker": "^1.0.3",
"react-collapse": "^4.0.3",
"react-datepicker": "^1.4.1",
"react-dnd": "^4.0.0",
"react-dom": "^16.3.2",
"react-dropzone": "6.2.2",
"react-image-lightbox": "^5.0.0",
"react-intl": "^2.4.0",
"react-intl-cra": "^0.3.3",
"react-intl-translations-manager": "^5.0.3",
"react-modal": "^3.4.4",
"react-motion": "^0.5.2",
"react-phone-number-input": "^1.0.11",
"react-places-autocomplete": "^7.1.1",
"react-redux": "^5.0.7",
"react-redux-loading-bar": "^4.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-select": "^3.0.8",
"react-strongpassword": "^1.0.1",
"react-table": "^6.8.5",
"react-tag-input": "^5.0.2",
"react-textarea-autosize": "^6.1.0",
"react-time-picker": "^2.3.2",
"react-times": "^3.1.9",
"react-tooltip": "^3.6.0",
"react-widgets": "^4.2.6",
"react-widgets-moment": "^4.0.12",
"redux-form": "^7.3.0",
"request": "^2.88.0",
"request-image-size": "^2.1.0",
"sharp": "^0.20.2",
"slugify": "^1.4.0",
"telegram-bot-api": "^2.0.1",
"tmi.js": "^1.5.0",
"to": "^0.2.9",
"truncatise": "0.0.7",
"update": "^0.7.4",
"uuid": "^3.2.1",
"video-react": "^0.10.5",
"videojs-playlist": "^4.3.1",
"webpack-cli": "^2.1.3",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^3.1.4",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-react-intl": "^2.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.5.6",
"cors": "^2.8.4",
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.7",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-mongoose-fix-overwitemodelerror": "^1.0.0",
"morgan": "^1.9.0",
"ncp": "^2.0.0",
"node-sass": "^4.14.1",
"nodemon": "^1.17.4",
"offline-plugin": "^5.0.3",
"promise-polyfill": "^7.1.2",
"proxyquire": "^2.0.1",
"raw-loader": "^0.5.1",
"react": "^16.3.2",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"replace-bundle-webpack-plugin": "^1.0.0",
"sass-loader": "^7.0.1",
"script-ext-html-webpack-plugin": "^2.0.1",
"source-map-loader": "^0.2.3",
"style-loader": "^0.21.0",
"supertest": "^3.1.0",
"url-loader": "^1.0.1",
"video.js": "^7.0.2",
"webpack": "^4.8.3",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2"
}
}