mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-08 17:12:27 +05:30
35 lines
1001 B
JSON
35 lines
1001 B
JSON
|
{
|
||
|
"name": "src",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"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": {
|
||
|
"@iconify/json": "^2.2.8",
|
||
|
"@sveltejs/adapter-auto": "^1.0.0",
|
||
|
"@sveltejs/kit": "^1.0.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||
|
"@typescript-eslint/parser": "^5.45.0",
|
||
|
"@unocss/preset-icons": "^0.48.4",
|
||
|
"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": "^3.0.1",
|
||
|
"tslib": "^2.4.1",
|
||
|
"typescript": "^4.9.3",
|
||
|
"unocss": "^0.48.4",
|
||
|
"vite": "^4.0.0"
|
||
|
},
|
||
|
"type": "module"
|
||
|
}
|