mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 05:53:55 -04:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.8 to 4.4.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
145 lines
4.7 KiB
JSON
145 lines
4.7 KiB
JSON
{
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
=======
|
|
>>>>>>> f50e272 (npm-dep: bump sass from 1.64.0 to 1.64.1 in /frontend)
|
|
"name": "frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "cd .. && husky install frontend/.husky",
|
|
"lint": "prettier --ignore-path ../.gitignore --check --plugin-search-dir=. . && eslint --fix .",
|
|
"format": "prettier --ignore-path ../.gitignore --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
<<<<<<< HEAD
|
|
"@sveltejs/kit": "^1.22.5",
|
|
=======
|
|
"@sveltejs/adapter-static": "^2.0.2",
|
|
=======
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
>>>>>>> dceee3f (npm-dep: bump @sveltejs/adapter-static from 2.0.2 to 2.0.3 in /frontend)
|
|
"@sveltejs/kit": "^1.22.3",
|
|
>>>>>>> f50e272 (npm-dep: bump sass from 1.64.0 to 1.64.1 in /frontend)
|
|
=======
|
|
"@sveltejs/kit": "^1.22.4",
|
|
>>>>>>> 6fad133 (npm-dep: bump @sveltejs/kit from 1.22.3 to 1.22.4 in /frontend)
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.3",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
"svelte": "^4.1.2",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"typescript": "^5.1.6",
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
=======
|
|
>>>>>>> e7c5fdb (npm-dep: bump vite from 4.4.8 to 4.4.9 in /frontend)
|
|
"vite": "^4.4.9"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "5.3.1",
|
|
"date-fns": "^2.30.0",
|
|
"pocketbase": "^0.15.3",
|
|
"sass": "^1.64.2",
|
|
=======
|
|
"svelte": "^4.1.1",
|
|
=======
|
|
"svelte": "^4.1.2",
|
|
>>>>>>> 4695c65 (npm-dep: bump svelte from 4.1.1 to 4.1.2 in /frontend)
|
|
"svelte-preprocess": "^5.0.4",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.7"
|
|
=======
|
|
"vite": "^4.4.8"
|
|
>>>>>>> 6570770 (npm-dep: bump vite from 4.4.7 to 4.4.8 in /frontend)
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "5.3.1",
|
|
"date-fns": "^2.30.0",
|
|
"pocketbase": "^0.15.3",
|
|
<<<<<<< HEAD
|
|
"sass": "^1.64.1",
|
|
>>>>>>> f50e272 (npm-dep: bump sass from 1.64.0 to 1.64.1 in /frontend)
|
|
=======
|
|
"sass": "^1.64.2",
|
|
>>>>>>> fef1a91 (npm-dep: bump sass from 1.64.1 to 1.64.2 in /frontend)
|
|
"svelte-fa": "^3.0.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,svelte}": "eslint --fix --ignore-path ../.gitignore .",
|
|
"*.{js,css,md,svelte,scss}": "prettier --write --ignore-path ../.gitignore --plugin-search-dir=. ."
|
|
}
|
|
<<<<<<< HEAD
|
|
=======
|
|
"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 --plugin-search-dir=. .",
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"@sveltejs/kit": "^1.22.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"daisyui": "^3.5.1",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"husky": "^8.0.3",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"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 --plugin-search-dir=. ."
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"date-fns": "^2.30.0",
|
|
"pocketbase": "^0.15.3",
|
|
"svelte-fa": "^3.0.4",
|
|
"svelte-french-toast": "^1.2.0",
|
|
"theme-change": "^2.5.0"
|
|
}
|
|
>>>>>>> 5340d83 (first commit for tailwind rewrite)
|
|
=======
|
|
>>>>>>> f50e272 (npm-dep: bump sass from 1.64.0 to 1.64.1 in /frontend)
|
|
}
|