-
Julia Friesel authoredJulia Friesel authored
This project manages its dependencies using npm.
Learn more
package.json 1.45 KiB
{
"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 | grep -v 'Warning: isMounted(...) is deprecated'",
"test": "mocha --recursive --require @babel/register test && npm run lint",
"test-watch": "mocha --recursive --require @babel/register --watch test",
"lint": "eslint components lib test"
},
"dependencies": {
"assert": "^1.4.1",
"date-range": "0.0.2",
"js-base64": "^2.4.8",
"js-joda": "^1.8.2",
"moment": "^2.22.1",
"object-path": "^0.11.4",
"react": "16.4.1",
"react-native": "^0.56.0",
"react-native-calendars": "^1.19.3",
"react-native-modal-datetime-picker-nevo": "^4.11.0",
"react-native-share": "^1.1.0",
"react-native-simple-radio-button": "^2.7.1",
"react-native-vector-icons": "^5.0.0",
"react-native-slowlog": "^1.0.2",
"react-navigation": "^2.0.4",
"realm": "^2.7.1",
"uuid": "^3.2.1"
},
"devDependencies": {
"@babel/register": "^7.0.0-beta.55",
"babel-preset-react-native": "^5.0.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"mocha": "^5.2.0",
"react-test-renderer": "16.3.1"
}
}