-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.99 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.99 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
54
55
56
57
58
59
60
61
{
"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",
"postbuild": "next-sitemap",
"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",
"eslint-config-next": "^16.0.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",
"mui-chips-input": "^2.1.4",
"multiselect-react-dropdown": "^2.0.25",
"next": "^15.5.9",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.3",
"path": "^0.12.7",
"react": "^18.3.1",
"react-autocomplete": "^1.8.1",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^4.12.0",
"react-loading-skeleton": "^3.4.0",
"react-markdown": "^10.1.0",
"react-paginate": "^8.2.0",
"react-player": "^2.14.0",
"react-search-autocomplete": "^8.5.2",
"react-tooltip": "^5.28.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"
}
}