restructured and simplified favicon
This commit is contained in:
parent
259ccfe851
commit
08c127f637
28 changed files with 320 additions and 260 deletions
14
package.json
14
package.json
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "userscripts",
|
||||
"module": "src/server.ts",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun run src/server.ts",
|
||||
"dev": "bun --watch run src/server.ts",
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "bun --watch run src/index.ts",
|
||||
"dev:userscripts": "bun --watch run src/build.ts",
|
||||
"hot": "bun --hot run src/server.ts",
|
||||
"build": "bun build src/server.ts --compile --minify --sourcemap --target=bun-linux-x64-modern --outfile server",
|
||||
"hot": "bun --hot run src/index.ts",
|
||||
"build": "bun build src/index.ts --compile --minify --sourcemap --target=bun-linux-x64-modern --outfile dist/app",
|
||||
"build:userscripts": "bun run src/build.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -21,12 +21,12 @@
|
|||
"prettier-plugin-tailwindcss": "^0.6.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "4.1.1",
|
||||
"@tailwindcss/cli": "4.1.3",
|
||||
"bun-plugin-svelte": "^0.0.6",
|
||||
"bun-plugin-tailwind": "^0.0.15",
|
||||
"tailwindcss": "^4.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.8.2"
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue