mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 05:05:18 +02:00
🛠️ build(static): change from astro to gatsby
This commit is contained in:
77
package.json
77
package.json
@@ -1,22 +1,63 @@
|
||||
{
|
||||
"name": "",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro check && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"name": "bartzalewski.com-v2",
|
||||
"private": true,
|
||||
"description": "Bart Zalewski | Front-end Developer",
|
||||
"version": "0.1.0",
|
||||
"author": "Bart Zalewski <me@bartzalewski.com>",
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/starlight": "^0.24.2",
|
||||
"@astrojs/starlight-tailwind": "^2.0.3",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"astro": "^4.10.2",
|
||||
"sharp": "^0.32.5",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"typescript": "^5.4.5"
|
||||
"@contentful/rich-text-react-renderer": "^15.11.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.0.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.0.0",
|
||||
"@fortawesome/react-fontawesome": "^0.1.17",
|
||||
"@hot-loader/react-dom": "^17.0.2",
|
||||
"axios": "^0.25.0",
|
||||
"babel-plugin-styled-components": "^2.0.2",
|
||||
"gatsby": "^4.6.2",
|
||||
"gatsby-image": "^3.11.0",
|
||||
"gatsby-plugin-google-analytics": "^4.6.0",
|
||||
"gatsby-plugin-image": "^2.6.0",
|
||||
"gatsby-plugin-manifest": "^4.6.0",
|
||||
"gatsby-plugin-offline": "^5.6.0",
|
||||
"gatsby-plugin-react-helmet": "^5.6.0",
|
||||
"gatsby-plugin-sharp": "^4.6.0",
|
||||
"gatsby-plugin-styled-components": "^5.6.0",
|
||||
"gatsby-remark-images-contentful": "^5.6.0",
|
||||
"gatsby-source-contentful": "^7.4.0",
|
||||
"gatsby-source-filesystem": "^4.6.0",
|
||||
"gatsby-transformer-sharp": "^4.6.0",
|
||||
"gatsby-transformer-sqip": "^4.6.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-scrollspy": "^3.4.3",
|
||||
"react-spring": "^9.4.2",
|
||||
"smooth-scroll": "^16.1.3",
|
||||
"styled-components": "^5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"env-cmd": "^10.1.0",
|
||||
"prettier": "^2.5.1"
|
||||
},
|
||||
"keywords": [
|
||||
"gatsby"
|
||||
],
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "env-cmd -f .env.production gatsby build",
|
||||
"develop": "env-cmd -f .env.development gatsby develop",
|
||||
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
||||
"start": "npm run develop",
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean",
|
||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user