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

33 lines
829 B
JSON
Raw Normal View History

2017-05-06 16:37:28 +02:00
{
2017-05-09 21:56:01 +02:00
"name": "AwesomeProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
2017-05-16 23:05:53 +02:00
"react-native-action-button": "^2.6.9",
2017-05-16 21:12:37 +02:00
"react-native-checkbox": "^1.1.0",
2017-05-16 22:25:19 +02:00
"react-native-popup-menu": "^0.7.4",
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",
"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",
"react-test-renderer": "16.0.0-alpha.6",
"redux": "3.6.0",
"react-redux": "4.4.8",
"query-string": "4.3.4",
"react-native-sqlite-storage": "3.3.*"
},
"jest": {
"preset": "react-native"
}
}