blob: 40b6124c3ca399f318a94603047cc02e563c0fbc [file] [log] [blame]
{
"name": "apahce-age-project",
"description": "apahce age project web site",
"version": "1.0.0",
"author": "apahce age team",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@giscus/react": "^2.2.0",
"antd": "^4.22.3",
"axios": "^0.27.2",
"bulma": "^0.9.0",
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-netlify-cms": "^6.0.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-react-css-modules": "^4.19.0",
"gatsby-plugin-react-css-modules-scss-support": "^0.1.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-remark-copy-linked-files": "^5.0.0",
"gatsby-remark-images": "^6.0.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"gh-pages": "^4.0.0",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms-app": "^2.15.65",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"node-html-markdown": "^1.2.0",
"node-sass": "^7.0.1",
"postcss-scss": "^4.0.4",
"prop-types": "^15.6.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-giscus": "^0.1.3",
"react-helmet": "^6.0.0",
"react-markdown": "^8.0.3",
"react-perfect-scrollbar": "^1.5.8",
"react-router-redux": "^4.0.8",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.43.2",
"uuid": "^8.0.0"
},
"keywords": [
"gatsby"
],
"license": "(MIT OR Apache-2.0)",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "yarn run develop",
"build": "yarn run clean && gatsby build",
"develop": "yarn run clean && gatsby develop",
"deploy": "yarn run clean && gatsby build --prefix-paths && cp .asf.yaml ./public && gh-pages -d public -b asf-staging",
"serve": "gatsby serve -p 80",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"engines": {
"node": ">= 14.15.0"
}
}