48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "online-energieausweis",
|
|
"version": "0.0.1",
|
|
"license": "GPL V3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test:e2e": "cypress run",
|
|
"test:unit": "vitest",
|
|
"format": "prettier --write .",
|
|
"build:production": "astro build && node server.js"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^0.18.2",
|
|
"@astrojs/node": "^5.1.0",
|
|
"@astrojs/svelte": "^2.0.2",
|
|
"@astrojs/tailwind": "^3.1.0",
|
|
"astro": "^2.1.7",
|
|
"cookiejs": "^2.1.2",
|
|
"express": "^4.18.2",
|
|
"jwt-simple": "^0.5.6",
|
|
"knex": "^2.4.2",
|
|
"moment": "^2.29.4",
|
|
"pg": "^8.10.0",
|
|
"svelte": "^3.54.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"uuid": "^9.0.0",
|
|
"vitest": "^0.29.2",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^9.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
"@typescript-eslint/parser": "^5.36.1",
|
|
"astro": "^2.1.2",
|
|
"eslint": "~8.15.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"prettier": "^2.8.4",
|
|
"sass": "^1.58.3",
|
|
"svelte-preprocess": "^5.0.1",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|