-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 966 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": "@fusionstrings/eslint-config",
"version": "2.0.0",
"description": "ESLint config with prettier integration",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fusionstrings/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"prettier"
],
"author": "Dilip Kr. Shukla <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fusionstrings/eslint-config/issues"
},
"homepage": "https://github.com/fusionstrings/eslint-config#readme",
"dependencies": {
"@fusionstrings/prettier-config": "^1.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0"
},
"devDependencies": {
"ava": "^1.0.0-beta.8"
}
}