This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
90 lines (90 loc) · 2.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "Dulce",
"author": "Dulce Work Schedule",
"description": "Dulce é um aplicativo para gerenciamento de escalas e análise/monitoramento de indicadores de saúde",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/Dulce-Work-Schedule/2018.1-Dulce_App"
},
"homepage": "https://Dulce-Work-Schedule.github.io/2018.1-Dulce_App/",
"license": "MIT",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "./node_modules/jest/bin/jest.js --updateSnapshot --runInBand",
"test:watch": "./node_modules/jest/bin/jest.js --updateSnapshot --watch --runInBand",
"lint": "./node_modules/eslint/bin/eslint.js src __tests__",
"coverage": "rimraf coverage && ./node_modules/jest/bin/jest.js --updateSnapshot --runInBand --coverage",
"coveralls": "./node_modules/coveralls/bin/coveralls.js"
},
"bugs": "https://github.com/Dulce-Work-Schedule/2018.1-Dulce_App/issues",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.3.5",
"chai": "^4.1.2",
"event-emitter": "^0.3.4",
"immutable": "^3.7.6",
"lodash": "^4.11.0",
"moment": "^2.12.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-native": "^0.54.0",
"react-native-calendars": "^1.19.3",
"react-native-form-validator": "^0.2.0",
"react-native-image-picker": "^0.26.10",
"react-native-modal": "^6.0.0",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-popup-dialog": "^0.11.46",
"react-native-side-menu": "^1.1.3",
"react-native-ui-kitten": "^3.0.1",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.9",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"standard-http-error": "^2.0.0",
"tcomb-form-native": "^0.6.13"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"babel-core": "^6.9.0",
"babel-eslint": "^7.1.0",
"babel-jest": "^22.4.1",
"babel-polyfill": "^6.9.0",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"coveralls": "^3.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^3.19.0",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-react": "^6.0.0",
"fetch-mock": "^5.5.0",
"istanbul": "1.0.0-alpha.2",
"jest": "^22.4.3",
"plop": "^1.7.4",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^16.0.0",
"react-native-mock": "~0.2.5",
"react-native-user-avatar": "^1.0.3",
"react-test-renderer": "16.3.0-alpha.3",
"remote-redux-devtools": "^0.5.7",
"rimraf": "^2.5.2"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js?$": "babel-jest"
},
"transformIgnorePatterns": [
"!node_modules/react-runtime"
]
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}