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

57 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": {
2024-01-22 20:56:53 -05:00
"@sveltejs/kit": "^2.4.3",
2023-12-19 16:58:34 -05:00
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/bcrypt": "^5.0.2",
2023-12-19 16:49:17 -05:00
"@types/bootstrap": "^5.2.10",
"@types/diff": "^5.0.9",
"@types/js-cookie": "^3.0.6",
2024-01-22 20:56:53 -05:00
"@types/node": "^20.11.5",
"@types/uuid": "^9.0.7",
2024-01-22 20:56:53 -05:00
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
2023-12-19 16:49:17 -05:00
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
2024-01-22 20:56:53 -05:00
"prettier": "^3.2.4",
2023-12-19 16:49:17 -05:00
"prettier-plugin-svelte": "^3.1.2",
2024-01-22 20:56:53 -05:00
"sass": "^1.70.0",
"svelte": "^4.2.9",
2024-01-15 15:31:18 -05:00
"svelte-check": "^3.6.3",
2023-08-23 22:06:53 -04:00
"tslib": "^2.6.2",
2023-12-19 16:49:17 -05:00
"typescript": "^5.3.3",
2024-01-22 20:56:53 -05:00
"vite": "^5.0.12"
2023-04-26 12:20:01 -04:00
},
"type": "module",
"dependencies": {
2024-01-15 15:31:18 -05:00
"@prisma/client": "^5.8.1",
2024-01-22 20:56:53 -05:00
"@sveltejs/adapter-node": "^4.0.1",
"@types/fs-extra": "^11.0.4",
2023-08-26 11:07:09 -04:00
"bcrypt": "^5.1.1",
2023-10-02 13:25:07 -04:00
"bootstrap": "^5.3.2",
2024-01-15 15:31:18 -05:00
"bootstrap-icons": "^1.11.3",
2023-04-26 22:40:53 -04:00
"diff": "^5.1.0",
2024-01-15 15:31:18 -05:00
"diff2html": "^3.4.47",
2023-12-19 16:49:17 -05:00
"eslint-plugin-svelte": "^2.35.1",
"fs-extra": "^11.2.0",
2024-01-15 15:31:18 -05:00
"isomorphic-git": "^1.25.3",
2023-08-26 11:41:37 -04:00
"js-cookie": "^3.0.5",
2023-11-12 17:40:36 -05:00
"memfs": "^4.6.0",
2023-05-01 13:26:49 -04:00
"node-git-server": "^1.0.0",
2024-01-15 15:31:18 -05:00
"prisma": "^5.8.1",
2023-10-02 13:25:07 -04:00
"uuid": "^9.0.1",
2023-10-15 14:17:45 -04:00
"zod": "^3.22.4"
2023-04-26 12:20:01 -04:00
}
}