mirror of
https://github.com/DBNinjin/Ninjin.Web.v2.git
synced 2025-06-27 18:31:55 +00:00
57 lines
1.7 KiB
JSON
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": "Seaqk <https://github.com/Seaqk>",
|
|
"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.3.1",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.15.1",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
"@types/eslint": "^9.6.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.19.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-svelte": "^2.46.1",
|
|
"globals": "^15.14.0",
|
|
"postcss": "^8.5.1",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^4.1.4",
|
|
"svelte-sitemap": "^2.6.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"vite": "5.4.14"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"flowbite": "^2.5.1",
|
|
"flowbite-svelte": "^0.47.4",
|
|
"svelte-device-info": "^1.0.6",
|
|
"tailwind-merge": "^2.5.5"
|
|
}
|
|
}
|