infoscreen/package.json

41 lines
964 B
JSON
Raw Normal View History

2021-12-30 19:07:10 +01:00
{
2022-01-06 19:25:50 +01:00
"name": "infoscreen",
2021-12-30 19:07:10 +01:00
"version": "1.0.0",
"private": true,
2022-01-06 19:25:50 +01:00
"description": "A rewrite of my personal infoscreen.",
2021-12-30 19:07:10 +01:00
"author": "Daniel Kluge",
"keywords": [
2022-01-06 19:25:50 +01:00
"gatsby",
"raspberrypi",
"raspberry",
"react",
"infoscreen"
2021-12-30 19:07:10 +01:00
],
2022-01-06 19:25:50 +01:00
"repository": {
"url": "https://git.c0ntroller.de/c0ntroller/infoscreen"
},
"license": "GPL-3.0-only",
2021-12-30 19:07:10 +01:00
"scripts": {
2022-01-06 19:25:50 +01:00
"develop": "npx gatsby develop",
"start": "npx gatsby develop",
"build": "npx gatsby build",
"serve": "npx gatsby serve",
"clean": "npx gatsby clean"
2021-12-30 19:07:10 +01:00
},
"dependencies": {
2022-01-05 21:15:29 +01:00
"buffer": "^6.0.3",
2022-01-03 13:33:42 +01:00
"fast-xml-parser": "^4.0.0-beta.8",
2021-12-30 19:07:10 +01:00
"gatsby": "^4.4.0",
2022-01-02 22:48:24 +01:00
"gatsby-plugin-react-svg": "^3.1.0",
2022-01-05 21:15:29 +01:00
"mqtt": "^4.3.3",
2022-01-03 13:33:42 +01:00
"os-browserify": "^0.3.0",
2022-01-05 21:15:29 +01:00
"process": "^0.11.10",
2021-12-30 19:07:10 +01:00
"react": "^17.0.1",
2022-01-04 00:56:06 +01:00
"react-dom": "^17.0.1",
2022-01-05 21:15:29 +01:00
"react-use-websocket": "^2.9.1",
"url": "^0.11.0"
2022-01-02 22:48:24 +01:00
},
"devDependencies": {
"@types/webpack-env": "^1.16.3"
2021-12-30 19:07:10 +01:00
}
2022-01-06 19:25:50 +01:00
}