This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 232
/
package.json
111 lines (111 loc) · 3.29 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
{
"name": "reddit-mobile",
"version": "3.4.1",
"description": "",
"main": "src/app.es6.js",
"scripts": {
"start": "node index.js",
"build": "gulp",
"watch": "gulp watch",
"dev": "gulp dev",
"test": "mocha test/index.js",
"lint": "eslint src test assets/js --ext .js,.jsx",
"fonts": "gulp icon-fonts"
},
"author": "reddit <[email protected]>",
"license": "MIT",
"engines": {
"node": ">= 4.1.0"
},
"dependencies": {
"@r/api-client": "1.26.2",
"@r/flags": "^1.3.0",
"@r/horse": "1.3.4",
"@r/horse-react": "1.2.2",
"babel-core": "6.5.1",
"babel-plugin-syntax-trailing-function-commas": "6.5.0",
"babel-plugin-transform-async-to-generator": "6.5.0",
"babel-plugin-transform-class-properties": "6.5.0",
"babel-plugin-transform-object-rest-spread": "6.5.0",
"babel-plugin-transform-react-constant-elements": "6.5.0",
"babel-plugin-transform-react-inline-elements": "6.5.0",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.5.1",
"Base64": "1.0.0",
"co": "4.6.0",
"cookies-js": "1.2.1",
"dom-serializer": "git://github.com/ajacksified/dom-serializer.git#c999b029caa6d4a9f1fbeb512b48ec7c75c1dddb",
"es5-shim": "4.1.11",
"event-tracker": "git://github.com/reddit/event-tracker.git#28bc2dd9ce3b80540fdf189e1b003f8264cd0d08",
"koa": "1.0.0",
"koa-bodyparser": "2.0.1",
"koa-compress": "1.0.8",
"koa-csrf": "2.3.0",
"koa-session": "3.3.1",
"koa-static": "1.4.9",
"lodash": "3.10.1",
"moment": "2.10.6",
"react": "^15.0.1",
"react-addons-perf": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react-motion": "0.4.2",
"react-touch": "0.4.0",
"scmp": "1.0.0",
"semver": "5.0.3",
"simple-oauth2": "0.2.1",
"sinon": "1.17.3",
"statsd-client": "0.2.1",
"superagent": "1.3.0",
"uuid": "2.0.1"
},
"devDependencies": {
"babel-eslint": "4.1.7",
"babelify": "7.2.0",
"blessed": "0.1.81",
"blessed-contrib": "2.5.3",
"browserify": "10.2.4",
"buffer": "3.4.3",
"chai": "3.5.0",
"del": "1.1.1",
"dom-serializer": "git://github.com/ajacksified/dom-serializer.git#c999b029caa6d4a9f1fbeb512b48ec7c75c1dddb",
"envify": "3.4.0",
"eslint": "1.9.0",
"eslint-plugin-babel": "2.1.1",
"eslint-plugin-react": "3.16.1",
"exorcist": "0.4.0",
"fastclick": "1.0.6",
"filesize": "3.2.1",
"glob": "5.0.15",
"gulp": "3.9.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "2.6.0",
"gulp-consolidate": "0.1.2",
"gulp-iconfont": "5.0.0",
"gulp-iconfont-css": "0.0.9",
"gulp-if": "1.2.5",
"gulp-less": "3.0.3",
"gulp-livereload": "3.7.0",
"gulp-minify-css": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-rev": "5.1.0",
"gulp-sequence": "0.3.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.3",
"mocha": "2.4.5",
"node-notifier": "4.2.3",
"react-addons-perf": "0.14.7",
"react-addons-test-utils": "0.14.7",
"react-shallow-renderer-helpers": "2.0.3",
"sinon": "1.17.1",
"sinon-chai": "2.8.0",
"stream-combiner2": "1.0.2",
"streamqueue": "1.1.0",
"usage": "0.7.1",
"vinyl-source-stream": "1.0.0",
"watchify": "3.2.3"
}
}