This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
123 lines (123 loc) · 3.44 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
{
"engines": {
"node": ">= 6.9.1"
},
"dependencies": {
"admin-on-rest": "0.4.0",
"async-to-gen": "1.3.0",
"bcrypt": "0.8.7",
"bootstrap": "4.0.0-alpha.5",
"classnames": "2.2.5",
"co": "4.6.0",
"co-postgres-queries": "0.1.0",
"compass-mixins": "0.12.10",
"config": "1.21.0",
"fastclick": "1.0.6",
"font-awesome": "4.7.0",
"history": "4.3.0",
"isomorphic-fetch": "2.2.1",
"jquery": "3.1.1",
"jsonwebtoken": "7.1.9",
"jwt-decode": "2.1.0",
"kcors": "2.1.1",
"koa": "2.0.0-alpha.7",
"koa-better-body": "3.0.2",
"koa-bodyparser": "3.2.0",
"koa-compress": "2.0.0",
"koa-convert": "1.2.0",
"koa-helmet": "2.0.0",
"koa-mount": "2.0.0",
"koa-ratelimiter": "3.0.0",
"koa-route": "3.0.0",
"lodash._baseflatten": "4.2.1",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"material-ui": "0.16.1",
"moment": "2.15.2",
"node-postgres-named": "2.4.1",
"nodemailer": "2.6.4",
"nodemailer-html-to-text": "2.1.0",
"nodemailer-smtp-transport": "2.7.2",
"numeral": "1.5.3",
"quill": "1.1.3",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-fa": "4.1.2",
"react-helmet": "3.1.0",
"react-list": "0.8.0",
"react-motion": "0.4.5",
"react-redux": "4.4.5",
"react-router": "3.0.0",
"react-router-redux": "4.0.6",
"react-router-transition": "0.0.6",
"recompose": "0.20.2",
"redis": "2.6.2",
"redux": "3.6.0",
"redux-actions": "0.12.0",
"redux-form": "6.1.1",
"redux-form-schema": "0.0.3",
"redux-saga": "0.12.0",
"redux-thunk": "2.1.0",
"reify": "0.4.4",
"request": "2.76.0",
"tether": "1.3.7",
"thunkify": "2.1.2",
"uuid": "2.0.3",
"winston": "2.2.0",
"xdomain": "0.7.3"
},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.18.0",
"babel-eslint": "7.1.0",
"babel-loader": "6.2.5",
"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.16.0",
"babel-preset-es2015-native-modules": "6.9.4",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-1": "6.16.0",
"babel-register": "6.18.0",
"babel-runtime": "6.18.0",
"css-loader": "0.25.0",
"db-migrate": "0.9.25",
"db-migrate-pg": "0.1.11",
"enzyme": "2.5.1",
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-config-airbnb-base": "9.0.0",
"eslint-import-resolver-webpack": "0.6.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-mocha": "4.7.0",
"eslint-plugin-react": "6.4.1",
"expect": "1.20.2",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"faker": "3.1.0",
"fakerest": "1.2.1",
"file-loader": "0.9.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.0",
"http-server": "0.9.0",
"json-loader": "0.5.4",
"koa-static": "3.0.0",
"mocha": "3.1.2",
"node-sass": "3.10.1",
"pm2": "2.0.19",
"react-addons-test-utils": "15.3.2",
"redux-mock-store": "1.2.1",
"sass-loader": "4.0.2",
"selenium-standalone": "5.8.0",
"selenium-webdriver": "3.0.0-beta-3",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9"
},
"scripts": {
"test": "make test"
},
"author": "marmelab <info@marmelab.com>",
"license": "MIT"
}