2024-06-05 15:53:46 +02:00
|
|
|
{
|
|
|
|
"name": "data-controller-site",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Data Controller Site",
|
|
|
|
"author": "Saad Jutt",
|
|
|
|
"keywords": [
|
|
|
|
"gatsby"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
"start": "gatsby develop",
|
|
|
|
"build": "gatsby build",
|
|
|
|
"serve": "gatsby serve",
|
|
|
|
"clean": "gatsby clean",
|
|
|
|
"lint": "npx prettier --check \"src/**/*.+(ts|tsx|js|jsx|json|css|scss)\"",
|
|
|
|
"lint:fix": "npx prettier --write \"src/**/*.+(ts|tsx|js|jsx|json|css|scss)\" --ignore-path .gitignore"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-19 15:23:24 +03:00
|
|
|
"@browniebroke/gatsby-image-gallery": "^8.2.0",
|
|
|
|
"@mdx-js/mdx": "^3.0.1",
|
|
|
|
"@mdx-js/react": "^3.0.1",
|
|
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
|
|
"gatsby": "^5.13.6",
|
|
|
|
"gatsby-plugin-google-analytics": "^5.13.1",
|
2024-06-05 15:53:46 +02:00
|
|
|
"gatsby-plugin-google-fonts": "^1.0.1",
|
2024-06-19 15:23:24 +03:00
|
|
|
"gatsby-plugin-image": "^3.13.1",
|
2024-06-05 15:53:46 +02:00
|
|
|
"gatsby-plugin-local-search": "^2.0.1",
|
2024-06-19 15:23:24 +03:00
|
|
|
"gatsby-plugin-manifest": "^5.13.1",
|
|
|
|
"gatsby-plugin-matomo": "0.16.2",
|
|
|
|
"gatsby-plugin-react-helmet": "^6.13.1",
|
|
|
|
"gatsby-plugin-sharp": "^5.13.1",
|
|
|
|
"gatsby-plugin-sitemap": "^6.13.1",
|
|
|
|
"gatsby-plugin-styled-components": "^6.13.1",
|
|
|
|
"gatsby-remark-embed-video": "^3.2.1",
|
|
|
|
"gatsby-remark-images": "^7.13.1",
|
|
|
|
"gatsby-remark-responsive-iframe": "^6.13.1",
|
|
|
|
"gatsby-source-filesystem": "^5.13.1",
|
|
|
|
"gatsby-transformer-remark": "^6.13.1",
|
|
|
|
"gatsby-transformer-sharp": "^5.13.1",
|
2024-06-19 11:49:56 +03:00
|
|
|
"nostr-tools": "^2.7.0",
|
2024-06-19 15:23:24 +03:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-06-05 15:53:46 +02:00
|
|
|
"react-helmet": "^6.1.0",
|
2024-06-19 15:23:24 +03:00
|
|
|
"react-icons": "^5.2.1",
|
|
|
|
"react-share": "^5.1.0",
|
2024-06-05 15:53:46 +02:00
|
|
|
"react-use-flexsearch": "^0.1.1",
|
2024-06-19 15:23:24 +03:00
|
|
|
"styled-components": "^6.1.11",
|
2024-06-19 11:49:56 +03:00
|
|
|
"tseep": "^1.2.1"
|
2024-06-05 15:53:46 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@popperjs/core": "^2.9.2",
|
|
|
|
"bootstrap": "^5.0.0-beta3",
|
|
|
|
"jquery": "^3.6.0"
|
|
|
|
}
|
|
|
|
}
|