-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.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
{
"name": "gdpr-data-dictionary",
"version": "0.0.1",
"private": true,
"dependencies": {
"amazon-cognito-identity-js": "^1.29.0",
"aws-sdk": "^2.175.0",
"babel-preset-react": "^6.3.13",
"basic-auth": "^1.0.4",
"body-parser": "1.15.x",
"co": "^4.6.0",
"express": "^4.16.2",
"express-yields": "^1.1.1",
"gunzip-file": "^0.1.1",
"history": "^1.14.0",
"html-webpack-plugin": "^2.7.1",
"http": "0.0.0",
"json-loader": "^0.5.7",
"jsonwebtoken": "^7.4.1",
"koa-mysql": "^1.0.3",
"lodash": "^4.17.4",
"lodash.debounce": "~4.0.8",
"lodash.get": "~4.4.2",
"lodash.set": "~4.3.2",
"lzz-gyp": "^0.4.2",
"mysql2": "^1.5.1",
"node-gyp": "^3.6.2",
"nodemailer": "^4.0.1",
"pm2": "^2.5.0",
"react": "~15.4.0",
"react-addons-create-fragment": "^15.6.2",
"react-dom": "~15.4.0",
"react-event-listener": "^0.5.1",
"react-plaid-link": "^0.1.9",
"react-redux": "~4.4.5",
"react-router": "~2.8.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "~4.0.6",
"react-scripts": "1.0.17",
"react-tap-event-plugin": "~2.0.0",
"react-transition-group-plus": "^0.5.2",
"recharts": "^1.0.0-beta.6",
"recompose": "^0.22.0",
"redux": "~3.6.0",
"redux-form": "~6.2.0",
"redux-saga": "~0.13.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"webpack": "~1.13.2",
"xmlify": "^1.1.0"
},
"devDependencies": {
"apidoc": "^0.16.1",
"babel-cli": "~6.18.0",
"babel-core": "^6.26.0",
"babel-eslint": "~7.1.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-transform-react-jsx": "~6.8.0",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "~6.18.0",
"eslint": "~3.11.0",
"eslint-config-airbnb": "~13.0.0",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-react": "~6.7.1",
"file-loader": "^1.1.5",
"react-addons-test-utils": "~15.4.0",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.0.1",
"url-loader": "^0.6.2",
"webpack-dev-server": "~1.16.2"
},
"main": "index.html",
"scripts": {
"start": "node server.js"
}
}