-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"name": "openpokertools.com",
"version": "1.0.0",
"private": true,
"description": "openpokertools.com",
"author": "openpokertools",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"run-build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gatsby": "^5.16.1",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-google-gtag": "^5.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-postcss": "^6.16.0",
"gatsby-plugin-sitemap": "^6.16.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"lucide-react": "^0.577.0",
"postcss": "^8.5.8",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"sharp": "^0.34.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
}
}