Files
CSC496GatsbySite/package.json

39 lines
965 B
JSON

{
"name": "csc-496-website-aaron-helton",
"version": "1.0.0",
"private": true,
"description": "csc-496-website-aaron-helton",
"author": "Aaron Helton",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"axios": "^0.27.2",
"axios-retry": "^3.2.5",
"d3": "^7.4.4",
"gatsby": "^4.8.0",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-source-filesystem": "^4.13.0",
"push-dir": "^0.4.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^8.0.1",
"redux": "^4.2.0"
},
"devDependencies": {
"gh-pages": "^4.0.0"
}
}