-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 924 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
{
"name": "scrum-tools",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js",
"test:watch": "node ./node_modules/jest/bin/jet.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"babel-plugin-styled-components": "^1.6.0",
"expo": "^31.0.4",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz",
"react-native-animatable": "^1.3.1",
"react-native-slider": "^0.11.0",
"react-native-swiper": "^1.5.14",
"react-navigation": "^2.9.3",
"styled-components": "^3.4.5"
},
"devDependencies": {
"jest-expo": "^31.0.0"
}
}