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": "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",
|
|
"prebuild": "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.0.0",
|
|
"@sveltejs/adapter-static": "^3.0.2",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@types/eslint": "^9.6.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.36.0",
|
|
"globals": "^15.0.0",
|
|
"postcss": "^8.4.40",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.7",
|
|
"svelte-check": "^3.6.0",
|
|
"svelte-sitemap": "^2.6.0",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"flowbite": "^2.4.1",
|
|
"flowbite-svelte": "^0.46.15",
|
|
"svelte-device-info": "^1.0.5",
|
|
"tailwind-merge": "^2.4.0"
|
|
}
|
|
}
|