-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "aws-amplify-react-hooks",
"version": "1.0.13",
"description": "React hooks for AWS Amplify",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node index.js",
"commit": "git-cz",
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"aws-amplify",
"react-hooks",
"react-native-hooks"
],
"prettier": {
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"useTabs": false,
"jsxBracketSameLine": false
},
"author": "@playra",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com:react-native-village/aws-amplify-react-hooks.git"
},
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@aws-amplify/api": "^1.2.4",
"@aws-amplify/auth": "^1.5.0",
"@aws-amplify/pubsub": "^1.2.4",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"aws-amplify": "^1.2.4",
"aws-amplify-react": "^2.5.4",
"babel-eslint": "^10.0.3",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"metro-react-native-babel-preset": "^0.57.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}