mirror of
https://github.com/wasnertobias/StalkingAId.git
synced 2025-10-16 11:55:43 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend of StalkingAId",
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^1.0.0",
|
|
"@sveltejs/adapter-static": "^1.0.1",
|
|
"@sveltejs/kit": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"prettier": "^2.8.0",
|
|
"prettier-plugin-svelte": "^2.8.1",
|
|
"svelte": "^3.54.0",
|
|
"svelte-check": "^2.9.2",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@poppanator/sveltekit-svg": "^2.0.2",
|
|
"@sveltejs/adapter-node": "^1.1.0",
|
|
"open-props": "^1.5.3",
|
|
"postcss": "^8.4.21",
|
|
"postcss-jit-props": "^1.0.9",
|
|
"sass": "^1.57.1",
|
|
"vite": "^4.0.0",
|
|
"autoprefixer": "10.4.13"
|
|
}
|
|
}
|