95 lines
2.9 KiB
JSON
95 lines
2.9 KiB
JSON
{
|
|
"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": {
|
|
"@trendmicro/react-sidenav": "^0.5.0",
|
|
"@types/bootstrap": "^4.3.1",
|
|
"@types/mcustomscrollbar": "^2.8.32",
|
|
"bootstrap": "^4.4.1",
|
|
"gatsby": "^2.18.12",
|
|
"gatsby-cli": "^2.8.22",
|
|
"gatsby-image": "^2.2.34",
|
|
"gatsby-plugin-manifest": "^2.2.31",
|
|
"gatsby-plugin-netlify-cms": "^4.1.33",
|
|
"gatsby-plugin-offline": "^3.0.27",
|
|
"gatsby-plugin-react-helmet": "^3.1.16",
|
|
"gatsby-plugin-sharp": "^2.3.10",
|
|
"gatsby-remark-images": "^3.1.39",
|
|
"gatsby-remark-katex": "^3.1.20",
|
|
"gatsby-remark-normalize-paths": "^1.0.0",
|
|
"gatsby-remark-relative-images": "^0.2.3",
|
|
"gatsby-source-filesystem": "^2.1.43",
|
|
"gatsby-source-graphql": "^2.1.29",
|
|
"gatsby-transformer-remark": "^2.6.45",
|
|
"gatsby-transformer-sharp": "^2.3.7",
|
|
"jquery": "^3.4.1",
|
|
"jsgrid": "^1.5.3",
|
|
"katex": "^0.10.0",
|
|
"malihu-custom-scrollbar-plugin": "^3.1.5",
|
|
"netlify-cms": "^2.10.2",
|
|
"netlify-cms-app": "^2.10.1",
|
|
"popper.js": "^1.16.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.12.0",
|
|
"react-bootstrap": "^1.0.0-beta.16",
|
|
"react-bootstrap-sidebar": "0.0.1",
|
|
"react-burger-menu": "^2.6.13",
|
|
"react-dom": "^16.12.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-sidebar": "^3.0.2",
|
|
"react-spring": "^8.0.27",
|
|
"react-use": "^13.21.0",
|
|
"react-use-gesture": "^6.0.14",
|
|
"rsuite": "^4.2.0",
|
|
"semantic-ui-react": "^0.88.2",
|
|
"zustand": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.3.31",
|
|
"autoprefixer": "^9.7.3",
|
|
"babel-loader": "^8.0.6",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.4.0",
|
|
"file-loader": "^5.0.2",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
|
"img-loader": "^3.0.1",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"node-sass": "^4.13.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-loader": "^3.0.0",
|
|
"prettier": "^1.19.1",
|
|
"react-hot-loader": "^4.12.18",
|
|
"sass-loader": "^8.0.0",
|
|
"style-loader": "^1.1.2",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.10.1"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
}
|
|
}
|