mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-10-30 00:47:46 +00:00
89ed02dc96
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/commits) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "xmr-nodes-frontend",
|
|
"version": "v0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "VITE_API_URL=http://127.0.0.1:18901 vite dev --host 127.0.0.1",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@floating-ui/dom": "^1.6.10",
|
|
"@skeletonlabs/skeleton": "^2.10.2",
|
|
"@skeletonlabs/tw-plugin": "^0.4.0",
|
|
"@sveltejs/adapter-static": "^3.0.4",
|
|
"@sveltejs/kit": "^2.5.26",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
"@tailwindcss/forms": "^0.5.8",
|
|
"@types/eslint": "^8.56.0",
|
|
"@vincjo/datatables": "^1.14.10",
|
|
"autoprefixer": "^10.4.20",
|
|
"date-fns": "^4.0.0",
|
|
"eslint": "^9.7.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.43.0",
|
|
"postcss": "^8.4.45",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-svelte": "^3.2.6",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^4.0.1",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.4"
|
|
},
|
|
"type": "module"
|
|
}
|