29 lines
621 B
JSON
29 lines
621 B
JSON
{
|
|
"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": {
|
|
"fast-xml-parser": "^4.0.0-beta.8",
|
|
"gatsby": "^4.4.0",
|
|
"gatsby-plugin-react-svg": "^3.1.0",
|
|
"os-browserify": "^0.3.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.16.3"
|
|
}
|
|
}
|