infoscreen/package.json

34 lines
753 B
JSON
Raw Normal View History

2021-12-30 19:07:10 +01:00
{
"name": "infoscreen_gatsby",
"version": "1.0.0",
"private": true,
"description": "infoscreen_gatsby",
"author": "Daniel Kluge",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"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
}
}