mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 05:53:55 -04:00
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
122 lines
4.0 KiB
JSON
122 lines
4.0 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
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"@sveltejs/kit": "^1.22.5",
|
|
=======
|
|
"@sveltejs/adapter-static": "^2.0.2",
|
|
"@sveltejs/kit": "^1.22.3",
|
|
>>>>>>> f50e272 (npm-dep: bump sass from 1.64.0 to 1.64.1 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
|
|
"svelte": "^4.1.2",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"typescript": "^5.1.6",
|
|
"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-preprocess": "^5.0.4",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.7"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "5.3.1",
|
|
"date-fns": "^2.30.0",
|
|
"pocketbase": "^0.15.3",
|
|
"sass": "^1.64.1",
|
|
>>>>>>> f50e272 (npm-dep: bump sass from 1.64.0 to 1.64.1 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)
|
|
}
|