forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.01 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.01 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "taskcluster-ui",
"version": "18.0.3",
"private": true,
"license": "MPL-2.0",
"engines": {
"node": "10.16.3",
"yarn": ">=1.10.0"
},
"scripts": {
"build": "webpack --mode production",
"start": "GENERATE_ENV_JS=1 webpack-dev-server --mode development",
"test": "karma start --single-run",
"styleguide": "dotenv styleguidist server",
"styleguide:build": "styleguidist build",
"lint": "eslint --cache --format codeframe --ext js,jsx src test",
"create:fragment-matcher": "dotenv node src/scripts/queryServer"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "3.0.0-alpha.30",
"@mdx-js/react": "^1.0.20",
"@mdx-js/runtime": "^1.0.20",
"@mozilla-frontend-infra/components": "^2.4.0",
"@sentry/browser": "^5.0.0",
"apollo-cache-inmemory": "^1.5.1",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",
"apollo-link-context": "^1.0.11",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.14",
"apollo-link-ws": "^1.0.17",
"apollo-utilities": "^1.0.26",
"catch-links": "^2.0.1",
"change-case": "^3.1.0",
"classnames": "^2.2.6",
"codemirror": "^5.39.0",
"date-fns": "^2.0.1",
"deep-sort-object": "^1.0.2",
"deepmerge": "^4.0.0",
"dexie": "^2.0.4",
"docker-exec-websocket-server": "^1.3.5",
"dot-prop-immutable": "^1.4.0",
"fast-memoize": "^2.5.1",
"graphql": "^14.2.1",
"highlight.js": "^9.12.0",
"hterm-umd": "^1.0.1",
"is-absolute-url": "^3.0.0",
"js-yaml": "^3.12.0",
"json-e": "^3.0.0",
"json-loader": "^0.5.7",
"json-schema-defaults": "^0.4.0",
"json-schema-ref-parser": "^7.0.0",
"localforage": "^1.7.3",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^9.0.0",
"markdown-it-highlightjs": "^3.0.0",
"markdown-it-link-attributes": "^2.1.0",
"material-ui-pickers": "2.2.4",
"material-ui-treeview": "^3.2.0",
"mdi-react": "^5.0.0",
"mdx-loader": "^3.0.2",
"mitt": "^1.1.3",
"prism-themes": "^1.0.1",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-apollo": "^3.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-fout-stager": "^3.0.0",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.8.4",
"react-lazylog": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-schema-viewer": "^3.2.0",
"react-virtualized": "^9.21.0",
"react-vnc-display": "^2.0.0",
"react-window": "^1.8.1",
"resolve-pathname": "^3.0.0",
"shebang-loader": "^0.0.1",
"subscriptions-transport-ws": "^0.9.16",
"taskcluster-lib-scopes": "link:../libraries/scopes",
"taskcluster-lib-urls": "^12.0.0",
"typeface-roboto": "^0.0.75",
"ws-shell": "^0.1.5"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@date-io/date-fns": "1.3.11",
"@mozilla-frontend-infra/react-lint": "^1.2.1",
"@neutrinojs/airbnb": "9.0.0-rc.0",
"@neutrinojs/copy": "9.0.0-rc.0",
"@neutrinojs/karma": "9.0.0-rc.0",
"@neutrinojs/react": "9.0.0-rc.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"dotenv-cli": "^2.0.1",
"eslint": "^5.6.1",
"eslint-plugin-react-hooks": "^2.0.0",
"graphql-tag": "^2.8.0",
"karma": "^4.0.0",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^1.1.0",
"mocha": "^6.0.0",
"neutrino": "9.0.0-rc.0",
"node-fetch": "^2.2.0",
"raw-loader": "^3.0.0",
"react-styleguidist": "^7.3.11",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",
"utf-8-validate": "^5.0.0"
}
}