mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +02:00
73 lines
2.3 KiB
JSON
73 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",
|
|
"prettier": "npx prettier --write .",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"prepare": "husky install"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/cli": "7.15.7",
|
|
"@babel/plugin-transform-typescript": "7.15.8",
|
|
"@fontsource/fira-code": "^4.5.1",
|
|
"@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.3",
|
|
"gatsby-cli": "3.14.2",
|
|
"gatsby-plugin-asset-path": "3.0.4",
|
|
"gatsby-plugin-image": "1.14.1",
|
|
"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-remote-images": "3.1.1",
|
|
"gatsby-plugin-robots-txt": "1.6.10",
|
|
"gatsby-plugin-sass": "4.14.0",
|
|
"gatsby-plugin-sharp": "3.14.1",
|
|
"gatsby-plugin-sitemap": "4.10.0",
|
|
"gatsby-source-filesystem": "3.14.0",
|
|
"gatsby-transformer-json": "3.14.0",
|
|
"gatsby-transformer-sharp": "3.14.0",
|
|
"hamburger-react": "^2.4.1",
|
|
"i18next": "21.3.1",
|
|
"locale": "0.1.0",
|
|
"lucide-react": "0.16.11",
|
|
"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.43.2",
|
|
"tsparticles": "1.36.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "10.1.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-loader": "4.0.2",
|
|
"eslint-plugin-import": "2.25.2",
|
|
"eslint-plugin-react": "7.26.1",
|
|
"gatsby-plugin-eslint": "4.0.0",
|
|
"husky": ">=6",
|
|
"lint-staged": ">=10",
|
|
"prettier": "2.4.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": "eslint --cache --fix",
|
|
"*.{js,css,md}": "prettier --write"
|
|
}
|
|
}
|