-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "callblocker",
"version": "1.0.0",
"description": "callblocker ===========",
"main": "index.js",
"scripts": {
"build-dev": "webpack",
"build-prod-web": "webpack --env.prod",
"build-prod-rpi": "webpack --env.prod --env.rpi",
"devserver": "webpack-dev-server --open",
"flow": "flow",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmega/callblocker.git"
},
"keywords": [],
"author": "",
"license": "BSD-3",
"bugs": {
"url": "https://github.com/gmega/callblocker/issues"
},
"homepage": "https://github.com/gmega/callblocker#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"clsx": "^1.0.4",
"css-loader": "^3.2.0",
"flow": "^0.2.3",
"flow-bin": "^0.103.0",
"flow-webpack-plugin": "^1.2.0",
"html-webpack-plugin": "^3.2.0",
"immutable": "^4.0.0-rc.12",
"jest": "^24.8.0",
"memoize-one": "^5.0.5",
"moment": "^2.24.0",
"notistack": "^0.8.9",
"organize-js-imports": "^1.2.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-device-detect": "^1.7.5",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"style-loader": "^0.23.1",
"webpack": "^4.39.1",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}