-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.55 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.55 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
{
"name": "traffic-torch-live",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && rm -rf dist && mkdir -p dist && find . -maxdepth 1 -not -name 'dist' -not -name '.' -exec cp -r {} dist/ \\; && rm -rf dist/node_modules dist/.git dist/.gitignore dist/package*.json dist/vite.config.js dist/wrangler.jsonc dist/.vite",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist"
},
"devDependencies": {
"autoprefixer": "^10.4.22",
"gh-pages": "^6.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"vite": "^7.2.4",
"wrangler": "^4.76.0"
},
"dependencies": {
"@cloudflare/puppeteer": "^0.0.11",
"apexcharts": "^5.3.6",
"basic-ftp": "5.2.0",
"flowbite": "^4.0.1"
},
"overrides": {
"rollup": "4.59.0",
"undici": "^7.24.0"
},
"description": "**Instant 360° SEO + UX Health Scanner** Fast, fully client-side tool that analyzes any website for SEO health, Performance, UX frustration signals, AI-content probability, E-E-A-T signals, intent alignment, topical authority gaps, predictive rank health, and more — with educational metric explanations, plugin solutions and shareable results.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/traffictorch/traffic-torch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/traffictorch/traffic-torch/issues"
},
"homepage": "https://github.com/traffictorch/traffic-torch#readme"
}