-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.3 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.3 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "game-website",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"preview": "vite preview"
},
"author": {
"name": "Sanidhya Kumar Verma",
"email": "sanidhya.verma12345@gmail.com",
"url": "https://github.com/sanidhyy"
},
"description": "Modern UI/UX 3D Animated Gaming Website using React and GSAP",
"keywords": [
"reactjs",
"netlify",
"react",
"modern-ui",
"modern-ux",
"portfolio",
"gsap",
"animated",
"animated-ui",
"game-website",
"gaming-website",
"postcss",
"prettier",
"tailwindcss",
"tailwindcss-animate",
"ui/ux",
"js",
"javascript",
"typescript",
"eslint",
"html",
"css",
"js",
"ts"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/game-website.git"
},
"homepage": "https://github.com/sanidhyy/game-website#readme",
"bugs": {
"url": "https://github.com/sanidhyy/game-website/issues",
"email": "sanidhya.verma12345@gmail.com"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
],
"dependencies": {
"@gsap/react": "^2.1.2",
"@tailwindcss/vite": "^4.1.18",
"gsap": "^3.14.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.3.0",
"react-use": "^17.5.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.24",
"clsx": "^2.1.1",
"eslint": "^10.0.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1"
}
}