-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "svg-slim-loader",
"version": "2.0.3",
"description": "loader for webpack using svg-slm to optimize the *.svg file",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/benboba/svg-slim-loader.git"
},
"scripts": {
"test1": "npx webpack --config test/webpack.simple.js",
"test2": "npx webpack --config test/webpack.ismodule.js",
"test3": "npx webpack --config test/webpack.useconfig.js"
},
"keywords": [
"loader",
"svg"
],
"author": "benboba",
"license": "MIT",
"bugs": {
"url": "https://github.com/benboba/svg-slim-loader/issues"
},
"homepage": "https://github.com/benboba/svg-slim-loader#readme",
"dependencies": {
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0",
"svg-slim": "^2.0.3"
},
"devDependencies": {
"file-loader": "^6.2.0",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
}
}