-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.17 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
{
"name": "awesome-react-app",
"displayName": "awesome-react-app",
"version": "0.0.1",
"description": "Time to get to making stuff!",
"main": "app.js",
"scripts": {
"start": "gulp build && node app",
"dev": "gulp && node app --dev"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"events": "^1.1.1",
"figlet": "^1.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.5.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.3.0",
"gulp-replace": "^0.5.4",
"gulp-server-livereload": "^1.9.2",
"gulp-streamify": "^1.0.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"history": "^4.6.3",
"livereactload": "^4.0.0-beta.2",
"moment": "^2.18.1",
"node-notifier": "^5.1.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^3.0.0-beta.7",
"react-jss": "^6.1.1",
"react-localization": "0.0.16",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-tap-event-plugin": "^2.0.1",
"recompose": "^0.23.5",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.3.0",
"redux-thunk": "^2.2.0",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"aws-sdk": "^2.88.0",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"ejs": "^2.5.6",
"envify": "^4.0.0",
"express": "^4.15.3",
"material-ui": "^0.18.6",
"react-ckeditor-wrapper": "^1.0.22",
"react-inlinesvg": "^0.6.2",
"reselect": "^3.0.1",
"yargs": "^8.0.2"
}
}