-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 727 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 727 Bytes
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
{
"name": "dot",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "concurrently -n server,build \"react-native start\" \"react-native run-android --verbose\""
},
"dependencies": {
"concurrently": "^7.0.0",
"react": "17.0.2",
"react-native": "0.67.1",
"react-native-paper": "^4.11.2",
"react-native-system-navigation-bar": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.15",
"eslint": "7.14.0",
"metro-react-native-babel-preset": "^0.66.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
}
}