This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
atsebay.t/ui/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2021-11-18 11:12:28 +00:00
{
"name": "atsebayt",
"version": "0.0.1",
"scripts": {
2022-08-02 10:01:53 +00:00
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
2021-11-18 11:12:28 +00:00
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
2024-01-09 09:04:13 +00:00
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
2022-05-01 09:20:12 +00:00
"eslint": "^8.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"prettier": "^3.0.0",
2024-01-09 09:04:13 +00:00
"prettier-plugin-svelte": "^3.1.2",
2024-01-09 09:02:34 +00:00
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
2022-05-01 09:20:12 +00:00
"tslib": "^2.4.0",
"typescript": "^5.0.0",
2024-01-09 09:04:13 +00:00
"vite": "^5.0.0"
2021-11-18 11:12:28 +00:00
},
2022-05-01 10:59:53 +00:00
"type": "module",
"dependencies": {
"dayjs": "^1.11.5",
2022-12-15 14:15:38 +00:00
"svelte-frappe-charts": "^1.9.1"
2022-05-01 10:59:53 +00:00
}
2024-01-09 09:04:13 +00:00
}