From e01a5e79337f31e656ed6d87c3cc168a06f0f27a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 23 May 2025 14:22:55 -0500 Subject: material symbols plugin added. Cleanup more make better --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 878ca7d..9cb663a 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,18 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "prepare": "npm install" + "test": "echo no test" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { + "axios": "^1.9.0", "jsdom": "^26.1.0", + "svg-sprite": "^2.0.4", + "svgo": "^3.3.2", + "webpack": "^5.99.9", "webpack-sources": "^3.2.3" } } -- cgit v1.2.3