updated packages and added lockfile

This commit is contained in:
Sebastian Wendel 2024-02-29 17:00:09 +01:00
parent 65f4134c82
commit 7808b0a414
2 changed files with 17855 additions and 62 deletions

17784
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,79 +1,88 @@
{
"name": "srx.dev",
"version": "0.0.1",
"description": "Astro Website",
"name": "srx-digital-frontend",
"version": "0.1.1",
"description": "Static website build with Astro and Nix",
"author": "Sebastian Wendel",
"license": "MIT",
"keywords": [
"astro",
"reactjs",
"tailwindcss"
],
"private": true,
"repository": {
"type": "git",
"url": "https://code.srx.dev/swendel/srx.astro.nix"
"url": "gitea@https://code.srx.digital:srx/srx.astro.nix.git",
"type": "git"
},
"bugs": {
"url": "https://code.srx.digital/srx/srx.astro.nix/issues"
},
"scripts": {
"info": "astro info",
"check": "astro check",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"sync": "astro sync",
"format": "prettier -w .",
"lint": "eslint . --ext .js,.ts,.astro"
"lint": "npm run lint:prettier; npm run lint:eslint",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"devDependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/partytown": "^2.0.1",
"@astrojs/prism": "^3.0.0",
"@astrojs/react": "^3.0.4",
"@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@astrojs/vue": "^3.0.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.192",
"@types/luxon": "^3.2.0",
"@types/marked": "^6.0.0",
"@types/react": "^18.0.21",
"@types/seedrandom": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"astro": "^2.1.8",
"astro-auto-import": "^0.3.1",
"astro-compressor": "^0.4.1",
"astro-forms": "^1.0.11",
"astro-i18next": "^1.0.0-beta.21",
"astro-icon": "^0.8.1",
"astro-imagetools": "^0.9.0",
"astro-robots-txt": "^0.4.0",
"astro-seo": "^0.8.0",
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-astro": "^0.26.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.0",
"lodash": "^4.17.21",
"luxon": "^3.0.4",
"marked": "^9.1.4",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwind": "^2.2.12",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.8.0",
"seedrandom": "^3.0.5",
"svgo": "^3.0.2",
"tailwindcss": "^3.0.24",
"typescript": "^5.2.2"
"@playwright/test": "^1.42.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-css": "^0.9.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^3.1.5",
"playwright": "^1.42.0",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"unist-util-visit": "^5.0.0",
"vite": "^5.1.4",
"which": "^4.0.0"
},
"engines": {
"node": ">=18.14.1"
},
"packageManager": "yarn@1.22.19",
"dependencies": {
"@types/react-dom": "^18.0.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vue": "^3.2.30"
"@astrojs/check": "^0.5.6",
"@astrojs/markdoc": "^0.9.0",
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.4.6",
"astro-auto-import": "^0.4.2",
"astro-compress": "^2.2.11",
"astro-compressor": "^0.4.1",
"astro-icon": "^1.1.0",
"astro-pagefind": "^1.4.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.2",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
"daisyui": "^4.7.2",
"gatsby-remark-markmap": "^0.4.0",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.4.35",
"reading-time": "^1.5.0",
"rehype-format": "^5.0.0",
"rehype-meta": "^4.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-sort-attributes": "^5.0.0",
"remark-emoji": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mermaidjs": "^6.0.0",
"remark-toc": "^9.0.0",
"schema-dts": "^1.1.2",
"svgo": "3.2.0",
"tailwindcss": "^3.4.1",
"theme-change": "^2.5.0",
"typescript": "^5.3.3"
}
}