-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "@real-digital/postcss-class-checker",
"version": "1.0.4",
"description": "PostCSS plugin to check for classes",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"class checker",
"class",
"tests"
],
"scripts": {
"test": "jest && eslint *.js --quiet"
},
"author": "Guido Gasper <guido.gasper@real-digital.de>",
"repository": "https://github.com/real-digital/postcss-class-checker",
"bugs": {
"url": "https://github.com/real-digital/postcss-class-checker/issues"
},
"dependencies": {
"lodash.difference": "^4.5.0",
"postcss": "^7.0.26"
},
"devDependencies": {
"@logux/eslint-config": "^27.0.0",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.9.0"
},
"jest": {
"testEnvironment": "node"
},
"eslintIgnore": [
"index.test.js"
]
}