Transfer some Posts and automate original German
This commit is contained in:
15
package.json
15
package.json
@ -14,28 +14,27 @@
|
||||
"i18n:sync": "npm run i18n:generate:pages && npm run i18n:generate:types"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/prefetch": "^0.4.1",
|
||||
"@astrojs/svelte": "^5.0.0",
|
||||
"@astrojs/tailwind": "^5.0.3",
|
||||
"@astropub/icons": "^0.2.0",
|
||||
"@types/color": "^3.0.6",
|
||||
"@types/crypto-js": "^4.2.1",
|
||||
"@types/node": "^20.10.1",
|
||||
"@types/node": "^20.10.4",
|
||||
"cssnano": "^6.0.1",
|
||||
"esbuild": "^0.19.8",
|
||||
"postcss-nesting": "^12.0.1",
|
||||
"sass": "^1.69.5",
|
||||
"svelte": "^4.2.8",
|
||||
"tailwind-merge": "^2.0.0",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"typescript": "^5.3.2"
|
||||
"tailwind-merge": "^2.1.0",
|
||||
"tailwindcss": "^3.3.6",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-json": "^6.0.1",
|
||||
"@ddietr/codemirror-themes": "^1.4.2",
|
||||
"astro": "^4.0.2",
|
||||
"astro": "^4.0.3",
|
||||
"astro-i18n": "^2.1.18",
|
||||
"chart.js": "^4.4.0",
|
||||
"chart.js": "^4.4.1",
|
||||
"chartjs-adapter-dayjs-4": "^1.0.4",
|
||||
"chartjs-adapter-moment": "^1.0.1",
|
||||
"color": "^4.2.3",
|
||||
@ -46,7 +45,7 @@
|
||||
"flowbite-svelte": "^0.44.20",
|
||||
"flowbite-svelte-icons": "^0.4.5",
|
||||
"sharp": "^0.32.6",
|
||||
"svelte-awesome": "^3.2.1",
|
||||
"svelte-awesome": "^3.3.0",
|
||||
"svelte-codemirror-editor": "^1.2.0",
|
||||
"svelte-spa-router": "^3.3.0",
|
||||
"zod": "^3.22.4"
|
||||
|
||||
Reference in New Issue
Block a user