mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "Joplin",
|
|
"description": "Joplin for Android",
|
|
"license": "MIT",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"form-data": "^2.1.4",
|
|
"html-entities": "^1.2.1",
|
|
"moment": "^2.18.1",
|
|
"query-string": "4.3.4",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "0.46.0",
|
|
"react-native-action-button": "^2.6.9",
|
|
"react-native-dialogbox": "^0.6.6",
|
|
"react-native-fetch-blob": "^0.10.6",
|
|
"react-native-fs": "^2.3.3",
|
|
"react-native-popup-menu": "^0.7.4",
|
|
"react-native-side-menu": "^0.20.1",
|
|
"react-native-sqlite-storage": "3.3.*",
|
|
"react-native-vector-icons": "^2.0.3",
|
|
"react-redux": "4.4.8",
|
|
"redux": "3.6.0",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "19.0.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"jest": "19.0.2",
|
|
"react-test-renderer": "16.0.0-alpha.6"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|