-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.66 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
{
"name": "Spiral",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios --simulator='iPhone Xʀ'",
"build": "react-native run-ios --configuration Release",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "~1.4.2",
"bluebird": "~3.5.5",
"color": "~3.1.1",
"d3-shape": "~1.3.5",
"deep-assign": "~2.0.0",
"events": "~3.0.0",
"immutable": "~3.8.2",
"lodash": "~4.17.11",
"mobx": "~5.9.4",
"mobx-react": "~5.4.4",
"moment": "~2.24.0",
"native-base": "~2.12.1",
"react": "~16.8.6",
"react-native": "~0.59.8",
"react-native-calendars": "~1.145.0",
"react-native-collapsible": "~1.4.0",
"react-native-emoji": "~1.7.0",
"react-native-gesture-handler": "~1.2.1",
"react-native-invertible-scroll-view": "~1.1.1",
"react-native-svg": "~9.4.0",
"react-native-typography": "~1.4.0",
"react-native-vector-icons": "~6.4.2",
"react-navigation": "~3.11.0",
"serializr": "~1.5.1",
"svg-intersections": "~0.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "~7.4.4",
"babel-eslint": "~10.0.1",
"babel-jest": "~24.8.0",
"eslint": "~5.16.0",
"eslint-config-twipped": "~3.1.0",
"eslint-plugin-jest": "~22.6.4",
"eslint-plugin-node": "~9.1.0",
"eslint-plugin-promise": "~4.1.1",
"eslint-plugin-react": "~7.13.0",
"eslint-plugin-react-native": "~3.7.0",
"jest": "~24.8.0",
"metro-react-native-babel-preset": "~0.54.1",
"react-test-renderer": "~16.8.6"
},
"jest": {
"preset": "react-native"
}
}