mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "matdoesdev",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"dev:host": "vite dev --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
"@img/sharp-linux-x64": "^0.34.2",
|
|
"@sveltejs/vite-plugin-svelte": "^5.1.0",
|
|
"@types/cookie": "^1.0.0",
|
|
"@types/html-minifier": "^4.0.5",
|
|
"@types/matter-js": "^0.19.8",
|
|
"@types/turndown": "^5.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
"@typescript-eslint/parser": "^8.33.1",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"mdsvex": "patch:mdsvex@npm%3A0.12.3#~/.yarn/patches/mdsvex-npm-0.12.3-11596b7ddc.patch",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"sharp": "^0.34.2",
|
|
"svelte": "^5.33.18",
|
|
"svelte-check": "^4.2.1",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lukeed/uuid": "^2.0.1",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.21.2",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"cbor-x": "^1.6.0",
|
|
"cookie": "^1.0.2",
|
|
"html-minifier": "^4.0.0",
|
|
"matter-js": "^0.20.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"svelte-body": "^2.0.0",
|
|
"turndown": "^7.2.0",
|
|
"vite": "6.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"packageManager": "yarn@4.5.0"
|
|
}
|