-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "bonse",
"version": "0.1.0",
"description": "BONSE is a powerful SEO optimization tool that enhances your website's search engine performance. Leveraging AI, BONSE automates the generation of meta descriptions, titles, optimized URLs, and keywords to significantly boost your site's visibility and ranking on search engines.",
"repository": {
"url": "https://github.com/cresteem/BONSE.git"
},
"author": "PRIYADARSAN S <iamspdarsan@gmail.com>",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"autoprefixer": "^10.4.19",
"favicons": "^7.2.0",
"next": "^14.2.5",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"firebase": "^10.12.4",
"firebase-admin": "^12.3.0",
"groq-sdk": "^0.5.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"homepage": "https://bonse.cresteem.com/",
"keywords": [
"seo optimization",
"meta descriptions",
"dynamic titles",
"optimized urls",
"keyword integration",
"search engine ranking",
"website visibility",
"ai-powered seo",
"boost traffic",
"automated seo",
"search engine indexing",
"seo tools",
"seo performance",
"online marketing",
"seo automation",
"seo best practices",
"seo",
"digital marketing",
"content optimization",
"search engine algorithms"
]
}