-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 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
{
"name": "devlog",
"version": "1.0.0",
"private": true,
"description": "devlog",
"author": "min050410",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@loadable/component": "^5.15.3",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@types/loadable__component": "^5.13.4",
"@types/react-helmet": "^6.1.6",
"@types/react-scroll": "^1.8.6",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"gatsby": "^5.8.1",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-mdx": "^5.8.0",
"gatsby-plugin-sass": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"sass": "^1.60.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
}
}