-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.03 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
{
"name": "choco14t.blog",
"private": true,
"description": "choco14t.blog",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "5.12.8",
"gatsby-plugin-feed": "5.12.2",
"gatsby-plugin-google-gtag": "5.12.2",
"gatsby-plugin-manifest": "5.12.2",
"gatsby-plugin-react-helmet": "6.12.0",
"gatsby-plugin-sass": "6.12.2",
"gatsby-plugin-sharp": "5.12.2",
"gatsby-plugin-twitter": "5.12.2",
"gatsby-remark-code-titles": "1.1.0",
"gatsby-remark-images": "7.12.2",
"gatsby-remark-relative-images": "2.0.5",
"gatsby-remark-shiki": "0.2.1",
"gatsby-source-filesystem": "5.12.0",
"gatsby-transformer-remark": "6.12.2",
"nord": "0.2.1",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-icons": "4.11.0",
"sass": "1.68.0",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/node": "20.17.3",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@types/react-helmet": "6.1.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"env-cmd": "10.1.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.2",
"prettier": "3.3.3",
"textlint": "13.4.1",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "8.0.0",
"textlint-rule-prh": "5.3.0",
"textlint-rule-spellcheck-tech-word": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}