-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
167 lines (167 loc) · 5.76 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
{
"name": "typescript-merin-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for Tyepscript-Mongo-Express-React-Immutable-Node",
"main": "index.js",
"scripts": {
"test-frontend": "sh _testFrontend.sh",
"test-backend": "sh _testBackend.sh",
"start": "sh _devServer & sh _devWebapp",
"buildLocal": "sh _buildLocal.sh",
"build": "sh _buildRemote.sh",
"heroku-postbuild": "sh _buildRemote.sh"
},
"keywords": [
"Tyepscript",
"Mongo",
"Express",
"React",
"Immutable",
"Node"
],
"author": "DWD",
"license": "MIT",
"dependencies": {
"@types/mongodb": "^3.1.4",
"aws-sdk": "^2.300.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"csv-parse": "^2.5.0",
"csvtojson": "^2.0.8",
"d3": "^5.7.0",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"fs": "^0.0.1-security",
"immutable": "4.0.0-rc.9",
"mongodb": "3.1.3",
"path": "^0.12.7",
"request-promise": "^4.2.2",
"s3-upload-stream": "^1.0.7",
"serve-favicon": "^2.5.0",
"stream": "^0.0.2",
"url": "^0.11.0",
"url-parse": "^1.4.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/react-fontawesome": "0.1.2",
"@types/chai": "^4.1.4",
"@types/compression": "^0.0.36",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/d3": "^5.0.0",
"@types/debug": "^0.0.30",
"@types/dotenv": "^4.0.3",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/express": "^4.11.1",
"@types/express-fileupload": "^0.4.0",
"@types/history": "^4.7.0",
"@types/html-webpack-plugin": "^3.2.0",
"@types/jquery": "^3.3.6",
"@types/lodash": "^4.14.116",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.1",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"@types/react-fontawesome": "^1.6.4",
"@types/react-redux": "^6.0.6",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.2.6",
"@types/react-router-redux": "^5.0.13",
"@types/redux-actions": "^2.3.0",
"@types/redux-immutable": "^3.0.38",
"@types/request-promise": "^4.1.42",
"@types/s3-upload-stream": "^1.0.2",
"@types/scriptjs": "^0.0.2",
"@types/serve-favicon": "^2.2.30",
"@types/styled-jsx": "^2.2.4",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/url-parse": "^1.4.1",
"@types/uuid": "^3.4.3",
"@types/webpack-bundle-analyzer": "^2.9.2",
"@types/webpack-dev-server": "^2.9.6",
"@types/webpack-env": "^1.13.6",
"@types/webpack-merge": "^4.1.3",
"@types/webpack-node-externals": "^1.6.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.0",
"csv-loader": "^3.0.2",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16": "^1.2.0",
"file-loader": "^2.0.0",
"google-palette": "^1.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.7",
"ignore-styles": "^5.0.1",
"jsdom": "^12.0.0",
"less": "^3.8.1",
"less-loader": "^4.0.5",
"mini-css-extract-plugin": "0.4.2",
"mocha": "^5.2.0",
"mocha-loader": "^1.1.3",
"mocha-webpack": "^2.0.0-beta.0",
"node-sass": "^4.9.3",
"open-browser-webpack-plugin": "0.0.5",
"papaparse": "^4.5.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.5",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^4.0.0",
"redux-actions": "2.6.1",
"redux-devtools-extension": "^2.13.2",
"redux-immutable": "4.0.0",
"redux-observable": "^1.0.0",
"reselect": "^3.0.1",
"rxjs": "6.2.2",
"sass-loader": "^7.0.1",
"scriptjs": "^2.5.8",
"source-map-loader": "^0.2.4",
"style-loader": "^0.22.1",
"styled-jsx": "^3.0.2",
"styled-jsx-plugin-sass": "^0.2.4",
"ts-import-plugin": "^1.5.2",
"ts-loader": "^4.5.0",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.5.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.15.0",
"tslint-loader": "^3.5.3",
"typescript": "^3.0.1",
"url-loader": "^1.1.1",
"utility-types": "^2.0.0",
"webpack": "^4.17.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3",
"webpack-node-externals": "^1.7.2"
},
"resolutions": {
"**/@types/react": "^16.4.11"
}
}