-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "next-socket",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 1111",
"prebuild": "node build-utilities/generate-robots-txt.js",
"build": "next build",
"start": "next start -p 1111",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@dotlottie/player-component": "^2.7.12",
"axios": "^1.9.0",
"axios-cache-interceptor": "^1.8.0",
"color": "^4.2.3",
"date-fns": "^2.30.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"lucide-react": "^0.511.0",
"motion": "^12.35.0",
"next": "^15.5.9",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-google-recaptcha-v3": "^1.10.1",
"react-markdown": "^10.1.0",
"react-paginate": "^8.2.0",
"sass": "^1.69.4"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.16",
"autoprefixer": "^10.4.17",
"daisyui": "^4.7.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"tailwindcss": "^3.4.16",
"vercel": "42.0.0",
"wrangler": "^4.54.0"
}
}