-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "react-archaic-horizon",
"version": "0.2.0",
"engines": {
"node": ">=0.12"
},
"private": false,
"description": "Archaic Horizon built with React and Fluxible",
"scripts": {
"postinstall": "gulp production",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/archaichorizon/react-archaic-horizon.git"
},
"browserify": {},
"devDependencies": {
"babelify": "^6.2.0",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^3.0.1",
"gulp-changed": "^1.3.0",
"gulp-filesize": "0.0.6",
"gulp-htmlmin": "^1.1.4",
"gulp-imagemin": "^2.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.3.0",
"gulp-util": "^3.0.0",
"gulp-watch": "^4.3.5",
"minimist": "^1.2.0",
"pretty-hrtime": "^1.0.0",
"q": "^1.2.0",
"react-inline-css": "^2.0.0",
"require-dir": "^0.3.0",
"slack-node": "^0.1.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"dependencies": {
"babel": "^5.8.21",
"bluebird": "^2.10.2",
"body-parser": "^1.14.0",
"classnames": "^2.2.0",
"debug": "^2.1.3",
"express": "^4.13.1",
"express-state": "^1.2.0",
"fluxible": "^1.0.0",
"fluxible-addons-react": "^0.2.0",
"fluxible-plugin-fetchr": "^0.3.8",
"history": "^1.9.1",
"lodash": "^3.10.0",
"react": "^0.14.1",
"react-router": "^1.0.0-rc1",
"superagent": "^1.4.0",
"superagent-bluebird-promise": "^2.1.0"
}
}