generated from github/codespaces-blank
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
92 lines (92 loc) · 2.22 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "apple-clone",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"author": {
"name": "Sanidhya Kumar Verma",
"email": "[email protected]",
"url": "https://github.com/sanidhyy"
},
"description": "Modern iPhone 15 inspired website using Three.js and GSAP animations.",
"keywords": [
"reactjs",
"framer-motion",
"netlify",
"react",
"modern-ui",
"modern-ux",
"apple-clone",
"apple-website",
"three.js",
"gsap",
"gsap-animations",
"dark-theme",
"react-themes",
"postcss",
"prettier",
"react-dom",
"tailwindcss",
"tailwindcss-animate",
"ui/ux",
"js",
"javascript",
"typescript",
"eslint",
"html",
"css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/apple-clone.git"
},
"homepage": "https://github.com/sanidhyy/apple-clone#readme",
"bugs": {
"url": "https://github.com/sanidhyy/apple-clone/issues",
"email": "[email protected]"
},
"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.1",
"@react-three/drei": "^9.120.4",
"gsap": "^3.12.5",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"three": "^0.171.0"
},
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"vite": "^6.0.6"
}
}