-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.02 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
{
"name": "taskcluster-tools",
"version": "0.0.0-private",
"private": true,
"config": {
"preset": "tools-preset"
},
"scripts": {
"build": "neutrino build",
"deploy": "yarn build && s3-deploy './build/**' --cwd './build/' --region us-west-2 --bucket taskcluster-tools --gzip --cache 0",
"start": "PORT=9000 neutrino start",
"test": "yarn build"
},
"repository": "taskcluster/taskcluster-tools",
"dependencies": {
"ansi-regex": "^2.0.0",
"ansi_up": "^1.3.0",
"assume": "^1.4.1",
"bootstrap": "^3.3.7",
"change-case": "^3.0.0",
"classnames": "^2.2.5",
"codemirror": "^5.18.2",
"concat-stream": "^1.5.2",
"debug": "^2.2.0",
"docker-exec-websocket-server": "^1.3.1",
"durable-json-lint": "0.0.1",
"exorcist": "0.4.0",
"font-awesome-svg-png": "^1.1.5",
"highlight.js": "^9.6.0",
"hterm-umd": "^1.0.1",
"jquery": "^3.1.0",
"less-loader": "^2.2.3",
"lodash": "^4.15.0",
"markdown-it": "^7.0.1",
"moment": "^2.15.0",
"react": "^15.3.1",
"react-bootstrap": "0.30.5",
"react-code-mirror": "^3.1.0",
"react-datepicker": "0.29.0",
"react-dom": "^15.3.1",
"react-json-inspector": "^7.0.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-tabs": "0.7.0",
"react-tooltip": "^3.1.8",
"react-treeview": "0.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"rison": "0.1.1",
"shell-escape": "0.2.0",
"slugid": "^1.1.0",
"taskcluster-client": "^1.4.0",
"term.js": "0.0.7",
"ws-shell": "0.1.5",
"www-authenticate": "0.6.2",
"xml2js": "0.4.17"
},
"devDependencies": {
"babel-polyfill": "^6.13.0",
"copy-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"lodash.clonedeep": "^4.5.0",
"neutrino": "^3.0.0",
"neutrino-preset-taskcluster-web": "^2.0.0",
"s3-deploy": "0.6.1",
"shebang-loader": "0.0.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.2"
},
"engines": {
"node": ">=6.0.0"
}
}