summaryrefslogtreecommitdiff
path: root/packages/web/package.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-11-23 19:27:57 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-11-23 19:27:57 +0200
commit602145c956bb594ca0d0e10601cc4ad1a71cf70d (patch)
treed9f9980bd2054cff5819d01379f5c1c55f8eb66d /packages/web/package.json
parentc2a6efb1b761014a90d90373cad47a14054af40b (diff)
feat: integrate web and doc packages
Diffstat (limited to 'packages/web/package.json')
-rw-r--r--packages/web/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/web/package.json b/packages/web/package.json
new file mode 100644
index 0000000..81bfe17
--- /dev/null
+++ b/packages/web/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "@notive/web",
+ "private": true,
+ "scripts": {
+ "dev": "vite --clearScreen false",
+ "test": "vitest"
+ },
+ "dependencies": {
+ "@notive/doc": "workspace:*",
+ "immer": "^10.2.0",
+ "tailwindcss": "^4.1.16",
+ "tone": "^15.1.22"
+ },
+ "devDependencies": {
+ "@tailwindcss/vite": "^4.1.16",
+ "vite": "^7.1.12",
+ "vite-plugin-wasm": "^3.5.0",
+ "vitest": "^4.0.6"
+ }
+}