-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.49 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
{
"name": "point-of-view",
"private": true,
"version": "1.0.0",
"author": "Jaewook Ahn <[email protected]>",
"license": "MIT",
"keywords": [
"point-of-view",
"tech",
"gatsby",
"personal",
"blog"
],
"repository": {
"type": "git",
"url": "https://github.com/Jaewoook/point-of-view.git"
},
"homepage": "https://jaewook.me",
"scripts": {
"build": "gatsby build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop -p 9876",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc",
"lint": "eslint . --ext js,ts,jsx,tsx"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.2.1",
"@loadable/component": "^5.16.3",
"@mdx-js/react": "^3.0.1",
"@sentry/gatsby": "^8.52.0",
"gatsby": "^5.7.0",
"gatsby-plugin-catch-links": "^5.7.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-google-gtag": "^5.7.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-postcss": "^6.8.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-plugin-styled-components": "^6.7.0",
"gatsby-remark-autolink-headers": "^6.8.0",
"gatsby-remark-images": "^7.7.0",
"gatsby-remark-prismjs": "^7.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"recoil": "^0.7.7",
"remark-gfm": "^4.0.0",
"styled-components": "^6.1.8",
"styled-system": "^5.1.5",
"tailwind-merge": "^2.6.0",
"twin.macro": "^3.1.0"
},
"devDependencies": {
"@types/loadable__component": "^5.13.8",
"@types/node": "^18.7.14",
"@types/styled-system": "^5.1.16",
"autoprefixer": "^10.4.8",
"babel-plugin-styled-components": "^2.0.7",
"cssnano": "^5.1.13",
"eslint": "^8.36.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.16",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2"
}
}