-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.47 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
{
"name": "content-management-system",
"displayName": "content-management-system",
"version": "0.0.1",
"description": "Content Management for StuySpec",
"main": "app.js",
"scripts": {
"start": "gulp build && node app",
"dev": "gulp && node app --dev"
},
"devDependencies": {
"babel-core": "^6.26.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.26.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.5.0",
"events": "^1.1.1",
"figlet": "^1.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.4.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.3",
"history": "^4.7.2",
"livereactload": "^4.0.0-beta.2",
"moment": "^2.19.2",
"node-notifier": "^5.1.2",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-hot-loader": "^3.1.2",
"react-jss": "^6.1.1",
"react-localization": "0.0.16",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-tap-event-plugin": "^2.0.1",
"recompose": "^0.23.5",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.4.2",
"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": {
"apollo-client-preset": "^1.0.5",
"apollo-link": "^1.0.7",
"apollo-link-http": "latest",
"axios": "^0.17.1",
"classnames": "^2.2.5",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"connected-react-router": "^4.3.0",
"draft-js": "latest",
"ejs": "^2.5.7",
"envify": "^4.1.0",
"express": "^4.16.2",
"graphql": "^0.11.7",
"graphql-tag": "^2.6.0",
"qs": "^6.5.1",
"react-apollo": "^2.0.4",
"react-icon-base": "^2.1.2",
"react-select": "^1.1.0",
"redux-form": "^7.2.0",
"spec-content-editor": "^0.1.2",
"yargs": "^8.0.2"
}
}