56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "bw-hspc-contest-web",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "svelte-kit sync && prisma generate && vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --plugin prettier-plugin-svelte --check . && eslint .",
|
|
"format": "prettier --plugin prettier-plugin-svelte --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^2.1.0",
|
|
"@sveltejs/kit": "^1.25.1",
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/bootstrap": "^5.2.7",
|
|
"@types/diff": "^5.0.5",
|
|
"@types/js-cookie": "^3.0.4",
|
|
"@types/node": "^20.8.0",
|
|
"@types/uuid": "^9.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"sass": "^1.68.0",
|
|
"svelte": "^4.2.1",
|
|
"svelte-check": "^3.5.2",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@prisma/client": "^5.3.1",
|
|
"@sveltejs/adapter-node": "^1.3.1",
|
|
"@types/fs-extra": "^11.0.2",
|
|
"bcrypt": "^5.1.1",
|
|
"bootstrap": "^5.3.2",
|
|
"bootstrap-icons": "^1.11.1",
|
|
"diff": "^5.1.0",
|
|
"diff2html": "^3.4.44",
|
|
"eslint-plugin-svelte": "^2.33.2",
|
|
"fs-extra": "^11.1.1",
|
|
"js-cookie": "^3.0.5",
|
|
"node-git-server": "^1.0.0",
|
|
"prisma": "^5.3.1",
|
|
"simple-git": "^3.20.0",
|
|
"uuid": "^9.0.1",
|
|
"zod": "^3.22.2"
|
|
}
|
|
}
|