forked from titaniumnetwork-dev/Oxide-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.09 KB
/
package.json
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": "docs",
"version": "1.0.5",
"description": "The official SDK documentation site for TitaniumNetwork. Here we provide advanced web proxy services through the progression of web proxy technologies. Otherwise look over the various guides to each of our services or community run projects.",
"main": "index.js",
"authors": {
"name": "QuiteAFancyEmerald",
"email": "[email protected]"
},
"private": "true",
"license": "GNU Affero",
"repository": "https://github.com/titaniumnetwork-dev/Oxide-Docs",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@emotion/core": "^10.3.1",
"docz": "^2.0.0-rc.76",
"gatsby": "^2.13.73",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-sharp": "^2.2.18",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-theme-docz": "latest",
"gatsby-transformer-sharp": "^2.2.7",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet-async": "^1.0.4"
},
"devDependencies": {
"typescript": "^4.9.3"
}
}