File size: 1,079 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "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"
  }
}