-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "anvildocs",
"private": false,
"version": "0.1.0",
"description": "Documentation for AnvilPowered projects",
"author": "AnvilPowered",
"license": "LGPL-3.0",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.2.3",
"gatsby": "^2.24.66",
"gatsby-plugin-canonical-urls": "^2.3.12",
"gatsby-plugin-google-analytics": "^2.3.15",
"gatsby-plugin-manifest": "^2.4.32",
"gatsby-plugin-offline": "^3.2.29",
"gatsby-plugin-remove-trailing-slashes": "^2.3.13",
"gatsby-plugin-sitemap": "^2.4.14",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"gh-pages": "^3.1.0"
},
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gh-pages -d public -b gh-pages -r https://stg-allen:$GH_TOKEN@github.com/AnvilPowered/AnvilDocs.git"
},
"repository": {
"type": "git",
"url": "https://github.com/AnvilPowered/AnvilDocs"
}
}