Signed-off-by: WenjiaoYue <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> Co-authored-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "agent-example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "6.2.0",
|
|
"@sveltejs/adapter-auto": "1.0.0-next.75",
|
|
"@sveltejs/kit": "^1.20.1",
|
|
"@tailwindcss/typography": "0.5.7",
|
|
"@types/debug": "4.1.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
"@typescript-eslint/parser": "^5.27.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"daisyui": "^2.52.0",
|
|
"debug": "4.3.4",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-neverthrow": "1.1.4",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"neverthrow": "5.0.0",
|
|
"pocketbase": "0.7.0",
|
|
"postcss": "^8.4.23",
|
|
"postcss-load-config": "^4.0.1",
|
|
"postcss-preset-env": "^8.3.2",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"svelte": "^3.59.1",
|
|
"svelte-check": "^2.7.1",
|
|
"svelte-fa": "3.0.3",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"tailwindcss": "^3.1.5",
|
|
"ts-pattern": "4.0.5",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^4.3.9"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@heroicons/vue": "^2.1.5",
|
|
"echarts": "^5.4.2",
|
|
"flowbite-svelte": "^0.38.5",
|
|
"flowbite-svelte-icons": "^0.3.6",
|
|
"fuse.js": "^6.6.2",
|
|
"marked": "^15.0.0",
|
|
"ramda": "^0.29.0",
|
|
"sjcl": "^1.0.8",
|
|
"sse.js": "^0.6.1",
|
|
"svelte-notifications": "^0.9.98"
|
|
}
|
|
}
|