summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-25 14:26:56 +0300
committerJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:09:26 +0300
commit1e15fcceddfd2710c84fee0d68988a8eacce7453 (patch)
treeb5ef465400a645586814d7906168c86883fe4487 /package.json
parent1e3657b3fab94405c9e404bba87689dfd0e27130 (diff)
chore(web): install vite
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json
index 41f024d..5bd7887 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,12 @@
{
"name": "notive",
"private": true,
- "packageManager": "pnpm@10.18.0",
+ "type": "module",
"devDependencies": {
- "turbo": "^2.5.8"
- }
+ "prettier": "^3.6.2",
+ "prettier-plugin-packagejson": "^2.5.19",
+ "turbo": "^2.5.8",
+ "typescript": "^5.9.3"
+ },
+ "packageManager": "pnpm@10.18.0"
}