From 8ec7f5368232d59f344e1067e1bad5e48dbcb7ae Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 7 Sep 2024 20:20:07 -0700 Subject: get "cats" up there --- static/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/package.json') diff --git a/static/package.json b/static/package.json index 1c698e0..b27d3de 100644 --- a/static/package.json +++ b/static/package.json @@ -4,10 +4,9 @@ "version": "0.1.0", "type": "module", "scripts": { - "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", - "watch": "./node_modules/nodemon/bin/nodemon.js --watch './src/**/*' -e ts,html --exec \"npm run build\"" + "dev": "./node_modules/nodemon/bin/nodemon.js --watch './src/**/*' -e ts,html --exec \"npm run build\"" }, "devDependencies": { "@rollup/plugin-inject": "^5.0.5", @@ -18,6 +17,7 @@ "vite-plugin-dynamic-base": "^1.1.0" }, "dependencies": { - "jquery": "^3.7.1" + "jquery": "^3.7.1", + "laser-pen": "^1.0.1" } } -- cgit v1.3