forked from C0ntroller/infoscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1001 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
35
36
37
38
39
40
41
42
{
"name": "infoscreen",
"version": "1.0.0",
"private": true,
"description": "A rewrite of my personal infoscreen.",
"author": "Daniel Kluge",
"keywords": [
"gatsby",
"raspberrypi",
"raspberry",
"react",
"infoscreen"
],
"repository": {
"url": "https://git.c0ntroller.de/c0ntroller/infoscreen"
},
"license": "GPL-3.0-only",
"scripts": {
"develop": "npx gatsby develop",
"start": "npx gatsby develop",
"build": "npx gatsby build",
"serve": "npx gatsby serve",
"clean": "npx gatsby clean"
},
"dependencies": {
"buffer": "^6.0.3",
"fast-average-color": "^7.1.0",
"fast-xml-parser": "^4.0.0-beta.8",
"gatsby": "^4.4.0",
"gatsby-plugin-react-svg": "^3.1.0",
"mqtt": "^4.3.3",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-use-websocket": "^2.9.1",
"url": "^0.11.0"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3"
}
}