-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 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
36
37
38
{
"name": "@onyourmarks/webpack-svg-plugin",
"version": "4.0.0",
"files": [
"dist/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": "onyourmarks-agency/oym-webpack-svg-plugin",
"author": {
"name": "On Your Marks",
"email": "[email protected]",
"url": "https://www.onyourmarks.agency/"
},
"scripts": {
"eslint": "eslint src --cache --ext .js,.ts",
"build": "tsc"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"webpack": "5"
},
"dependencies": {
"@types/svg-sprite": "^0.0.38",
"glob": "^10.3.10",
"mkdirp": "^3.0.1",
"svg-sprite": "^2.0.3"
}
}