-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 945 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 945 Bytes
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
{
"name": "plottr_native",
"version": "1.0.9",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-expo": "^22.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"dependencies": {
"node-random-chars": "^1.0.2",
"pltr": "Plotinator/pltr#v1.0.1",
"react": "^16.0.0",
"react-native": "0.52.0",
"react-native-color-picker": "^0.4.0",
"react-native-mixpanel": "^0.0.16",
"react-native-prompt-android": "^0.3.4",
"react-native-sortable-list": "^0.0.21",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6"
}
}