-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "guerner",
"private": true,
"description": "Guerner website",
"version": "0.1.0",
"author": "Francisco Gonçalves <kikojpgoncalves@gmail.com>",
"dependencies": {
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^20.3.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vercel/analytics": "^1.1.1",
"@vercel/gatsby-plugin-vercel-analytics": "^1.0.10",
"@vercel/speed-insights": "^1.0.0",
"clsx": "^2.0.0",
"gatsby": "^5.4.2",
"gatsby-plugin-gatsby-cloud": "^5.4.0",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-offline": "^6.5.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-vercel": "^1.0.4",
"gatsby-remark-images": "^7.4.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-transformer-remark": "^6.4.0",
"gatsby-transformer-sharp": "^5.4.0",
"i18next": "^23.7.11",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^14.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.12",
"gatsby-plugin-postcss": "^6.4.0",
"postcss": "^8.4.21",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.1.8",
"tslint": "^6.1.3",
"typescript": "^5.0.4",
"usehooks-ts": "^2.9.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"clean-start": "gatsby clean; gatsby develop",
"start-clean": "gatsby clean; gatsby develop",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kiko-g/guerner"
},
"bugs": {
"url": "https://github.com/kiko-g/guerner/issues"
}
}