1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 23:44:39 +00:00
matdoesdev/package.json
2022-04-07 20:14:00 -05:00

47 lines
1.4 KiB
JSON

{
"name": "matdoesdev",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "svelte-kit dev",
"dev:host": "svelte-kit dev --host",
"build": "svelte-kit build",
"preview": "svelte-kit 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": {
"@sveltejs/kit": "^1.0.0-next.306",
"@types/cookie": "^0.4.1",
"@types/html-minifier": "^4.0.1",
"@types/marked": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.34.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@sveltejs/adapter-node": "^1.0.0-next.0",
"@sveltejs/adapter-static": "^1.0.0-next.21",
"@types/js-yaml": "^4.0.4",
"cookie": "^0.4.1",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"marked": "^4.0.3"
},
"engines": {
"node": ">=16"
}
}