-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "postcss-svg-slim",
"version": "2.0.4",
"description": "PostCSS plugin svg optimizer",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"svg",
"optimizer"
],
"scripts": {
"test": "jest && eslint ."
},
"author": "benboba <[email protected]>",
"license": "MIT",
"repository": "benboba/postcss-svg-slim",
"dependencies": {
"svg-slim": "^2.0.3"
},
"bugs": {
"url": "https://github.com/benboba/postcss-svg-slim/issues"
},
"homepage": "https://github.com/benboba/postcss-svg-slim#readme",
"devDependencies": {
"@logux/eslint-config": "^33.0.0",
"eslint": "^7.28.0",
"eslint-config-postcss": "^4.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-es5": "^1.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^12.1.0",
"jest": "^24.9.0",
"postcss": "^8.3.4",
"postcss-value-parser": "^4.1.0"
},
"eslintConfig": {
"extends": "eslint-config-postcss"
},
"engines": {
"node": ">=8.0.0"
},
"jest": {
"testEnvironment": "node"
}
}