Ninjin.Web.v2/package.json
dependabot[bot] 52fc9cef1c Bump typescript from 5.5.4 to 5.6.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-11 23:00:58 +02:00

57 lines
1.7 KiB
JSON

{
"name": "dbninjin.svelte",
"description": "New version of the Ninjin website now in version 2 with a new framework.",
"author": "AnotherFrench <https://anotherfrench.github.io>",
"bugs": {
"url": "https://github.com/orgs/NinjinMC/discussions/categories/bugs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NinjinMC/Ninjin.Web.v2.git"
},
"homepage": "https://ninjin.eu.org",
"licence": "GPL-3.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev:expose": "vite dev --host",
"postbuild": "npx svelte-sitemap --domain https://ninjin.eu.org --ignore '**/api/**'",
"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": {
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.9.0",
"postcss": "^8.4.45",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.19",
"svelte-check": "^4.0.1",
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2",
"vite": "^5.4.2"
},
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.8",
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.16",
"svelte-device-info": "^1.0.5",
"tailwind-merge": "^2.5.2"
}
}