-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
{
"name": "togglo",
"version": "0.0.4",
"description": "Experimental PWA that updates friends and family with a tap of a button.",
"main": "index.js",
"scripts": {
"build-prod": "npx webpack --mode=production --config=webpack.sw.js && npx webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stwupton/togglo.git"
},
"author": "Steven Upton",
"license": "MIT",
"bugs": {
"url": "https://github.com/stwupton/togglo/issues"
},
"homepage": "https://github.com/stwupton/togglo#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"babel-polyfill": "^6.26.0",
"clipboard-copy": "^3.1.0",
"firebase": "^5.11.1",
"idb-keyval": "^3.2.0",
"react": "^16.8.4",
"react-devtools": "^4.2.0",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.1",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"fibers": "^3.1.1",
"file-loader": "^5.0.2",
"sass": "^1.17.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}