srx.astro.nix/package.json

80 lines
2.2 KiB
JSON
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
"name": "srx.dev",
"version": "0.0.1",
"description": "Astro Website",
"author": "Sebastian Wendel",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://code.srx.dev/swendel/srx.astro.nix"
},
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"sync": "astro sync",
"format": "prettier -w .",
"lint": "eslint . --ext .js,.ts,.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"
},
"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"
}
2022-12-22 23:31:21 +01:00
}