forked from taskcluster/taskcluster-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.44 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
{
"name": "taskcluster-web",
"version": "1.0.0",
"private": true,
"license": "MPL-2.0",
"engines": {
"node": ">=8.0.0",
"yarn": ">=1.3.2"
},
"scripts": {
"build": "neutrino build --require dotenv/config",
"start": "neutrino start --require dotenv/config",
"test": "neutrino test",
"lint": "neutrino lint",
"precommit": "neutrino stage",
"styleguide": "neutrino styleguide:start --require dotenv/config"
},
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^1.1.1",
"@material-ui/lab": "3.0.0-alpha.15",
"@mozilla-frontend-infra/components": "^1.1.0",
"apollo-cache-inmemory": "^1.2.9",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.4.1",
"apollo-link": "^1.2.1",
"apollo-link-context": "^1.0.7",
"apollo-link-error": "^1.1.0",
"apollo-link-http": "^1.5.3",
"change-case": "^3.0.2",
"classnames": "^2.2.6",
"codemirror": "^5.39.0",
"date-fns": "2.0.0-alpha.7",
"deepmerge": "^2.1.1",
"dexie": "^2.0.4",
"dot-prop-immutable": "^1.4.0",
"error-stack-parser": "^2.0.2",
"fast-memoize": "^2.5.1",
"graphql": "^0.13.2",
"highlight.js": "^9.12.0",
"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.2",
"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": "^1.1.0",
"mdi-react": "^4.3.0",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-apollo": "^2.1.11",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.0",
"react-fout-stager": "^3.0.0",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.6",
"react-json-inspector": "^7.1.1",
"react-lazylog": "^3.1.3",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.3.1",
"redbox-react": "^1.5.0",
"taskcluster-lib-scopes": "^10.0.1",
"taskcluster-lib-urls": "^10.0.0",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@neutrinojs/env": "^8.3.0",
"@neutrinojs/jest": "^8.3.0",
"@neutrinojs/karma": "^8.3.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"dotenv": "^5.0.1",
"graphql-tag": "^2.8.0",
"neutrino": "^8.3.0",
"neutrino-preset-mozilla-frontend-infra": "^4.1.0"
}
}