mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 02:07:39 +02:00
68 lines
2.3 KiB
JSON
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.3",
|
|
"@babel/plugin-transform-typescript": "7.14.3",
|
|
"@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.5.0",
|
|
"gatsby-cli": "3.5.0",
|
|
"gatsby-plugin-asset-path": "3.0.3",
|
|
"gatsby-plugin-manifest": "3.5.0",
|
|
"gatsby-plugin-mdx": "^2.5.0",
|
|
"gatsby-plugin-offline": "4.5.0",
|
|
"gatsby-plugin-react-helmet": "4.5.0",
|
|
"gatsby-plugin-react-i18next": "1.1.1",
|
|
"gatsby-plugin-robots-txt": "1.6.2",
|
|
"gatsby-plugin-sass": "4.5.0",
|
|
"gatsby-plugin-sharp": "3.5.0",
|
|
"gatsby-plugin-sitemap": "4.1.0",
|
|
"gatsby-source-filesystem": "3.5.0",
|
|
"gatsby-transformer-json": "3.5.0",
|
|
"gatsby-transformer-sharp": "3.5.0",
|
|
"i18next": "20.2.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.8.15",
|
|
"tsparticles": "1.27.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.26.0",
|
|
"eslint-loader": "4.0.2",
|
|
"eslint-plugin-import": "2.23.2",
|
|
"eslint-plugin-react": "7.23.2",
|
|
"gatsby-plugin-eslint": "2.0.8"
|
|
}
|
|
}
|