KevinK.dev.js/package.json
2020-12-27 00:55:24 +01:00

55 lines
1.6 KiB
JSON

{
"name": "kevink.dev",
"version": "1.0.0",
"private": true,
"description": "KevinK.dev",
"author": "Kevin Kandlbinder",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build:fab": "npm run build && npm run fab:build",
"fab:build": "fab build",
"fab:serve": "fab serve fab.zip",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.12.1",
"babel-plugin-i18next-extract": "^0.8.2",
"gatsby": "^2.29.2",
"gatsby-plugin-asset-path": "^3.0.2",
"gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-offline": "^3.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-react-i18next": "0.0.27",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-json": "^2.8.0",
"gatsby-transformer-sharp": "^2.9.0",
"i18next": "^19.8.4",
"jquery": "^3.5.1",
"locale": "^0.1.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.4"
},
"devDependencies": {
"@fab/actions": "^1.0.0-rc.8.p1",
"@fab/cli": "^1.0.0-rc.8",
"@fab/input-static": "^1.0.0-rc.8",
"@fab/plugin-render-html": "^1.0.0-rc.8",
"@fab/plugin-rewire-assets": "^1.0.0-rc.8",
"@fab/server": "^1.0.0-rc.8"
}
}