-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "bskypt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:https": "next dev --turbopack --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atproto/api": "^0.13.18",
"@nextui-org/react": "^2.4.8",
"@tanstack/react-query": "^5.61.5",
"@upstash/redis": "^1.34.3",
"class-variance-authority": "^0.7.1",
"cloudflare": "^3.5.0",
"clsx": "^2.1.1",
"framer-motion": "^11.12.0",
"html2canvas": "^1.4.1",
"next": "15.0.4",
"react": "19.0.0",
"react-countup": "^6.5.3",
"react-dom": "19.0.0",
"stopword": "^3.1.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/stopword": "^2.0.3",
"axios": "^1.7.8",
"eslint": "^8",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"react-icons": "^5.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}