加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.83 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.14.0",
"gatsby-plugin-gatsby-cloud": "^4.14.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-offline": "^5.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.17.12",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/core": "^11.0.0",
"@emotion/eslint-plugin": "^11.7.0",
"@emotion/jest": "^11.9.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@emotion/types": "^0.7.0",
"@storybook/addon-actions": "^6.5.3",
"@storybook/addon-essentials": "^6.5.3",
"@storybook/addon-interactions": "^6.5.3",
"@storybook/addon-links": "^6.5.3",
"@storybook/builder-webpack5": "^6.5.3",
"@storybook/manager-webpack5": "^6.5.3",
"@storybook/react": "^6.5.3",
"@storybook/testing-library": "^0.0.11",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@types/jest": "^27.5.1",
"@types/lodash-es": "^4.17.6",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-remove-graphql-queries": "^4.14.0",
"babel-preset-gatsby": "^2.14.0",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-tui": "^5.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-jest": "^26.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-emotion": "^7.14.0",
"gatsby-plugin-google-gtag": "^4.16.0",
"gatsby-plugin-layout": "^3.14.0",
"gatsby-plugin-ts-config": "^2.1.3",
"gatsby-transformer-json": "^4.14.0",
"gatsby-transformer-remark": "^5.14.0",
"gh-pages": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.0",
"json-loader": "^0.5.7",
"lodash-es": "^4.17.21",
"prettier": "^2.6.2",
"prettier-eslint": "^14.0.3",
"react-testing-library": "^8.0.1",
"storybook-addon-gatsby": "^0.0.5",
"ts-jest": "^28.0.2",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"lint": "eslint --fix .",
"start": "gatsby develop",
"serve": "gatsby serve",
"build": "gatsby clean && gatsby build --prefix-paths && cp ./src/CNAME public/",
"deploy": "yarn run build && gh-pages -d public -b main",
"clean": "gatsby clean",
"test": "jest --passWithNoTests",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化