This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
132 lines (132 loc) · 3.92 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
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
130
131
132
{
"name": "taskcluster-web",
"version": "1.0.0",
"private": true,
"license": "MPL-2.0",
"engines": {
"node": ">=10.0.0",
"yarn": ">=1.10.0"
},
"scripts": {
"build": "dotenv webpack -- --mode production",
"start": "dotenv 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"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": [
"yarn lint"
]
},
"dependencies": {
"@material-ui/core": "^3.6.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "3.0.0-alpha.25",
"@mozilla-frontend-infra/components": "^2.2.1",
"@sentry/browser": "^4.1.1",
"apollo-cache-inmemory": "^1.3.11",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.4.7",
"apollo-link": "^1.2.5",
"apollo-link-context": "^1.0.11",
"apollo-link-error": "^1.1.3",
"apollo-link-http": "^1.5.8",
"apollo-link-ws": "^1.0.11",
"apollo-utilities": "^1.0.26",
"change-case": "^3.0.2",
"classnames": "^2.2.6",
"codemirror": "^5.39.0",
"date-fns": "2.0.0-alpha.7",
"deep-sort-object": "^1.0.2",
"deepmerge": "^2.1.1",
"dexie": "^2.0.4",
"docker-exec-websocket-server": "^1.3.5",
"dot-prop-immutable": "^1.4.0",
"error-stack-parser": "^2.0.2",
"fast-memoize": "^2.5.1",
"graphql": "^14.0.2",
"highlight.js": "^9.12.0",
"hterm-umd": "^1.0.1",
"is-absolute-url": "^2.1.0",
"js-yaml": "^3.12.0",
"json-e": "^2.7.0",
"json-schema-defaults": "^0.4.0",
"localforage": "^1.7.3",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^8.4.1",
"markdown-it-highlightjs": "^3.0.0",
"markdown-it-link-attributes": "^2.1.0",
"material-ui-pickers": "^1.0.0-rc.9",
"material-ui-treeview": "^3.0.4",
"md-directory": "^0.1.2",
"mdi-react": "^5.0.0",
"mdx-loader": "^1.1.0",
"mdxc": "^1.1.2",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"react": "^16.6.3",
"react-apollo": "^2.3.3",
"react-codemirror2": "^5.1.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.6.3",
"react-fout-stager": "^3.0.0",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.11",
"react-json-inspector": "^7.1.1",
"react-lazylog": "^3.2.0",
"react-router-dom": "^4.3.1",
"react-vnc-display": "^1.1.0",
"react-window": "^1.2.4",
"redbox-react": "^1.5.0",
"resolve-pathname": "^2.2.0",
"shebang-loader": "^0.0.1",
"subscriptions-transport-ws": "^0.9.15",
"taskcluster-lib-scopes": "^10.0.1",
"taskcluster-lib-urls": "^10.0.0",
"typeface-roboto": "^0.0.54",
"ws-shell": "^0.1.5"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/register": "^7.0.0",
"@mozilla-frontend-infra/react-lint": "^1.1.1",
"@neutrinojs/airbnb": "^9.0.0-beta.1",
"@neutrinojs/karma": "^9.0.0-beta.1",
"@neutrinojs/react": "^9.0.0-beta.1",
"chai": "^4.2.0",
"dotenv-cli": "^1.4.0",
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"graphql-tag": "^2.8.0",
"husky": "^1.1.2",
"karma": "^3.1.3",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"lint-staged": "^7.3.0",
"mocha": "^5.2.0",
"neutrino": "^9.0.0-beta.1",
"node-fetch": "^2.2.0",
"prettier": "^1.14.3",
"react-styleguidist": "^7.3.11",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"optionalDependencies": {
"bufferutil": "^3.0.5",
"utf-8-validate": "^4.0.2"
}
}