-
Notifications
You must be signed in to change notification settings - Fork 194
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "react-native-fluid-transitions",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash.chunk": "^4.2.0",
"lodash.clamp": "4.0.3",
"lodash.sortby": "^4.7.0",
"prop-types": "^15.6.2",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-screens": "^1.0.0-alpha.12",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^3.0.0",
"react-navigation-stack": "^1.0.6"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.40",
"babel-eslint": "^9.0.0",
"babel-jest": "23.4.2",
"babel-preset-react-native": "5.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.79.1",
"jest": "23.5.0",
"react-test-renderer": "^16.4.2"
},
"jest": {
"preset": "react-native"
}
}