-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.08 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
36
37
{
"name": "godot-academy",
"description": "Godot Academy Official Site",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev": "gatsby clean && gatsby develop",
"preview": "gatsby build && gatsby serve",
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public",
"gh": "gh-pages -d public"
},
"dependencies": {
"@reflexjs/gatsby-plugin-metatags": "^0.2.7",
"@reflexjs/gatsby-theme-base": "^0.3.10",
"@reflexjs/gatsby-theme-doc": "^0.5.3",
"@reflexjs/gatsby-theme-post": "^0.6.7",
"@reflexjs/gatsby-theme-video": "^0.4.8",
"gatsby": "^2.24.74",
"gatsby-cli": "^2.17.0",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-transformer-yaml": "^2.4.15",
"react": "^16.13.1",
"react-animated-slider": "^2.0.0",
"react-dom": "^16.13.1",
"typeface-inter": "^3.12.0"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"puppeteer": "^5.2.1"
}
}