-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "vonxai-inc",
"version": "1.1.0",
"private": true,
"description": "vonxai-inc",
"author": "vonxai inc.",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby clean && gatsby develop & wrangler pages dev --proxy 8000",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"gatsby": "^5.5.0",
"gatsby-plugin-google-tagmanager": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-source-filesystem": "^5.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^6.12.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.2",
"wrangler": "^3.19.0"
}
}