mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 13:33:39 -04:00
Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.7 to 3.8.0. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.7...v3.8.0) --- updated-dependencies: - dependency-name: daisyui 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.25.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
"@typescript-eslint/parser": "^6.7.3",
|
|
"autoprefixer": "^10.4.16",
|
|
"daisyui": "^3.8.0",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-svelte": "^2.33.2",
|
|
"husky": "^8.0.3",
|
|
"postcss": "^8.4.30",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"svelte": "^4.2.1",
|
|
"svelte-check": "^3.5.2",
|
|
"tailwindcss": "^3.3.3",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.2.2",
|
|
"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.18.0",
|
|
"svelte-fa": "^3.0.4",
|
|
"svelte-french-toast": "^1.2.0",
|
|
"theme-change": "^2.5.0"
|
|
}
|
|
}
|