generated from mingi3314/blog-stream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 3.9 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
{
"name": "gatsby-starter-apple",
"version": "3.2.0",
"description": "Gatsby blog starter kit with beautiful and responsive design",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint '**/*.{js, jsx, ts, tsx}'",
"lint:fix": "yarn lint --fix",
"format": "prettier . --write --ignore-unknown",
"typecheck": "tsc --noEmit",
"semantic-release": "semantic-release",
"lint-staged": "lint-staged",
"pre-commit": "yarn lint-staged",
"postinstall": "husky install"
},
"dependencies": {
"dark-github-theme": "https://github.com/remorses/dark-github-theme.git#commit=3dde125a391f5557fcc42e0d95899750df4370bf",
"dotenv": "^16.4.5",
"gatsby": "^5.12.12",
"gatsby-plugin-feed": "^5.12.3",
"gatsby-plugin-fusejs": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-plugin-typography": "^5.12.0",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.12.3",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"react-use-fusejs": "^2.0.2",
"styled-components": "^6.1.1",
"styled-reset": "^4.5.1",
"typography": "^0.16.24",
"vscode-theme-github-light": "https://github.com/yunlingz/vscode-theme-github-light.git#commit=38174065a9e6c8d93a20fab5fe7c7641c07aeca7",
"yargs": "^17.7.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.5",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.34",
"@types/typography": "^0.16.7",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-plugin-styled-components": "^2.1.4",
"commitlint": "^18.6.0",
"commitlint-config-gitmoji": "^2.3.1",
"disable-scroll": "^0.6.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"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",
"eslint-plugin-unicorn": "^49.0.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-typescript": "^5.12.1",
"graphql": "^16.8.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"schema-dts": "^1.1.2",
"semantic-release": "^22.0.10",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/sungik-choi/gatsby-starter-apple.git"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-blog",
"gatsby-blog",
"blog",
"template",
"starter"
],
"author": "Sungik Choi <[email protected]> (http://sungikchoi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sungik-choi/gatsby-starter-apple/issues"
},
"homepage": "https://github.com/sungik-choi/gatsby-starter-apple#readme",
"packageManager": "[email protected]"
}