-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.61 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
{
"name": "krish544",
"private": true,
"version": "0.0.0",
"homepage": "https://Krish54491.github.io/Krish54491.github.io/",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"deploy-cf": "npm run build && wrangler pages deploy",
"dev": "vite",
"dev:cf": "wrangler pages dev dist",
"build": "vite build",
"lint": "eslint .",
"preview": "npm run build && npm run dev:cf",
"db:generate-migration": "drizzle-kit generate",
"db:apply-migrations": "drizzle-kit migrate"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.51.4",
"@simplewebauthn/browser": "^13.2.2",
"@simplewebauthn/server": "^13.2.2",
"@supabase/supabase-js": "^2.89.0",
"@tsparticles/react": "^3.0.0",
"axios": "^1.13.2",
"cookie": "^1.1.1",
"drizzle-orm": "^0.45.1",
"pokemon-sprites": "github:PokeAPI/sprites",
"postgres": "^3.4.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-modal": "^3.16.3",
"react-router-dom": "^7.0.1",
"react-tsparticles": "^2.12.2",
"tsparticles": "^3.7.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.17.1",
"@eslint/js": "^9.13.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.31.8",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.2.0",
"globals": "^15.11.0",
"postcss": "^8.4.49",
"prettier": "3.6.2",
"tailwindcss": "^3.4.15",
"vite": "^7.3.0",
"wrangler": "^4.54.0"
}
}