-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.57 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
{
"name": "Este",
"authors": [
"Daniel Steigerwald"
],
"description": "Dev stack and starter kit for React universal web apps",
"private": true,
"//": "Use gulp for dev. It's cross platform.",
"scripts": {
"build": "gulp build",
"install": "gulp fix-react-native",
"postinstall": "gulp build --production",
"test": "gulp test"
},
"engines": {
"node": ">=5"
},
"dependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.6.0",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "^6.3.13",
"babel-plugin-transform-react-inline-elements": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-node5": "^1.1.1",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-react-native": "^1.4.0",
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"bluebird": "^3.0.5",
"body-parser": "^1.12.4",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"chai-immutable": "^1.5.2",
"classnames": "^2.1.1",
"compression": "^1.4.0",
"cors": "^2.6.0",
"css-loader": "^0.23.0",
"del": "^2.1.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-import": "^1.0.0",
"eslint-plugin-react": "^4.0.0",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.13.3",
"express-device": "^0.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"fbjs": "0.6.1",
"file-loader": "^0.8.1",
"firebase": "^2.4.0",
"gulp": "^3.9.0",
"gulp-bg": "^0.0.8",
"gulp-eslint": "2.0.0",
"gulp-if": "^2.0.0",
"gulp-mocha": "^2.1.3",
"gulp-shell": "^0.5.0",
"gulp-util": "^3.0.7",
"immutable": "^3.6.4",
"intl": "^1.0.0",
"intl-messageformat": "^1.1.0",
"intl-relativeformat": "^1.1.0",
"invariant": "^2.1.2",
"ip": "^1.0.2",
"isomorphic-fetch": "^2.1.1",
"jsdom": "^8.0.2",
"less": "^2.5.1",
"less-loader": "^2.0.0",
"make-error": "^1.0.4",
"nconf": "^0.8.1",
"node-sass": "^3.1.2",
"nodemon": "^1.8.1",
"normalize.css": "^3.0.2",
"postcss-loader": "^0.8.0",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.1",
"react-dom": "^0.14.0",
"react-helmet": "^2.1.1",
"react-intl": "^2.0.0-pr-1",
"react-native": "^0.20.0",
"react-native-browser-polyfill": "^0.1.1",
"react-native-side-menu": "^0.18.0",
"react-pure-render": "^1.0.1",
"react-redux": "^4.0.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.0.5",
"redux": "^3.0.4",
"redux-logger": "^2.1.1",
"redux-promise-middleware": "^2.3.2",
"redux-recycle": "^1.1.0",
"regenerator": "^0.8.42",
"run-sequence": "^1.0.2",
"sass-loader": "^3.0.0",
"serialize-javascript": "^1.1.2",
"shortid": "^2.2.4",
"sinon": "^1.17.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.0.0",
"urijs": "^1.16.1",
"url-loader": "^0.5.5",
"validator": "^5.0.0",
"webpack": "^1.12.3",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.8.1",
"webpack-isomorphic-tools": "^2.2.24",
"yargs": "^4.1.0"
}
}