-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.27 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
{
"name": "rust-play",
"version": "0.1.0",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/tanertopal/rust-play.git"
},
"browserify": {
"transform": [
"browserify-shim",
[
"reactify",
{
"es6": true,
"stripTypes": true
}
]
]
},
"browserify-shim": {},
"devDependencies": {
"browser-sync": "~1.3.6",
"browserify": "^8.0.2",
"browserify-shim": "^3.8.2",
"connect-history-api-fallback": "0.0.5",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^0.4.1",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^0.6.2",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^1.4.2",
"gulp-sass": "^1.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"pretty-hrtime": "~0.2.1",
"reactify": "^1.0.0",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^2.2.1"
},
"dependencies": {
"codemirror": "^4.11.0",
"fluxxor": "^1.5.1",
"highlight.js": "^8.4.0",
"loglevel": "^1.2.0",
"markdown": "^0.5.0",
"react": "^0.12.2",
"react-router": "^0.11.6",
"reqwest": "^1.1.5",
"store": "^1.3.17"
}
}