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-11-19 21:04:01 -05:00
"@sveltejs/kit": "^1.27.6",
"@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",
2023-12-19 16:49:17 -05:00
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",
2023-12-19 16:49:17 -05:00
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
2023-11-05 21:05:35 -05:00
"sass": "^1.69.5",
2023-12-19 16:49:17 -05:00
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
2023-08-23 22:06:53 -04:00
"tslib": "^2.6.2",
2023-12-19 16:49:17 -05:00
"typescript": "^5.3.3",
"vite": "^4.5.1"
2023-04-26 12:20:01 -04:00
},
"type": "module",
"dependencies": {
2023-12-19 16:49:17 -05:00
"@prisma/client": "^5.7.1",
2023-08-23 22:06:53 -04:00
"@sveltejs/adapter-node": "^1.3.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",
2023-12-19 16:49:17 -05:00
"bootstrap-icons": "^1.11.2",
2023-04-26 22:40:53 -04:00
"diff": "^5.1.0",
2023-12-19 16:49:17 -05:00
"diff2html": "^3.4.46",
"eslint-plugin-svelte": "^2.35.1",
"fs-extra": "^11.2.0",
"isomorphic-git": "^1.25.1",
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",
2023-12-19 16:49:17 -05:00
"prisma": "^5.7.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
}
}