Switch to uv, add project config files.

This commit is contained in:
2025-07-07 17:26:11 +09:00
parent 488dc9a3f3
commit 00b4769ed9
12 changed files with 1716 additions and 11 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "snikket-web-portal",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.2",
"devDependencies": {
"prettier": "^3.6.0",
"stylelint": "^16.21.0",
"stylelint-config-standard-scss": "^15.0.1"
}
}