mirror of
https://github.com/2234839/web-font.git
synced 2025-12-10 21:01:27 +08:00
25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"name": "webfont",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"build_backend": "tsup && ./llrt2 compile ./dist_backend/app.cjs ./dist_backend/app.lrt",
|
|
"docker": "docker build -t web-font:latest .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"fonteditor-core": "^2.4.1",
|
|
"solid-js": "^1.8.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.4.0",
|
|
"tsup": "^8.2.4",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.4.1",
|
|
"vite-plugin-solid": "^2.10.2"
|
|
}
|
|
}
|