forked from standardnotes/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 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
33
34
35
{
"name": "StandardNotes",
"version": "2.1.36",
"versionIOS": "2.1.36",
"versionAndroid": "2.1.36",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"base-64": "^0.1.0",
"bugsnag-react-native": "^2.3.2",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-keychain": "^1.2.1",
"react-native-search-box": "0.0.11",
"react-native-store-review": "^0.1.3",
"react-native-vector-icons": "^4.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "21.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-native": "3.0.2",
"jest": "21.0.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}