Files
drip/package.json
T
Julia Friesel 31d151dcc2 Update readme
2018-05-29 15:30:39 +02:00

30 lines
816 B
JSON

{
"name": "drip",
"version": "0.0.1",
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",
"Tina Baumann"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "./node_modules/.bin/react-native run-android",
"log": "./node_modules/.bin/react-native log-android",
"test": "mocha --recursive --require babel-core/register test && npm run lint",
"lint": "eslint app test"
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-local-mongodb": "^2.1.0"
},
"devDependencies": {
"babel-preset-react-native": "4.0.0",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"mocha": "^5.2.0",
"react-test-renderer": "16.3.1"
}
}