62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "online-energieausweis",
|
|
"version": "0.0.1",
|
|
"license": "GPL V3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --bun 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/ui": "^0.0.2",
|
|
"@mollie/api-client": "^3.7.0",
|
|
"astro": "^2.5.1",
|
|
"astro-i18next": "1.0.0-beta.21",
|
|
"bun": "^1.0.2",
|
|
"cookiejs": "^2.1.2",
|
|
"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",
|
|
"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",
|
|
"uuid": "^9.0.0",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|