aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}
}