mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
41 lines
1,020 B
JSON
41 lines
1,020 B
JSON
|
{
|
||
|
"name": "recloudstream",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"description": "recloudstream",
|
||
|
"author": "Cloudburst",
|
||
|
"keywords": [
|
||
|
"gatsby"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"develop": "gatsby develop",
|
||
|
"start": "gatsby develop",
|
||
|
"build": "gatsby build",
|
||
|
"serve": "gatsby serve",
|
||
|
"clean": "gatsby clean"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"daisyui": "^2.24.0",
|
||
|
"gatsby": "^4.21.1",
|
||
|
"gatsby-plugin-html-attributes": "^1.0.5",
|
||
|
"gatsby-plugin-manifest": "^4.21.0",
|
||
|
"gatsby-plugin-postcss": "^5.21.0",
|
||
|
"gatsby-plugin-preact": "^6.21.0",
|
||
|
"gatsby-remark-prismjs": "^6.21.0",
|
||
|
"gatsby-source-filesystem": "^4.21.1",
|
||
|
"gatsby-transformer-remark": "^5.21.0",
|
||
|
"postcss": "^8.4.16",
|
||
|
"preact": "^10.10.6",
|
||
|
"prism-themes": "^1.9.0",
|
||
|
"prismjs": "^1.29.0",
|
||
|
"react": "^18.1.0",
|
||
|
"react-dom": "^18.1.0",
|
||
|
"react-icons": "^4.4.0",
|
||
|
"rehype-react": "^7.1.1",
|
||
|
"tailwindcss": "^3.1.8"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@tailwindcss/typography": "^0.5.4"
|
||
|
}
|
||
|
}
|