-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "partnerize",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "~27.0.0",
"nodemon": "^1.19.2",
"react-native-scripts": "^2.0.1",
"react-test-renderer": "16.3.1",
"eslint-config-prettier": "^6.3.0"
},
"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": "jest",
"seed": "node ./src/client/firebase/seed",
"server": "nodemon ./src/server"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"express": "^4.16.3",
"firebase": "^5.2.0",
"mongodb": "^3.1.1",
"mongojs": "^2.6.0",
"native-base": "^2.13.8",
"react": "16.3.1",
"react-native": "^0.61.1",
"react-native-gifted-chat": "^0.4.3",
"react-navigation": "^2.6.2",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"styled-components": "^3.3.3"
}
}