Skip to content

Commit

Permalink
update scramjet, remove old ad provider
Browse files Browse the repository at this point in the history
  • Loading branch information
illusionTBA committed Dec 13, 2024
1 parent 46b33af commit 25f20c9
Show file tree
Hide file tree
Showing 14 changed files with 821 additions and 829 deletions.
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

<link rel="prefetch" href="/scram/scramjet.worker.js" />
<link rel="prefetch" href="/scram/scramjet.shared.js" />
<script
id="aclib"
type="text/javascript"
src="//acscdn.com/script/aclib.js"
></script>
</head>
<body>
<div id="root"></div>
Expand All @@ -35,12 +30,6 @@
});
window.sj = scramjet;
</script>
<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6nd2pfbhui',
});
</script>


<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently -n \"vite,server\" \"vite\" \"pnpm tsx server.ts\"",
"dev": "concurrently -n \"vite,server\" \"vite --port 5613\" \"pnpm tsx server.ts\"",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
Expand All @@ -13,22 +13,22 @@
"dependencies": {
"@fastify/static": "^8.0.3",
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.26",
"@mercuryworkshop/epoxy-transport": "^2.1.27",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-router": "^1.82.12",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-router": "^1.88.0",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"fake-useragent": "^1.0.1",
"fastify": "^5.1.0",
"framer-motion": "^11.11.17",
"framer-motion": "^11.14.4",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -45,28 +45,28 @@
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tanstack/router-devtools": "^1.82.12",
"@tanstack/router-plugin": "^1.82.10",
"@eslint/js": "^9.17.0",
"@tanstack/router-devtools": "^1.88.0",
"@tanstack/router-plugin": "^1.87.13",
"@types/fake-useragent": "^1.0.0",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 25f20c9

Please sign in to comment.