-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.39 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
{
"name": "taek.dev",
"private": true,
"description": "A blog by Euntaek Kim",
"version": "0.1.0",
"author": "Euntaek Kim <[email protected]>",
"bugs": {
"url": "https://github.com/euntaek/taek.dev/issues"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"chalk": "^5.0.1",
"commander": "^9.2.0",
"dart-sass": "^1.25.0",
"date-fns": "^2.9.0",
"gatsby": "^5.12.6",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "^8.12.0",
"gatsby-plugin-feed": "^5.12.1",
"gatsby-plugin-google-analytics": "^5.12.0",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-offline": "^6.12.1",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sass": "^6.12.1",
"gatsby-plugin-sharp": "^5.12.1",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-plugin-smoothscroll": "^1.0.4",
"gatsby-remark-autolink-headers": "^6.12.1",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.1",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-remark-smartypants": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.1",
"gatsby-transformer-sharp": "^5.12.1",
"gray-matter": "^4.0.2",
"inquirer": "^8.2.4",
"inquirer-autocomplete-prompt": "^2.0.0",
"intersection-observer": "^0.12.0",
"prismjs": "^1.17.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.0.0",
"sass": "^1.51.0",
"swiper": "^8.1.4",
"typeface-noto-sans-kr": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"typeface-rubik": "^1.1.13"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-plugin-react": "^7.17.0",
"prettier": "^2.6.2"
},
"homepage": "https://github.com/euntaek/taek.dev#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/euntaek/taek.dev.git"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"post": "node ./src/cli/index.js"
}
}