-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "dolos",
"scripts": {
"test": "jest",
"build:dev": "webpack --config webpack.dev.js",
"build:production": "webpack --config webpack.prod.js",
"lint": "tslint --project .",
"watch": "webpack -w --config webpack.dev.js",
"docs": "typedoc --options typedoc.json src/"
},
"author": "siku2",
"license": "MIT",
"devDependencies": {
"@sentry/webpack-plugin": "^1.6.2",
"@types/chrome": "^0.0.82",
"@types/classnames": "^2.2.7",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.13",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.2",
"@types/react-select": "^2.0.17",
"css-loader": "^2.1.1",
"glob": "^7.1.3",
"jest": "^24.7.1",
"jest-junit": "^6.3.0",
"jest-webextension-mock": "^3.5.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-jest": "^24.0.2",
"ts-loader": "^5.3.3",
"ts-node": "^8.1.0",
"tslint": "^5.15.0",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.0.0",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.0.0",
"typedoc-plugin-ui-router": "^2.0.0",
"typescript": "^3.4.3",
"web-ext": "^3.0.0",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@material-ui/core": "^4.0.0-alpha.7",
"@material-ui/icons": "^4.0.0-alpha.1",
"@material-ui/lab": "^4.0.0-alpha.6",
"@material-ui/styles": "^4.0.0-alpha.7",
"@sentry/browser": "^5.0.8",
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.18.0",
"notistack": "^0.6.1",
"plyr": "^3.5.3",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.8",
"react-router-dom": "^5.0.0",
"react-select": "^2.4.2",
"react-sortable-hoc": "^1.8.3",
"rxjs": "^6.4.0"
}
}