aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-23 14:22:55 -0500
committerTim Keller <tjkeller.xyz>2025-05-23 14:22:55 -0500
commite01a5e79337f31e656ed6d87c3cc168a06f0f27a (patch)
tree7c3dd29f72627488dbe810847083bbed925b95e4 /package.json
parent364f239918c6ef3f110a437aab2bab0891337563 (diff)
downloadmaterial-svg-atlas-plugin-webpack-e01a5e79337f31e656ed6d87c3cc168a06f0f27a.tar.xz
material-svg-atlas-plugin-webpack-e01a5e79337f31e656ed6d87c3cc168a06f0f27a.zip
material symbols plugin added. Cleanup more make better
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
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"
}
}