-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "web3ssh-home-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "prettier --write .",
"lint": "next lint"
},
"dependencies": {
"framer-motion": "^11.2.11",
"geist": "^1.3.0",
"lucide": "^0.396.0",
"lucide-react": "^0.396.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.5",
"prettier": "^3.3.0",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@gsap/react": "^2.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"file-loader": "^6.2.0",
"gsap": "^3.12.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}