infoscreen/package.json

29 lines
621 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-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-03 13:33:42 +01:00
"os-browserify": "^0.3.0",
2021-12-30 19:07:10 +01:00
"react": "^17.0.1",
"react-dom": "^17.0.1"
2022-01-02 22:48:24 +01:00
},
"devDependencies": {
"@types/webpack-env": "^1.16.3"
2021-12-30 19:07:10 +01:00
}
}