-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "Gymple",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "concurrently \"tsc --project tsconfig.json --watch --pretty\" \"react-native start --skipflow\" ",
"test": "npm run build && jest",
"build": "tsc --project tsconfig.json",
"ios": "react-native run-ios --no-packager && npm start",
"postinstall": "rm -f node_modules/intl/.babelrc"
},
"dependencies": {
"@types/color": "^2.0.0",
"@types/history": "^4.6.0",
"@types/jest": "^20.0.8",
"@types/lodash": "^4.14.77",
"@types/react": "^16.0.9",
"@types/react-intl": "^2.3.2",
"@types/react-native": "^0.49.0",
"@types/react-router": "^4.0.15",
"@types/react-router-native": "^4.0.1",
"babel-preset-react-native": "^4.0.0",
"color": "^2.0.0",
"history": "^4.7.2",
"intl": "^1.2.5",
"io-ts": "^0.7.1",
"jest": "^20.0.4",
"lodash": "^4.17.4",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"mobx-react-router": "^4.0.1",
"moment": "^2.18.1",
"react": "^16.0.0-beta.5",
"react-intl": "^2.4.0",
"react-native": "^0.49.1",
"react-native-better-styles": "^0.1.84",
"react-native-keyboard-spacer": "^0.4.0",
"react-native-linear-gradient": "^2.3.0",
"react-native-swipeout": "^2.2.2",
"react-native-vector-icons": "^4.4.0",
"react-router": "^4.1.2",
"react-router-native": "^4.1.1",
"react-test-renderer": "^16.0.0"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"concurrently": "^3.4.0",
"tslint": "^5.7.0",
"typescript": "^2.5.3"
},
"jest": {
"preset": "react-native"
},
"babel": {
"presets": "react-native"
}
}