-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.08 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
{
"name": "rihpl",
"private": true,
"//": "Use gulp for dev. It's cross platform.",
"scripts": {
"build": "gulp build",
"postinstall": "gulp build --production",
"test": "gulp test",
"api": "gulp api",
"migrate": "gulp dbmigrate",
"rollback": "gulp dbrollback",
"seed": "gulp dbseed",
"lintFix": "eslint --fix"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-react-intl": "^2.1.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-node6": "^0.2.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-native": "^1.9.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-immutable": "^1.5.2",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"copy-webpack-plugin": "^3.0.0",
"cors": "^2.7.1",
"css-loader": "^0.23.0",
"del": "^2.2.0",
"enzyme": "^2.3.0",
"eslint": "2.13.0",
"eslint-config-airbnb": "^9.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.9.0",
"eslint-plugin-jsx-a11y": "^1.4.1",
"eslint-plugin-react": "^5.1.1",
"express": "^4.13.3",
"extend": "^3.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.1",
"foundation-sites": "^6.2.3",
"griddle-react": "^0.5.1",
"gulp": "^3.9.0",
"gulp-bg": "^0.0.8",
"gulp-eslint": "2.0.0",
"gulp-if": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-real-favicon": "^0.2.1",
"gulp-util": "^3.0.7",
"immutable": "^3.8.1",
"intl": "^1.2.4",
"intl-locales-supported": "^1.0.0",
"intl-messageformat": "^1.3.0",
"intl-relativeformat": "^1.3.0",
"invariant": "^2.2.1",
"ip": "^1.1.3",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^9.2.1",
"json-loader": "^0.5.4",
"knex": "^0.11.5",
"make-error": "^1.1.1",
"nconf": "^0.8.1",
"node-sass": "^3.7.0",
"nodemon": "^1.9.2",
"normalize.css": "^4.1.1",
"pg": "^5.0.0",
"postcss-loader": "^0.9.1",
"raven-js": "^3.0.3",
"react": "15.1.0",
"react-addons-test-utils": "15.1.0",
"react-dom": "15.1.0",
"react-foundation-components": "^0.11.2",
"react-helmet": "^3.1.0",
"react-intl": "^2.1.2",
"react-pure-render": "^1.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.0",
"react-router-scroll": "^0.2.0",
"react-select": "^1.0.0-beta13",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.6",
"redux": "^3.5.2",
"redux-connect": "^2.4.0",
"redux-form": "^5.2.5",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^3.0.0",
"redux-storage": "^4.0.1",
"redux-storage-decorator-debounce": "^1.0.1",
"redux-storage-decorator-filter": "^1.1.5",
"redux-storage-engine-localstorage": "^1.1.1",
"regenerator": "^0.8.42",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"sass-loader": "^3.2.0",
"serialize-javascript": "^1.3.0",
"shortid": "^2.2.4",
"sinon": "^1.17.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"through2": "^2.0.1",
"url-loader": "^0.5.5",
"validator": "^5.4.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-isomorphic-tools": "^2.3.0",
"yargs": "^4.7.1"
},
"devDependencies": {
"eslint-plugin-react-native": "^1.1.0-beta",
"pg-json-schema-export": "^0.13.7"
}
}