-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 2.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
{
"name": "valhala-of-valkyrie",
"version": "0.0.0",
"description": "Ailrun's GitHub Blog",
"scripts": {
"build": "gatsby build",
"check": "npm-run-all --serial checker:*",
"checker:compile": "tsc --noEmit -p .",
"checker:lint": "eslint . --ext ts --ext tsx",
"release": "gh-pages -d public -t -b master -m \"Update from Gatsby\" -o Ailrun",
"serve": "gatsby serve",
"start": "gatsby develop",
"preload-fonts": "gatsby-preload-fonts"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.27.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.0.8",
"gatsby": "^5.0.1",
"gatsby-plugin-catch-links": "^5.0.0",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-custom-eslint": "file:./plugins/gatsby-plugin-custom-eslint",
"gatsby-plugin-custom-ts-checker": "file:./plugins/gatsby-plugin-custom-ts-checker",
"gatsby-plugin-emotion": "^8.0.0",
"gatsby-plugin-google-gtag": "^5.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-preload-fonts": "^4.0.0",
"gatsby-plugin-react-helmet-async": "^1.0.17-0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.0.0",
"gatsby-plugin-typescript": "^5.0.0",
"gatsby-remark-autolink-headers": "^6.0.0",
"gatsby-remark-katex": "^7.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-json": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gh-pages": "^5.0.0",
"katex": "^0.13.24",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@types/gatsbyjs__reach-router": "^1.3.0",
"@types/parsimmon": "^1.10.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/webpack": "^5.28.0"
},
"private": true
}