mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "bartzalewski.com-v2",
|
|
"private": true,
|
|
"description": "Bart Zalewski | Front-end Developer",
|
|
"version": "0.1.0",
|
|
"author": "Bart Zalewski <me@bartzalewski.com>",
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
}
|