KevinK.dev.js/package.json
2021-07-21 02:58:51 +00:00

68 lines
2.3 KiB
JSON

{
"name": "kevink.dev",
"version": "1.1.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.14.8",
"@babel/plugin-transform-typescript": "7.14.6",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3",
"gatsby": "3.10.0",
"gatsby-cli": "3.10.0",
"gatsby-plugin-asset-path": "3.0.4",
"gatsby-plugin-manifest": "3.10.0",
"gatsby-plugin-mdx": "2.10.0",
"gatsby-plugin-offline": "4.10.0",
"gatsby-plugin-react-helmet": "4.10.0",
"gatsby-plugin-react-i18next": "1.1.1",
"gatsby-plugin-robots-txt": "1.6.8",
"gatsby-plugin-sass": "4.10.0",
"gatsby-plugin-sharp": "3.10.0",
"gatsby-plugin-sitemap": "4.6.0",
"gatsby-source-filesystem": "3.10.0",
"gatsby-transformer-json": "3.10.0",
"gatsby-transformer-sharp": "3.10.0",
"i18next": "20.3.4",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "1.2.0",
"react-helmet": "6.1.0",
"react-i18next": "11.11.3",
"tsparticles": "1.32.0"
},
"devDependencies": {
"@fab/actions": "1.0.0-rc.3-beta.1",
"@fab/cli": "1.0.0-rc.3-beta.1",
"@fab/input-static": "1.0.0-rc.3-beta.1",
"@fab/plugin-render-html": "1.0.0-rc.3-beta.1",
"@fab/plugin-rewire-assets": "1.0.0-rc.3-beta.1",
"@fab/server": "1.0.0-rc.3-beta.1",
"babel-eslint": "10.1.0",
"eslint": "7.31.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-react": "7.24.0",
"gatsby-plugin-eslint": "2.0.8"
}
}