Kaufabschluss funktioniert einzeln, gesamter Durchgang geht auch. Input Validation ist der nächste große Schritt. Im Formular kommen immer noch viele Werte raus die wir nicht in der Datenbank haban wollen...
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "online-energieausweis",
|
|
"version": "0.0.1",
|
|
"license": "GPL V3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm astro dev",
|
|
"build": "bun --bun astro build",
|
|
"preview": "bun --bun astro preview",
|
|
"astro": "astro",
|
|
"test:e2e": "cypress run",
|
|
"test:unit": "bun test",
|
|
"format": "prettier --write .",
|
|
"build:production": "astro build && bun --bun server.js",
|
|
"i18n:generate": "bunx astro-i18next generate",
|
|
"prisma:studio": "bunx prisma studio --schema=./node_modules/@ibcornelsen/database/prisma/schema.prisma"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^0.18.4",
|
|
"@astrojs/node": "^5.1.4",
|
|
"@astrojs/svelte": "^2.2.0",
|
|
"@astrojs/tailwind": "^3.1.3",
|
|
"@ibcornelsen/database": "link:@ibcornelsen/database",
|
|
"@ibcornelsen/api": "link:@ibcornelsen/api",
|
|
"@ibcornelsen/ui": "^0.0.2",
|
|
"@mollie/api-client": "^3.7.0",
|
|
"@trpc/client": "^10.45.0",
|
|
"@trpc/server": "^10.45.0",
|
|
"@types/body-scroll-lock": "^3.1.2",
|
|
"astro": "^2.5.1",
|
|
"astro-i18next": "1.0.0-beta.21",
|
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
"buffer": "^6.0.3",
|
|
"bun": "^1.0.2",
|
|
"cookiejs": "^2.1.2",
|
|
"csvtojson": "^2.0.10",
|
|
"esbuild": "^0.18.17",
|
|
"express": "^4.18.2",
|
|
"flag-icons": "^6.9.2",
|
|
"i18next": "^23.4.1",
|
|
"i18next-fs-backend": "^2.1.5",
|
|
"i18next-http-backend": "^2.2.1",
|
|
"jimp": "^0.22.8",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-simple": "^0.5.6",
|
|
"katex": "^0.16.7",
|
|
"knex": "^2.4.2",
|
|
"moment": "^2.29.4",
|
|
"pg": "^8.11.0",
|
|
"sass": "^1.62.1",
|
|
"svelte": "^3.59.1",
|
|
"svelte-preprocess": "^5.0.3",
|
|
"tailwindcss": "^3.3.2",
|
|
"trpc-openapi": "^1.2.0",
|
|
"uuid": "^9.0.0",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/uuid": "^9.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"cypress": "^13.6.1",
|
|
"eslint": "~8.15.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|