mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 02:07:39 +02:00
81 lines
2.6 KiB
JSON
81 lines
2.6 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.16.0",
|
|
"@babel/plugin-transform-typescript": "7.16.1",
|
|
"@fontsource/fira-code": "4.5.2",
|
|
"@icons-pack/react-simple-icons": "4.6.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": "4.4.0",
|
|
"gatsby-awesome-pagination": "0.3.8",
|
|
"gatsby-cli": "4.4.0",
|
|
"gatsby-plugin-asset-path": "3.0.4",
|
|
"gatsby-plugin-feed": "4.4.0",
|
|
"gatsby-plugin-image": "2.4.0",
|
|
"gatsby-plugin-manifest": "4.4.0",
|
|
"gatsby-plugin-mdx": "3.4.0",
|
|
"gatsby-plugin-netlify": "3.14.0",
|
|
"gatsby-plugin-offline": "5.4.0",
|
|
"gatsby-plugin-portal": "1.0.7",
|
|
"gatsby-plugin-react-helmet": "5.4.0",
|
|
"gatsby-plugin-react-i18next": "1.2.2",
|
|
"gatsby-plugin-remote-images": "3.2.0",
|
|
"gatsby-plugin-robots-txt": "1.6.14",
|
|
"gatsby-plugin-sass": "5.4.0",
|
|
"gatsby-plugin-sharp": "^4.4.0",
|
|
"gatsby-plugin-sitemap": "5.4.0",
|
|
"gatsby-remark-copy-linked-files": "^5.4.0",
|
|
"gatsby-remark-images": "^6.4.0",
|
|
"gatsby-source-filesystem": "4.4.0",
|
|
"gatsby-transformer-json": "4.4.0",
|
|
"gatsby-transformer-sharp": "4.4.0",
|
|
"hamburger-react": "2.4.1",
|
|
"i18next": "21.6.3",
|
|
"locale": "0.1.0",
|
|
"lucide-react": "0.16.22",
|
|
"prop-types": "15.8.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-github-btn": "1.2.1",
|
|
"react-helmet": "6.1.0",
|
|
"react-i18next": "11.15.1",
|
|
"sass": "1.45.1",
|
|
"tsparticles": "1.37.5",
|
|
"utterances-react": "0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "10.1.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-loader": "4.0.2",
|
|
"eslint-plugin-import": "2.25.3",
|
|
"eslint-plugin-react": "7.28.0",
|
|
"gatsby-plugin-eslint": "4.0.2",
|
|
"husky": "7.0.4",
|
|
"lint-staged": "12.1.3",
|
|
"prettier": "2.5.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": "eslint --cache --fix",
|
|
"*.{js,css,md,scss,json}": "prettier --write"
|
|
}
|
|
}
|