1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00
matdoesdev/package.json
2025-03-15 08:27:11 +00:00

56 lines
1.6 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.33.5",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@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.26.1",
"@typescript-eslint/parser": "^8.26.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"mdsvex": "^0.12.3",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"sharp": "^0.33.5",
"svelte": "^5.23.0",
"svelte-check": "^4.1.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
},
"type": "module",
"dependencies": {
"@lukeed/uuid": "^2.0.1",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.19.1",
"@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.2.2"
},
"engines": {
"node": ">=16"
},
"packageManager": "yarn@4.5.0"
}