refactor progress
This commit is contained in:
41
packages/marketing/package.json
Normal file
41
packages/marketing/package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "@fluxer/marketing",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./*": "./*"
|
||||
},
|
||||
"scripts": {
|
||||
"build:css": "tailwindcss -i ./src/styles/app.css -o ./public/static/app.css --minify",
|
||||
"build:css:watch": "tailwindcss -i ./src/styles/app.css -o ./public/static/app.css --watch=always",
|
||||
"test": "vitest run",
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluxer/constants": "workspace:*",
|
||||
"@fluxer/date_utils": "workspace:*",
|
||||
"@fluxer/hono": "workspace:*",
|
||||
"@fluxer/hono_types": "workspace:*",
|
||||
"@fluxer/http_client": "workspace:*",
|
||||
"@fluxer/i18n": "workspace:*",
|
||||
"@fluxer/ip_utils": "workspace:*",
|
||||
"@fluxer/locale": "workspace:*",
|
||||
"@fluxer/logger": "workspace:*",
|
||||
"@fluxer/markdown_parser": "workspace:*",
|
||||
"@fluxer/rate_limit": "workspace:*",
|
||||
"@fluxer/telemetry": "workspace:*",
|
||||
"@fluxer/ui": "workspace:*",
|
||||
"@hono/node-server": "catalog:",
|
||||
"hono": "catalog:",
|
||||
"itty-time": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@typescript/native-preview": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"vite-tsconfig-paths": "catalog:",
|
||||
"vitest": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user