-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
59 lines (59 loc) · 1.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gg-template",
"version": "0.1.0",
"private": true,
"description": "A gatsby website builder based on github discussions",
"author": "lencx <[email protected]>",
"keywords": [
"github",
"discussions",
"issues",
"gatsby",
"pwa",
"website",
"docs",
"template"
],
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"rgd": "rgd",
"deploy": "node ./scripts/deploy",
"posts:base": "rgd --mode=json,rss --jsonfmt=true --outdir=discussions",
"posts:ci": "yarn posts:base",
"posts": "yarn posts:base",
"reconf": "node ./scripts/reconf",
"reset": "node ./scripts/reset",
"copy": "node ./scripts/copy"
},
"dependencies": {
"@iconify-icons/bxs": "^1.2.3",
"@iconify-icons/mdi": "^1.2.1",
"@iconify/react": "^3.1.4",
"body-scroll-lock": "^4.0.0-beta.0",
"chalk": "^4.1.1",
"clsx": "^1.1.1",
"dayjs": "^1.11.0",
"gatsby": "^4.8.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-source-filesystem": "^4.8.0",
"gatsby-transformer-json": "^4.8.0",
"github-markdown-css": "^5.1.0",
"minimist": "^1.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.3",
"sass": "^1.49.9",
"slugify": "^1.6.5",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"rgd": "^2.1.0"
}
}