mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 13:33:39 -04:00
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "upsnap-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": "eslint --fix --cache --ignore-path ../.gitignore .",
|
|
"format": "prettier --write --cache --cache-strategy content --ignore-path ../.gitignore .",
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"@sveltejs/kit": "^1.22.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
"@typescript-eslint/parser": "^6.4.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"daisyui": "^3.5.1",
|
|
"eslint": "^8.47.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"husky": "^8.0.3",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "^3.0.1",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"svelte": "^4.2.0",
|
|
"svelte-check": "^3.5.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"tslib": "^2.6.1",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"type": "module",
|
|
"lint-staged": {
|
|
"*.{js,svelte}": "eslint --fix --cache --ignore-path ../.gitignore .",
|
|
"*.{js,css,md,svelte,scss}": "prettier --write --cache --cache-strategy content --ignore-path ../.gitignore ."
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"date-fns": "^2.30.0",
|
|
"pocketbase": "^0.16.0",
|
|
"svelte-fa": "^3.0.4",
|
|
"svelte-french-toast": "^1.2.0",
|
|
"theme-change": "^2.5.0"
|
|
}
|
|
}
|