-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "react-native-wobblifier",
"version": "1.0.1",
"description": "Wobblify anything",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/madeagency/react-native-wobblifier.git"
},
"keywords": [
"react",
"react-native",
"interactions",
"ux",
"wobble",
"physics",
"animated",
"love"
],
"author": "Ross Berkland",
"license": "ISC",
"bugs": {
"url": "https://github.com/madeagency/react-native-wobblifier/issues"
},
"homepage": "https://github.com/madeagency/react-native-wobblifier#readme",
"peerDependencies": {
"react": ">= 15.0.0",
"react-native": ">= 0.40.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.67.1",
"prettier": "^1.11.1"
}
}