-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.82 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
{
"name": "gurugoes.net",
"version": "1.0.0",
"private": true,
"description": "gurugoes.net",
"author": "Alex Moon",
"packageManager": "[email protected]",
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"debug": "gatsby build",
"format": "prettier . --write"
},
"license": "0BSD",
"dependencies": {
"@headlessui/react": "^1.7.19",
"@hookform/error-message": "^2.0.1",
"@loadable/component": "^5.16.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@wordpress/block-library": "^8.35.0",
"autoprefixer": "^10.4.20",
"gatsby": "^5.13.7",
"gatsby-adapter-netlify": "^1.1.7",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-layout": "^4.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-readingtime": "^3.0.2",
"gatsby-plugin-relative-ci": "^2.1.3",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-wordpress": "^7.13.4",
"gatsby-transformer-sharp": "^5.13.1",
"graphql-request": "^5.2.0",
"postcss": "^8.4.41",
"postcss-import": "^15.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.2",
"react-loadable-visibility": "^3.0.2",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"babel-preset-gatsby": "^3.13.2",
"dotenv": "^16.4.5",
"prettier": "^3.3.3"
}
}