-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 910 Bytes
/
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
{
"license": "AML",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"chrome-har": "juvirez/chrome-har",
"file-saver": "^2.0.1",
"jszip": "^3.2.1",
"react": "^16.8.5",
"react-dom": "^16.8.5"
},
"devDependencies": {
"@types/chrome": "^0.0.81",
"@types/dom-mediacapture-record": "^1.0.1",
"@types/file-saver": "^2.0.0",
"@types/jszip": "^3.1.5",
"@types/material-ui": "^0.21.6",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"chrome-webstore-upload-cli": "^1.2.0",
"copy-webpack-plugin": "^5.0.0",
"ts-loader": "^5.3.3",
"tslint": "^5.14.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.4000",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}