-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.52 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
{
"name": "scthe-blog",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Scthe/scthe.github.io",
"author": "Scthe <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"start": "gatsby develop --host 0.0.0.0 --port 8080",
"serve": "gatsby serve",
"build": "gatsby build",
"clean": "gatsby clean",
"type-check": "tsc --pretty --noEmit --project tsconfig.json",
"lint": "eslint src --ext ts --ext tsx --ext js --ext jsx",
"lint-fix": "yarn lint --fix",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"test-all": "yarn lint && yarn format && yarn type-check"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@yarnpkg/pnpify": "^4.0.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"gatsby": "^5.12.12",
"gatsby-plugin-google-analytics": "^5.12.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-smartypants": "^6.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.12.3",
"katex": "^0.16.9",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-medium-image-zoom": "^4.3.5",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"url-slug": "^4.0.1"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@types/gtag.js": "^0.0.18",
"@types/mdx-js__react": "^1.5.8",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-ts": "^0.4.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-typegen": "^3.1.0",
"mkdirp": "^3.0.1",
"pify": "^6.1.0",
"prettier": "3.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2"
}
}