1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/ReactNativeClient/package.json

39 lines
1010 B
JSON
Raw Normal View History

2017-05-06 16:37:28 +02:00
{
2017-07-08 00:25:03 +02:00
"name": "Joplin",
"description": "Joplin for Android",
"license": "MIT",
"version": "0.8.0",
2017-05-09 21:56:01 +02:00
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"form-data": "^2.1.4",
2017-06-11 23:11:14 +02:00
"moment": "^2.18.1",
2017-07-10 23:34:26 +02:00
"query-string": "4.3.4",
2017-07-06 23:30:45 +02:00
"react": "16.0.0-alpha.12",
"react-native": "0.46.0",
2017-05-16 23:05:53 +02:00
"react-native-action-button": "^2.6.9",
2017-07-06 23:30:45 +02:00
"react-native-fetch-blob": "^0.10.6",
2017-06-11 23:11:14 +02:00
"react-native-fs": "^2.3.3",
2017-05-16 22:25:19 +02:00
"react-native-popup-menu": "^0.7.4",
2017-05-24 21:09:46 +02:00
"react-native-side-menu": "^0.20.1",
2017-07-10 23:34:26 +02:00
"react-native-sqlite-storage": "3.3.*",
2017-05-16 21:12:37 +02:00
"react-native-vector-icons": "^2.0.3",
2017-05-11 22:14:01 +02:00
"react-navigation": "^1.0.0-beta.9",
2017-07-08 00:25:03 +02:00
"react-redux": "4.4.8",
2017-07-10 23:34:26 +02:00
"redux": "3.6.0",
"uuid": "^3.0.1"
2017-05-09 21:56:01 +02:00
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
2017-07-08 00:25:03 +02:00
"react-test-renderer": "16.0.0-alpha.6"
2017-05-09 21:56:01 +02:00
},
"jest": {
"preset": "react-native"
}
}