86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"name": "@lfk/kiosk",
|
|
"version": "1.0.0",
|
|
"private": false,
|
|
"license": "MIT",
|
|
"repository": "https://git.odit.services/lfk/kiosk",
|
|
"author": {
|
|
"name": "ODIT.Services",
|
|
"email": "info@odit.services",
|
|
"url": "https://odit.services"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Philipp Dormann",
|
|
"email": "philipp@philippdormann.de",
|
|
"url": "https://philippdormann.de"
|
|
},
|
|
{
|
|
"name": "Nicolai Ort",
|
|
"email": "info@nicolai-ort.com",
|
|
"url": "https://nicolai-ort.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write .",
|
|
"release": "release-it",
|
|
"license:export": "license-exporter --markdown && git stage licenses.md"
|
|
},
|
|
"devDependencies": {
|
|
"@odit/license-exporter": "0.2.0",
|
|
"@philippdormann/release-it": "^1.0.0",
|
|
"@sveltejs/adapter-static": "3.0.6",
|
|
"@sveltejs/kit": "2.12.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.2",
|
|
"@types/bwip-js": "^3.2.3",
|
|
"@typescript-eslint/eslint-plugin": "8.18.0",
|
|
"@typescript-eslint/parser": "8.18.0",
|
|
"auto-changelog": "2.5.0",
|
|
"autoprefixer": "10.4.20",
|
|
"eslint": "9.17.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"postcss": "8.4.49",
|
|
"postcss-load-config": "6.0.1",
|
|
"prettier": "3.4.2",
|
|
"prettier-plugin-svelte": "3.3.2",
|
|
"svelte": "5.14.0",
|
|
"svelte-check": "4.1.1",
|
|
"svelte-preprocess": "6.0.3",
|
|
"tailwindcss": "3.4.16",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.7.2",
|
|
"vite": "6.0.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource/athiti": "^5.1.0",
|
|
"@odit/lfk-client-js": "1.1.3",
|
|
"bwip-js": "4.5.1",
|
|
"eslint-plugin-svelte": "^2.46.1"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"commit": true,
|
|
"requireCleanWorkingDir": false,
|
|
"commitMessage": "🚀Bumped version to ${version}",
|
|
"requireBranch": "main",
|
|
"push": true,
|
|
"tag": true,
|
|
"tagName": null,
|
|
"tagAnnotation": "${version}"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"hooks": {
|
|
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && npm run license:export && git add CHANGELOG.md && git add licenses.md"
|
|
}
|
|
}
|
|
}
|