-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "SmartHomeApp",
"description": "Universal PWA React-app for controlling your smart home environment.",
"version": "2.0.3",
"author": "Claus Klingberg <[email protected]>",
"dependencies": {
"@material-ui/core": "3.9.2",
"@material-ui/icons": "^3.0.2",
"date-fns": "^1.29.0",
"debug": "^4.1.0",
"gatsby": "^2.1.2",
"gatsby-plugin-flow": "^1.0.2",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-remove-serviceworker": "latest",
"gun": ">=0.9.999996",
"jss": "latest",
"nanoid": "^2.0.0",
"ramda": "^0.26.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "^5.2.0",
"react-jss": "latest",
"react-zedux": "^0.4.1",
"rxjs": "^6.3.3",
"supports-color": "^5.5.0",
"zedux": "^0.0.21"
},
"keywords": [
"gatsby"
],
"license": "GPL-2.0",
"scripts": {
"dev": "env DEBUG='smtHome:*,error,debug' PEER_ADDR='localhost' PEER_PORT='8765' npx gatsby develop",
"build": "gatsby build",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^1.0.1",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "[email protected]:cjk/smart-home-app.git"
}
}