{ "private": true, "name": "react-transition-group-docs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=production gatsby build --prefix-paths", "deploy": "npm run build && gh-pages -d public", "develop": "gatsby develop" }, "author": "", "license": "MIT", "engines": { "node": "<=16" }, "dependencies": { "@babel/core": "^7.3.4", "babel-preset-gatsby": "^2.7.0", "bootstrap": "^4.3.1", "gatsby": "^2.1.22", "gatsby-plugin-react-helmet": "^3.0.10", "gatsby-plugin-sass": "^2.0.10", "gatsby-remark-prismjs": "^3.2.4", "gatsby-source-filesystem": "^2.0.23", "gatsby-transformer-react-docgen": "^3.0.5", "gatsby-transformer-remark": "^2.3.0", "lodash": "^4.17.19", "prismjs": "^1.25.0", "react": "^16.8.3", "react-bootstrap": "^1.0.0-beta.5", "react-dom": "^16.8.3", "react-helmet": "^5.2.0", "sass": "^1.49.7" }, "devDependencies": { "gh-pages": "^2.0.1" } }