This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
forked from rcorral/mesos-tracing
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "mesos-tracing",
"version": "0.0.1",
"description": "Mesos message tracing UI",
"main": "./bin/www",
"author": "Mesosphere Web Team",
"license": "MIT",
"dependencies": {
"babel": "^5.6.14",
"babel-core": "^5.7.3",
"body-parser": "^1.13.2",
"canvas-ui-system": "^0.1.2",
"debug": "^2.2.0",
"express": "^4.13.1",
"flux": "^2.0.3",
"json-loader": "^0.5.3",
"jsx-loader": "^0.13.2",
"less-color-lighten": "0.0.1",
"lodash": "^3.10.0",
"moment": "^2.10.3",
"morgan": "^1.6.1",
"qwest": "^1.7.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"redis": "^0.12.1",
"socket.io": "^1.3.6",
"statics": "^0.1.0"
},
"devDependencies": {
"babel-loader": "^5.3.2",
"browser-sync": "^2.7.13",
"envify": "^3.4.0",
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.6.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^0.15.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jsx-loader": "^0.13.2",
"node-libs-browser": "^0.5.2",
"source-map-loader": "^0.1.5",
"webpack": "^1.10.1"
},
"scripts": {
"clean": "rm -rf dist",
"dist": "npm run clean && NODE_ENV='production' ./node_modules/.bin/gulp dist",
"serve": "NODE_ENV='development' ./node_modules/.bin/gulp serve",
"livereload": "NODE_ENV='development' ./node_modules/.bin/gulp livereload"
}
}