-
Notifications
You must be signed in to change notification settings - Fork 646
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 877 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 877 Bytes
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
{
"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",
"dependencies": {
"bootstrap": "^3.3.7",
"gatsby": "^2.0.0-beta.12",
"gatsby-plugin-sass": "^2.0.0-beta.3",
"gatsby-remark-prismjs": "^1.0.0",
"gatsby-source-filesystem": "^2.0.1-beta.3",
"gatsby-transformer-react-docgen": "^2.1.1-beta.3",
"gatsby-transformer-remark": "^1.0.0",
"lodash": "^4.17.4",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"node-sass": "^4.9.0"
}
}