-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.64 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
{
"name": "evangelize",
"description": "Evangelize API Server",
"version": "0.1.0",
"license": "BSD-3",
"main": "babel.server.js",
"scripts": {
"clean": "rm -rf static/dist",
"start": "node --harmony index.js",
"build": "rimraf ./static/dist && webpack -p --progress --colors --display-error-details --config ./webpack/prod.config.js",
"build-server": "NODE_ENV=production webpack --progress --colors --display-error-details --config ./webpack/server.config.js",
"build-dlls": "webpack --colors --display-error-details --config webpack/vendor.config.js",
"build-dev": "rimraf ./static/dist && webpack -p --progress --stats --config ./webpack/dev.config.js",
"dev": "NODE_ENV=development npm run start",
"prod": "NODE_ENV=production npm run --production start",
"debug": "node --nolazy --debug-brk=5858 --harmony index.js",
"deploy": "rimraf ./static/dist && NODE_ENV=production webpack -p --progress --stats --config ./webpack/prod.config.js",
"package": "pkg -t node8-linux-x64 --output app src/server.js"
},
"dependencies": {
"@react-pdf/core": "^0.6.3",
"@react-pdf/node": "^0.6.3",
"async": "^2.6.0",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"binstring": "^0.2.1",
"bluebird": "^3.0.6",
"chalk": "^1.1.1",
"color": "^0.11.3",
"cron": "^1.1.0",
"csv-parser": "^1.11.0",
"deepcopy": "^0.6.1",
"etag": "^1.7.0",
"eventemitter3": "^1.2.0",
"fast-async": "^6.2.1",
"firebase": "^4.8.0",
"firebase-admin": "^5.5.1",
"from-xml": "^0.1.2",
"get-stream": "^3.0.0",
"handlebars": "^4.0.11",
"hapi": "^17.2.x",
"hapi-auth-bearer-token": "^6.0.1",
"hapi-cors-headers": "^1.0.3",
"hapi-error": "^1.8.0",
"hapi-log-requests": "^1.0.3",
"hapi-router": "^4.0.0",
"history": "^1.12.5",
"inert": "^5.0.1",
"innodb-optimized-uuid": "^1.1.1",
"into-stream": "^3.1.0",
"invariant": "^2.2.1",
"jsnlog": "^2.25.1",
"jsnlog-nodejs": "^2.25.1",
"json-loader": "^0.5.4",
"jsonwebtoken": "^8.1.0",
"jszip": "^3.1.3",
"lodash": "^4.13.1",
"minio": "^3.2.3",
"moment": "^2.10.6",
"moment-fquarter": "mattvoss/moment-fquarter",
"moment-timezone": "^0.5.4",
"mysql": "^2.9.0",
"nconf": "^0.8.2",
"pdfjs": "^1.0.0-alpha.5",
"pdfmake": "^0.1.35",
"pem": "^1.8.1",
"percent-change": "^1.0.1",
"promise-file-reader": "^0.3.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-reconciler": "^0.7.0",
"redis": "^2.6.2",
"request": "^2.79.0",
"sequelize": "3.23.4",
"sequelize-cli": "^2.4.0",
"sequelize-revisions": "mattvoss/sequelize-revisions",
"setimmediate": "^1.0.4",
"shortid": "^2.2.6",
"threads": "^0.7.0",
"vision": "^5.3.0",
"webpack": "^3.10.0"
},
"devDependencies": {
"concurrently": "0.1.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.23.0",
"eslint": "^3.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.3",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"estraverse-fb": "^1.3.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.8.4",
"happypack": "^4.0.0",
"html-webpack-plugin": "^2.30.1",
"pkg": "^4.3.0-beta.5",
"rimraf": "^2.6.2",
"run-sequence": "^1.1.5",
"stats-webpack-plugin": "^0.6.1",
"style-loader": "^0.13.0",
"typescript": "^2.6.2",
"uglifyjs-webpack-plugin": "^1.1.5",
"webpack-dev-server": "2.9.7",
"webpack-hot-middleware": "^2.21.0",
"webpack-isomorphic-tools": "^3.0.5",
"webpack-node-externals": "^1.6.0"
},
"engines": {
"node": ">=6.0.0"
},
"babel": {
"presets": [
"es2015",
"stage-0",
"react"
],
"plugins": [
"transform-decorators-legacy",
"add-module-exports"
],
"sourceMaps": true,
"retainLines": true
}
}