This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
91 lines (91 loc) · 2.63 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
{
"name": "taskcluster-tools",
"version": "0.0.0-private",
"private": true,
"engines": {
"node": ">=10.0.0 <11.0.0",
"yarn": ">=1.3.2"
},
"scripts": {
"start": "neutrino start --require dotenv/config",
"lint": "neutrino lint",
"debug": "node --inspect ./node_modules/.bin/neutrino start --require dotenv/config",
"build": "neutrino build --require dotenv/config",
"precommit": "lint-staged",
"heroku-prebuild": "yarn install --frozen-lockfile",
"heroku-postbuild": "yarn build"
},
"lint-staged": {
"*.js*": [
"neutrino lint"
]
},
"repository": "taskcluster/taskcluster-tools",
"dependencies": {
"@neutrinojs/env": "^8.1.2",
"@skidding/react-codemirror": "^1.0.2",
"ajv": "^5.2.3",
"auth0-js": "^9.7.3",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
"change-case": "^3.0.0",
"classnames": "^2.2.5",
"codemirror": "^5.34.0",
"deep-equal": "^1.0.1",
"deep-sort-object": "^1.0.2",
"deepmerge": "^1.5.2",
"docker-exec-websocket-server": "^1.3.1",
"dotenv": "^5.0.1",
"font-awesome": "^4.7.0",
"font-awesome-svg-png": "^1.1.5",
"fscreen": "^1.0.2",
"git-revision-webpack-plugin": "^2.5.1",
"highlight.js": "^9.6.0",
"hterm-umd": "^1.0.1",
"husky": "^0.14.3",
"jquery": "^3.1.0",
"js-yaml": "^3.13.1",
"json-e": "^2.5.0",
"json-schema-defaults": "^0.3.0",
"lint-staged": "^4.2.3",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"markdown-it": "^8.4.0",
"mitt": "^1.1.2",
"moment": "^2.15.0",
"neutrino": "^8.1.2",
"neutrino-preset-mozilla-frontend-infra": "^1.0.4",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"ramda": "^0.24.1",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^0.31.5",
"react-datepicker": "^0.61.0",
"react-dom": "^15.5.4",
"react-fontawesome": "^1.6.1",
"react-helmet": "^5.2.0",
"react-hot-loader": "^3.0.0",
"react-input-enhancements": "^0.5.4",
"react-json-inspector": "^7.1.0",
"react-lazylog": "2.2.0",
"react-loadable": "^4.0.5",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-tooltip": "^3.1.8",
"react-treeview": "^0.4.7",
"react-vnc-display": "^1.1.0",
"shebang-loader": "0.0.1",
"slugid": "^1.1.0",
"taskcluster-client-web": "^8.1.0",
"taskcluster-lib-scopes": "^1.9.0",
"taskcluster-lib-urls": "^10.0.0",
"ws-shell": "0.1.5",
"www-authenticate": "0.6.2",
"xml2js": "^0.4.19"
},
"optionalDependencies": {
"bufferutil": "^3.0.5",
"utf-8-validate": "^4.0.2"
}
}