This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
122 lines (122 loc) · 4.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"private": true,
"name": "@gaiama/coding4.gaiama.org",
"version": "1.10.1",
"main": "index.js",
"license": "MIT",
"homepage": "https://coding4.gaiama.org",
"author": {
"name": "Can Rau",
"url": "https://www.canrau.com"
},
"repository": {
"url": "https://github.com/GaiAma/Coding4GaiAma.git",
"type": "git",
"directory": "sites/coding4.gaiama.org"
},
"bugs": {
"url": "https://github.com/GaiAma/Coding4GaiAma/issues"
},
"scripts": {
"settings": "GATSBY_TELEMETRY_DISABLED=1 GATSBY_TELEMETRY_DEBUG=0 GATSBY_GRAPHQL_IDE=playground ENABLE_GATSBY_REFRESH_ENDPOINT=1",
"dev": "yarn settings gatsby develop --https --host 0.0.0.0",
"dev:clean": "gatsby clean && yarn dev",
"dev:watch": "watch 'kill-port --port 8000 && yarn dev' gatsby ../../packages",
"debug:gatsby": "DEBUG=gatsby* yarn settings gatsby develop",
"debug": "DEBUG=* yarn dev",
"serve": "serve -c public/serve.json",
"build": "gatsby build",
"build:clean": "gatsby clean && yarn build",
"build:live": "gatsby build",
"preview": "yarn build:clean && yarn serve",
"readme": "remark README.md"
},
"dependencies": {
"@canrau/gatsby-plugin-react-head": "^0.2.2",
"@mdx-js/mdx": "^1.5.7",
"@theme-ui/components": "^0.3.1",
"@theme-ui/style-guide": "0.3.0",
"colorable": "1.0.5",
"crop-url": "^3.0.1",
"date-fns": "^2.9.0",
"gatsby": "^2.19.22",
"gatsby-image": "^2.2.41",
"gatsby-plugin-goatcounter": "^0.2.0",
"gatsby-plugin-layout": "^1.1.21",
"gatsby-plugin-mdx": "^1.0.74",
"gatsby-plugin-offline": "^3.0.35",
"gatsby-plugin-preact": "^3.1.25",
"gatsby-plugin-sharp": "2.4.5",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-transformer-sharp": "2.3.16",
"lodash": "^4.17.15",
"preact": "^10.3.2",
"prism-react-renderer": "^1.0.2",
"ramda": "^0.27.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-head": "^3.3.0",
"react-icons": "^3.9.0",
"react-share": "^4.0.1",
"remark-responsive-css-tables": "1.0.0",
"speakingurl": "^14.0.1",
"theme-ui": "^0.3.1",
"typeface-cormorant-garamond": "^0.0.72",
"typeface-merriweather": "^0.0.72",
"typeface-merriweather-sans": "^0.0.72",
"typeface-montserrat": "^0.0.75",
"typeface-proza-libre": "^0.0.72",
"typography-theme-bootstrap": "^0.16.19",
"typography-theme-github": "^0.16.19",
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@gaiama/slugger": "^0.1.0",
"babel-plugin-preval": "^4.0.0",
"eslint": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.5.0",
"gatsby-cli": "^2.9.0",
"gatsby-plugin-netlify": "^2.1.33",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-schema-snapshot": "^1.0.0",
"gatsby-plugin-terminal-notifier": "^1.0.0",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-gemoji-to-emoji": "^1.0.0",
"gatsby-remark-images": "^3.1.43",
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-filesystem": "^2.1.47",
"gatsby-source-git": "^1.0.2",
"gatsby-source-graphql": "^2.1.32",
"gatsby-theme-leasot": "1.0.2",
"kill-port": "^1.6.0",
"prettier": "^1.19.1",
"rehype-accessible-emojis": "^0.3.1",
"rehype-node-customizer": "^0.1.0",
"remark-breaks": "^1.0.3",
"remark-capitalize": "^1.1.0",
"remark-cli": "^7.0.1",
"remark-github": "^8.0.0",
"remark-heading-id": "1.0.0",
"remark-kbd": "^1.0.21",
"remark-lang-slug": "^0.1.0",
"remark-numbered-footnotes": "2.0.0",
"remark-preset-wooorm": "^6.0.1",
"remark-textr": "^3.0.4",
"remark-truncate-links": "^1.0.1",
"serve": "^11.3.0",
"table-of-contents": "1.0.0",
"typographic-single-spaces": "^1.0.2",
"watch": "^1.0.2"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
}
}