forked from Futurice-project/Friendship-App
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.97 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
{
"name": "friendship",
"author": "Futurice",
"description": "Friendship app",
"license": "MIT",
"homepage": "https://github.com/futurice/Friendship-App",
"bugs": "https://github.com/futurice/Friendship-App/issues",
"repository": {
"type": "git",
"url": "https://github.com/futurice/Friendship-App"
},
"version": "1.0.0",
"private": true,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.0.6",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"fetch-mock": "^6.3.0",
"husky": "^0.14.3",
"jest-expo": "~26.0.0",
"lint-staged": "^4.0.4",
"prettier": "1.6.1",
"prop-types": "^15.6.1",
"react-dom": "^16.0.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "^16.0.0-alpha.12",
"redux-mock-store": "^1.5.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js -u && echo \"Full report in browser: file://${PWD}/coverage/index.html \" ",
"test-watch": "node node_modules/jest/bin/jest.js --watch && echo \"Full report in browser: file://${PWD}/coverage/index.html \" ",
"precommit": "lint-staged",
"prettier": "prettier --single-quote --trailing-comma all --write \"{,!(android|ios|node_modules)/**/}*.js\""
},
"lint-staged": {
"*.js": [
"prettier --single-quote --trailing-comma all --write",
"git add"
]
},
"dependencies": {
"babel-preset-expo": "^4.0.0",
"babel-register": "^6.26.0",
"expo": "27.0.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"lodash.throttle": "^4.1.1",
"moment": "^2.20.1",
"react": "16.3.1",
"react-moment": "^0.7.0",
"react-native": "0.55.2",
"react-native-datepicker": "^1.6.0",
"react-native-dropdown": "^0.0.6",
"react-native-elements": "^0.17.0",
"react-native-hide-with-keyboard": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-material-dropdown": "^0.11.0",
"react-native-modal": "^4.1.1",
"react-native-picker-select": "^2.0.1",
"react-native-popup-menu": "^0.12.2",
"react-native-responsive-image": "^2.3.1",
"react-native-reversed-flat-list": "^1.0.2",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-slider": "^0.11.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"react-timestamp": "^4.3.1",
"redux": "^3.7.2",
"redux-api": "^0.11.0",
"redux-form": "^7.2.3",
"redux-persist": "^4.8.3",
"redux-thunk": "^2.2.0",
"styled-components": "^2.1.2"
}
}