-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.03 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.03 KB
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
58
59
60
61
62
63
64
65
66
67
{
"name": "Stride",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "^21.0.2",
"react-native-scripts": "1.5.0",
"react-test-renderer": "^16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo",
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupTestFrameworkScriptFile": "./jest_setup.js",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-clone-referenced-element|expo(nent)?|@expo(nent)?/.*|react-navigation|native-base))"
]
},
"dependencies": {
"@shoutem/ui": "^0.21.3",
"art": "^0.10.1",
"arty-charty": "^1.0.4",
"babel-jest": "^21.2.0",
"d3": "^4.12.0",
"d3-shape": "^1.2.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.12.1",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"expo": "^21.0.3",
"exponent": "^14.0.0",
"jest": "^21.2.1",
"jest-serializer-enzyme": "^1.0.0",
"material-ui-search-bar": "^0.4.1",
"moment": "^2.19.3",
"native-base": "^2.3.3",
"react": "16.0.0-alpha.12",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0",
"react-native": "^0.48.4",
"react-native-datepicker": "^1.6.0",
"react-native-elements": "^0.17.0",
"react-native-linear-gradient": "^2.3.0",
"react-native-material-ui": "^1.15.0",
"react-native-pathjs-charts": "0.0.31",
"react-native-search-bar": "^3.0.2",
"react-native-svg": "5.4.1",
"react-native-toolbar": "^1.0.7",
"react-native-vector-icons": "^4.4.2",
"react-native-video": "^2.0.0",
"react-navigation": "^1.0.0-beta.21"
},
"rnpm": {
"fonts": "./assets/fonts"
}
}