KevinK.dev.js/package.json

62 lines
2 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",
"prettier": "npx prettier --write .",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "7.15.7",
"@babel/plugin-transform-typescript": "7.15.4",
"@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.14.0",
"gatsby-cli": "3.14.0",
"gatsby-plugin-asset-path": "3.0.4",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "3.14.0",
"gatsby-plugin-mdx": "2.14.0",
"gatsby-plugin-offline": "4.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-react-i18next": "1.1.1",
"gatsby-plugin-robots-txt": "1.6.10",
"gatsby-plugin-sass": "4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "4.10.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-json": "3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"i18next": "21.0.2",
"locale": "0.1.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "1.2.1",
"react-helmet": "6.1.0",
"react-i18next": "11.12.0",
"sass": "1.42.1",
"tsparticles": "1.35.1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-react": "7.26.0",
"gatsby-plugin-eslint": "4.0.0",
"prettier": "2.4.1"
}
}