bw-hspc-contest-env/web/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2023-04-26 12:20:01 -04:00
{
"name": "bw-hspc-contest-web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
2023-08-26 10:48:43 -04:00
"build": "svelte-kit sync && prisma generate && vite build",
2023-04-26 12:20:01 -04:00
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
2023-08-23 22:06:53 -04:00
"lint": "prettier --plugin prettier-plugin-svelte --check . && eslint .",
"format": "prettier --plugin prettier-plugin-svelte --write ."
2023-04-26 12:20:01 -04:00
},
"devDependencies": {
2023-08-23 22:06:53 -04:00
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.23.0",
2023-08-26 11:07:09 -04:00
"@types/bcrypt": "^5.0.0",
2023-04-26 12:20:01 -04:00
"@types/bootstrap": "^5.2.6",
2023-04-26 22:40:53 -04:00
"@types/diff": "^5.0.3",
2023-08-26 11:41:37 -04:00
"@types/js-cookie": "^3.0.3",
2023-08-26 10:36:57 -04:00
"@types/node": "^20.5.6",
2023-08-23 22:06:53 -04:00
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
2023-08-26 10:36:57 -04:00
"eslint": "^8.48.0",
2023-08-23 22:06:53 -04:00
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
2023-08-26 14:19:03 -04:00
"sass": "^1.66.1",
2023-08-23 22:06:53 -04:00
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"tslib": "^2.6.2",
2023-08-26 10:36:57 -04:00
"typescript": "^5.2.2",
2023-08-23 22:06:53 -04:00
"vite": "^4.4.9"
2023-04-26 12:20:01 -04:00
},
"type": "module",
"dependencies": {
2023-08-23 22:06:53 -04:00
"@prisma/client": "^5.2.0",
"@sveltejs/adapter-node": "^1.3.1",
2023-05-07 17:32:57 -04:00
"@types/fs-extra": "^11.0.1",
2023-08-26 11:07:09 -04:00
"bcrypt": "^5.1.1",
2023-08-23 22:06:53 -04:00
"bootstrap": "^5.3.1",
2023-08-26 11:41:37 -04:00
"bootstrap-icons": "^1.10.5",
2023-04-26 22:40:53 -04:00
"diff": "^5.1.0",
2023-08-23 22:06:53 -04:00
"diff2html": "^3.4.40",
"eslint-plugin-svelte": "^2.33.0",
2023-05-07 17:32:57 -04:00
"fs-extra": "^11.1.1",
2023-08-26 11:41:37 -04:00
"js-cookie": "^3.0.5",
2023-05-01 13:26:49 -04:00
"node-git-server": "^1.0.0",
2023-08-23 22:06:53 -04:00
"prisma": "^5.2.0",
"simple-git": "^3.19.1",
2023-04-28 13:42:16 -04:00
"uuid": "^9.0.0",
2023-08-23 22:06:53 -04:00
"zod": "^3.22.2"
2023-04-26 12:20:01 -04:00
}
}