mirror of
https://github.com/ivabus/gui
synced 2025-04-24 22:47:14 +03:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@tea/gui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"dev": "vite dev --port 8080",
|
|
"build": "vite build && cp build/app.html build/index.html",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.25.0",
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/adapter-static": "1.0.0-next.48",
|
|
"@sveltejs/kit": "next",
|
|
"@tauri-apps/cli": "1.2.0",
|
|
"@tea/ui": "workspace:*",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
"@typescript-eslint/parser": "^5.27.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"postcss": "^8.4.19",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"svelte": "^3.49.0",
|
|
"svelte-check": "^2.8.0",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"svelte2tsx": "^0.5.20",
|
|
"tailwindcss": "^3.2.4",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.1.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"buffer": "^6.0.3",
|
|
"fuse.js": "^6.6.2",
|
|
"lodash": "^4.17.21",
|
|
"lorem-ipsum": "^2.0.8",
|
|
"svelte-watch-resize": "^1.0.3"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@tea/ui"
|
|
]
|
|
}
|
|
}
|