-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"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": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.4",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-postcss": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-source-datocms": "^3.0.10",
"gatsby-transformer-sharp": "^4.0.0",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-datocms": "^1.6.3",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"tailwindcss": "^2.0.3"
},
"resolutions": {
"trim": "0.0.3",
"browserslist": "4.16.5",
"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"
}
}