-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.66 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
{
"name": "mikandev-payments",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "biome format --write .",
"lint": "next lint",
"start": "next start",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@polar-sh/checkout": "^0.1.8",
"@polar-sh/nextjs": "^0.3.15",
"@polar-sh/sdk": "^0.22.1",
"@swetrix/nextjs": "^1.0.1",
"@types/shade-blend-color": "^1.0.3",
"accept-language": "^3.0.18",
"clsx": "^2.1.0",
"daisyui": "^4.12.23",
"dev": "^0.1.3",
"motion": "^12.0.6",
"next": "^15.1.6",
"next-auth": "^5.0.0-beta.25",
"react": "^19.0.0",
"react-animated-cursor": "^2.11.2",
"react-cookie": "^7.1.4",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-use": "^17.6.0",
"shade-blend-color": "^1.0.0",
"sonner": "^1.7.2",
"tailwind-variants": "^0.3.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^15.1.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}