-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "gatsby-blog-demo",
"version": "1.0.0",
"private": true,
"description": "Gatsby Blog Demo",
"author": "Stefano Verna",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"autoprefixer": "^10.4.12",
"browserslist": "^4.24.2",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"gatsby": "^4.24.4",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-source-datocms": "^4.0.4",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"react": "^18.2.0",
"react-datocms": "^3.1.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"resolutions": {
"trim": "0.0.3",
"ws": "7.4.6",
"ansi-html": "0.0.7",
"immer": "9.0.6",
"set-value": "4.0.1",
"object-path": "0.11.8",
"nth-check": "2.0.1",
"ansi-regex": "5.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"tailwindcss": "^3.2.1",
"update-browserslist-db": "^1.1.1"
}
}