-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "GitCub",
"version": "0.0.0",
"author": "keik <[email protected]>",
"bugs": {
"url": "https://github.com/keik/gitcub/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-import-order-alphabetical": "0.0.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"fixpack": "2.3.1",
"flow-bin": "^0.93.0",
"lerna": "^3.15.0",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
},
"engines": {
"node": "^10.0.0",
"npm": "^6.0.0"
},
"homepage": "https://github.com/keik/gitcub#readme",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/keik/gitcub.git"
},
"scripts": {
"fixpack": "fixpack package.json packages/*/package.json",
"lint": "eslint .",
"typecheck": "flow"
}
}