-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "공공의창",
"private": true,
"description": "공공의창 프로젝트",
"version": "0.0.5",
"license": "MIT",
"author": "빠띠, 공공의창",
"homepage": "https://publicview.kr",
"engines": {
"node": ">= 14.17.5"
},
"keywords": [
"gatsby",
"공공의창"
],
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.13.0",
"gatsby-plugin-emotion": "^6.13.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-mdx": "^2.13.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-share": "^4.4.0",
"recharts": "^2.1.2"
},
"devDependencies": {
"autoprefixer": "^10.3.6",
"eslint": "^7.32.0",
"eslint-config-gatsby-standard": "^3.0.2",
"gatsby-plugin-postcss": "^4.14.0",
"postcss": "^8.3.8",
"prettier": "2.3.2",
"tailwindcss": "^2.2.16"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}