-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "sir",
"version": "1.0.0",
"private": true,
"description": "sir",
"author": "sarniel",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"gatsby": "^4.16.0",
"gatsby-plugin-exclude": "^1.0.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-sharp": "^4.16.1",
"gatsby-plugin-sitemap": "5.18.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-source-wordpress": "^6.18.0",
"gatsby-theme-headless-wordpress": "^0.1.13",
"gatsby-transformer-json": "^4.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"postcss": "^8.4.14",
"prop-types": "^15.8.1",
"rc-collapse": "^3.5.2",
"react": "^18.1.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-iframe": "^1.8.5",
"react-share": "^4.4.1",
"sass": "^1.52.3"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.16.0",
"gatsby-plugin-root-import": "^2.0.8",
"gatsby-plugin-sass": "^5.16.0",
"postcss-preset-env": "^7.7.1",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"swiper": "^8.2.4",
"tailwindcss": "^3.1.3"
}
}