-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
65 lines (65 loc) · 1.49 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
{
"name": "prolog-visualizer",
"version": "0.0.1",
"description": "Prolog Visualizer",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zhixuan Lai <zhxnlai@gmail.com> (https://zhxnlai.github.io/)",
"license": "ISC",
"browserify": {
"transform": [
[
"babelify",
{
"blacklist": [
"useStrict"
],
"compact": false
}
],
[
"brfs",
{}
]
]
},
"devDependencies": {
"autoprefixer-core": "^5.1.7",
"babelify": "^6.0.2",
"brfs": "^1.4.0",
"browser-sync": "^1.7.2",
"browserify": "^6.3.3",
"gulp": "^3.8.10",
"gulp-gh-pages": "^0.4.0",
"gulp-if": "^1.2.5",
"gulp-less": "^1.3.6",
"gulp-notify": "^2.0.1",
"gulp-postcss": "^4.0.3",
"gulp-sourcemaps": "^1.2.8",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-uglifycss": "^1.0.2",
"gulp-util": "^3.0.1",
"pretty-hrtime": "^0.2.2",
"require-dir": "^0.1.0",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"dependencies": {
"babel": "^5.1.9",
"flux": "^2.0.1",
"keymirror": "^0.1.1",
"marked": "^0.3.2",
"material-ui": "^0.7.1",
"object-assign": "^2.0.0",
"react": "^0.12.2",
"react-code-mirror": "^3.0.3",
"react-router": "^0.11.4",
"react-tap-event-plugin": "^0.1.3",
"react-tween-state": "0.0.4",
"urlencode": "^0.2.0"
}
}