mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-08-04 17:18:25 +02:00
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.12.1 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "kevink.dev",
|
|
"version": "1.0.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.12.10",
|
|
"@babel/plugin-transform-typescript": "^7.12.13",
|
|
"animejs": "^3.2.1",
|
|
"babel-plugin-i18next-extract": "^0.8.2",
|
|
"gatsby": "^2.31.1",
|
|
"gatsby-plugin-asset-path": "^3.0.2",
|
|
"gatsby-plugin-manifest": "^2.11.0",
|
|
"gatsby-plugin-offline": "^3.9.0",
|
|
"gatsby-plugin-react-helmet": "^3.9.0",
|
|
"gatsby-plugin-react-i18next": "0.0.27",
|
|
"gatsby-plugin-robots-txt": "^1.5.5",
|
|
"gatsby-plugin-sass": "^2.8.0",
|
|
"gatsby-plugin-sharp": "^2.13.2",
|
|
"gatsby-plugin-sitemap": "^2.11.0",
|
|
"gatsby-source-filesystem": "^2.10.0",
|
|
"gatsby-transformer-json": "^2.10.0",
|
|
"gatsby-transformer-sharp": "^2.11.0",
|
|
"i18next": "^19.8.4",
|
|
"jquery": "^3.5.1",
|
|
"locale": "^0.1.0",
|
|
"node-sass": "^4.14.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^11.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@fab/actions": "^1.0.0-rc.9",
|
|
"@fab/cli": "^1.0.0-rc.9",
|
|
"@fab/input-static": "^1.0.0-rc.9",
|
|
"@fab/plugin-render-html": "^1.0.0-rc.9",
|
|
"@fab/plugin-rewire-assets": "^1.0.0-rc.9",
|
|
"@fab/server": "^1.0.0-rc.9",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.18.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"gatsby-plugin-eslint": "^2.0.8"
|
|
}
|
|
}
|