You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "streamspace",
|
|
"private": true,
|
|
"description": "A simple live stream embedding page",
|
|
"version": "0.2.17",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"deploy": "rsync -aP --delete --progress public/* xeo:/home/otto/eventbikezero.de/streamspace/."
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.0.1",
|
|
"gatsby": "^3.6.1",
|
|
"gatsby-source-filesystem": "^3.6.0",
|
|
"gatsby-transformer-remark": "^4.3.0",
|
|
"postcss": "^8.2.9",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.6.0",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"gatsby-plugin-remove-trailing-slashes": "^3.6.0",
|
|
"prettier": "^2.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org:eventbike/StreamSpace"
|
|
},
|
|
"bugs": {
|
|
"url": "https://codeberg.org:eventbike/StreamSpace/issues"
|
|
}
|
|
}
|