-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.56 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
{
"name": "heartbeat-extension",
"version": "0.2.6",
"description": "",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@bugsnag/js": "6.4.0",
"@bugsnag/plugin-react": "6.4.0",
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.23",
"mobx": "^5.0.3",
"mobx-react": "^5.2.5",
"portable-fetch": "^3.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.6.0",
"@types/chrome": "0.0.88",
"@types/jest": "24.0.18",
"@types/node": "10.14.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.9.0",
"babel-loader": "8.0.6",
"copy-webpack-plugin": "5.0.4",
"generate-json-webpack-plugin": "0.3.1",
"jest": "24.9.0",
"source-map-loader": "0.2.4",
"ts-jest": "24.0.2",
"typescript": "3.6.2",
"webpack": "4.39.3",
"webpack-chrome-extension-reloader": "1.3.0",
"webpack-command": "0.5.0"
},
"scripts": {
"test": "jest",
"type-check": "tsc",
"dev": "NODE_ENV=development webpack --config webpack.config.js --mode development --watch",
"build": "webpack --config webpack.config.js --mode production",
"release": "rm -rf dist/ && NODE_ENV=production webpack --config webpack.config.js --mode production && zip -jr release.zip dist/*"
},
"author": "Hecate Software Pty Ltd",
"license": "GPL-3.0"
}