mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
33 lines
829 B
JSON
33 lines
829 B
JSON
{
|
|
"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",
|
|
"react-native-action-button": "^2.6.9",
|
|
"react-native-checkbox": "^1.1.0",
|
|
"react-native-popup-menu": "^0.7.4",
|
|
"react-native-vector-icons": "^2.0.3",
|
|
"react-navigation": "^1.0.0-beta.9",
|
|
"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",
|
|
"redux": "3.6.0",
|
|
"react-redux": "4.4.8",
|
|
"query-string": "4.3.4",
|
|
"react-native-sqlite-storage": "3.3.*"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|