-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.43 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
{
"name": "spongelog",
"description": "purple flavored blog starter based on Gatsby",
"version": "1.0.0",
"author": "Istiopaxx",
"scripts": {
"build": "gatsby clean && gatsby build && yarn copy",
"dev": "gatsby clean && gatsby develop -p 3000",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint:fix": "eslint --fix src",
"lint-staged": "lint-staged",
"typecheck": "tsc --noEmit --skipLibCheck",
"prepare": "husky install",
"copy": "cp googlee7a14b72855bd0b9.html public/ && cp public/sitemap/sitemap-index.xml public/"
},
"dependencies": {
"@fontsource/ubuntu": "^4.5.0",
"@stitches/react": "^1.2.6",
"disqus-react": "^1.1.1",
"gatsby": "^3.10.2",
"gatsby-plugin-feed": "^3.10.0",
"gatsby-plugin-gatsby-cloud": "^2.10.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.5.0",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-remark-autolink-headers": "^4.7.0",
"gatsby-remark-copy-linked-files": "^4.7.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.7.0",
"gatsby-remark-katex": "^5.7.0",
"gatsby-remark-prismjs": "^5.7.0",
"gatsby-remark-responsive-iframe": "^4.7.0",
"gatsby-remark-smartypants": "^4.7.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.10.0",
"katex": "^0.13.13",
"prismjs": "^1.23.0",
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/register": "^7.13.16",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-helmet": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.27.0",
"babel-preset-gatsby-package": "^1.7.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.0.0",
"typescript": "^4.3.2"
},
"license": "0BSD",
"main": "n/a"
}