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": {
|
|
|
|
"gatsby": "^4.4.0",
|
2022-01-02 22:48:24 +01:00
|
|
|
"gatsby-plugin-react-svg": "^3.1.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
|
|
|
}
|
|
|
|
}
|