|
{ |
|
"name": "frontend", |
|
"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 --check . && eslint .", |
|
"format": "prettier --write ." |
|
}, |
|
"devDependencies": { |
|
"@sveltejs/adapter-auto": "^2.0.0", |
|
"@sveltejs/adapter-static": "^2.0.3", |
|
"@sveltejs/kit": "^1.20.4", |
|
"@typescript-eslint/eslint-plugin": "^6.0.0", |
|
"@typescript-eslint/parser": "^6.0.0", |
|
"autoprefixer": "^10.4.16", |
|
"eslint": "^8.28.0", |
|
"eslint-config-prettier": "^9.0.0", |
|
"eslint-plugin-svelte": "^2.30.0", |
|
"postcss": "^8.4.31", |
|
"prettier": "^3.1.0", |
|
"prettier-plugin-organize-imports": "^3.2.4", |
|
"prettier-plugin-svelte": "^3.1.0", |
|
"prettier-plugin-tailwindcss": "^0.5.7", |
|
"svelte": "^4.0.5", |
|
"svelte-check": "^3.4.3", |
|
"tailwindcss": "^3.3.5", |
|
"tslib": "^2.4.1", |
|
"typescript": "^5.0.0", |
|
"vite": "^4.4.2" |
|
}, |
|
"type": "module", |
|
"dependencies": { |
|
"piexifjs": "^1.0.6", |
|
"rvfc-polyfill": "^1.0.7" |
|
} |
|
} |
|
|