KevinK.dev.js/package.json

52 lines
1.5 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",
"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": "0BSD",
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.12.1",
"babel-plugin-i18next-extract": "^0.8.2",
"gatsby": "^2.26.1",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-react-i18next": "0.0.27",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-json": "^2.8.0",
"i18next": "^19.8.4",
"jquery": "^3.5.1",
"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"
}
}