-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.42 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
{
"name": "gatsby-starter-apple",
"version": "3.0.0",
"description": "Gatsby blog starter kit with beautiful and responsive design",
"main": "index.js",
"private": true,
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0 && start http://localhost:8000",
"dev": "gatsby develop -H 0.0.0.0 && start http://localhost:8000",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop -H 0.0.0.0",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint '**/*.{ts,tsx}'",
"lint:fix": "npm run lint -- --fix",
"semantic-release": "semantic-release"
},
"dependencies": {
"@okaryo/gatsby-remark-link-card": "^1.0.3",
"@types/react-dom": "^18.2.24",
"gatsby": "^5.13.3",
"gatsby-plugin-feed": "^5.0.0-next.4",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "3.12.3",
"gatsby-plugin-manifest": "^5.0.0-next.4",
"gatsby-plugin-offline": "^6.0.0-next.4",
"gatsby-plugin-sharp": "^5.0.0-next.5",
"gatsby-plugin-sitemap": "^6.0.0-next.5",
"gatsby-plugin-styled-components": "^6.0.0-next.2",
"gatsby-plugin-typography": "^5.0.0-next.2",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.0.0-next.2",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-images": "^7.0.0-next.4",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-prismjs-copy-button": "^0.4.0",
"gatsby-remark-prismjs-title": "^1.0.0",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.0.0-next.3",
"gatsby-transformer-remark": "^6.0.0-next.6",
"gatsby-transformer-sharp": "^5.0.0-next.5",
"kofi-button": "^1.1.1",
"prismjs": "^1.29.0",
"react-icons": "^5.0.1",
"react-share": "^5.1.0",
"react-typography": "^0.16.20",
"scroll-hint": "^1.2.5",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2",
"typography": "^0.16.21"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^3.13.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.19",
"@types/typography": "^0.16.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"disable-scroll": "^0.6.0",
"eslint": "^8.27.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-typescript": "^5.0.0-next.5",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"prettier": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^19.0.3",
"typescript": "^4.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sungik-choi/gatsby-starter-apple.git"
},
"keywords": [
"gatsby"
],
"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"
}