-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"webbuild": "expo build:web && rm -rf ./docs && mv ./web-build docs",
"test": "jest",
"test:watch": "npm test --watch",
"coverage": "npm run test --coverage"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"bootstrap": "^4.5.3",
"expo": "~39.0.2",
"expo-status-bar": "~1.0.2",
"html2canvas": "^1.0.0-rc.7",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.14.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-testing-library": "^6.0.0",
"react-native-web": "~0.13.12",
"reactstrap": "^8.6.0"
},
"devDependencies": {
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/reactstrap": "^8.5.1",
"react-native-web": "~0.13.7",
"typescript": "~3.9.5"
},
"private": true,
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"format:check": "prettier -c 'src/**/*.{ts,tsx}'",
"homepage": "https://elmowater.github.io/rea_pizzalab/"
}