-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 910 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
{
"name": "eslint-config-ui-core",
"version": "0.2.2",
"description": "JavaScript code standards at SSENSE",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SSENSE/eslint-config-ui-core.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SSENSE/eslint-config-ui-core/issues"
},
"homepage": "https://github.com/SSENSE/eslint-config-ui-core#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^4.19.1",
"np": "^2.13.1"
},
"peerDependencies": {
"babel-eslint": "^8.2.3",
"eslint": ">= 4",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-vue": "^4.5.0"
}
}