srx.astro.nix/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
2023-03-30 01:14:12 +02:00
"name": "srx.dev",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"sync": "astro sync"
},
"devDependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@types/lodash": "^4.14.192",
"@types/luxon": "^3.2.0",
"@types/marked": "^4.0.8",
"@types/seedrandom": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"astro-forms": "^1.0.11",
"astro-icon": "^0.8.0",
"astro-robots-txt": "^0.4.0",
"astro": "^2.1.8",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-astro": "^0.26.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.0",
"eslint": "^8.29.0",
"lodash": "^4.17.21",
"luxon": "^3.0.4",
"marked": "^4.2.4",
"prettier-plugin-astro": "^0.8.0",
"prettier": "^2.8.1",
"sanitize-html": "^2.8.0",
"seedrandom": "^3.0.5",
"tailwindcss": "^3.0.24"
},
"dependencies": {}
2022-12-22 23:31:21 +01:00
}