-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.74 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
{
"name": "klog-client",
"private": true,
"description": "klog-client description",
"version": "1.0.0",
"author": "blackbell <[email protected]>",
"dependencies": {
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
"@babel/plugin-syntax-typescript": "^7.12.13",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^1.0.0",
"date-fns": "^2.19.0",
"framer-motion": "^6.2.3",
"gatsby": "^4.5.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^2.5.0",
"gatsby-plugin-manifest": "^4.5.0",
"gatsby-plugin-offline": "^5.5.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.0",
"gatsby-plugin-styled-components": "^5.5.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images-contentful": "^5.5.0",
"gatsby-source-contentful": "^7.3.0",
"gatsby-source-filesystem": "^4.5.0",
"gatsby-source-strapi": "^1.0.2",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-sqip": "^4.5.0",
"polished": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-device-detect": "^1.15.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-linkify": "^1.0.0-alpha",
"react-lottie": "^1.2.3",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.4.3",
"remark-breaks": "^2.0.1",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"remark-rehype": "^8.0.0",
"styled-components": "^5.2.1",
"styled-reset": "^4.3.4"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/react": "^6.1.21",
"@types/react-linkify": "^1.0.0",
"babel-loader": "^8.2.2",
"prettier": "2.2.1",
"react-is": "^17.0.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "NODE_ENV=staging gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/kyujonglee/klog"
},
"bugs": {
"url": "https://github.com/kyujonglee/klog/issues"
},
"resolutions": {
"webpack": "^5.66.0"
}
}