-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
72 lines (72 loc) · 2.24 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
{
"scripts": {
"dev": "webpack-dev-server --mode=development"
},
"dependencies": {
"@material-ui/lab": "^4.0.0-alpha.45",
"@svgr/webpack": "^5.2.0",
"bintrees": "^1.0.2",
"deep-object-diff": "^1.1.0",
"fast-json-stable-stringify": "^2.1.0",
"firebase": "^7.9.1",
"highlight.js": "^10.0.3",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"markdown-it": "^11.0.0",
"material-ui": "^0.20.2",
"object-inspect": "^1.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-highlight-words": "^0.16.0",
"react-hotkeys-hook": "^2.1.3",
"react-markdown": "^4.3.1",
"rxfire": "^3.9.13",
"rxjs": "^6.5.4",
"rxjs-hooks": "^0.6.2",
"tippy.js": "^6.2.3",
"webextension-polyfill-ts": "^0.16.0",
"webpack-extension-reloader": "^1.1.4"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@types/bintrees": "^1.0.2",
"@types/chrome": "^0.0.114",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/highlight.js": "^9.12.3",
"@types/html-webpack-plugin": "^3.2.2",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.149",
"@types/lru-cache": "^5.1.0",
"@types/markdown-it": "^10.0.1",
"@types/material-ui": "^0.21.7",
"@types/object-inspect": "^1.6.0",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/webpack": "^4.41.6",
"@types/webpack-dev-server": "^3.10.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"file-loader": "^6.0.0",
"firebase-tools": "^8.4.2",
"fork-ts-checker-webpack-plugin": "^4.0.5",
"html-webpack-plugin": "^4.3.0",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"typescript": "^3.9.5",
"typescript-tslint-plugin": "^0.5.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.1",
"webpack-messages": "^2.0.4"
},
"license": "GPL-2.0"
}