-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.75 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
{
"name": "appClub",
"version": "0.0.1",
"private": true,
"dependencies": {
"@capacitor/android": "^1.5.1",
"@capacitor/core": "1.5.1",
"@ionic-native/core": "^5.22.0",
"@ionic-native/file": "^5.22.0",
"@ionic-native/file-opener": "^5.22.0",
"@ionic/react": "^4.11.0",
"@ionic/react-router": "^4.11.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.12",
"@types/pdfmake": "^0.1.9",
"@types/pouchdb-upsert": "^2.2.6",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-phone-number-input": "^3.0.0",
"@types/react-router": "^5.1.1",
"@types/react-router-dom": "^5.1.0",
"base-64": "^0.1.0",
"bcrypt-nodejs": "0.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-opener2": "^3.0.0",
"ionicons": "^4.6.3",
"pdfmake": "^0.1.63",
"pouchdb": "^7.1.1",
"pouchdb-authentication": "^1.1.3",
"pouchdb-find": "^7.1.1",
"pouchdb-upsert": "^2.2.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-phone-number-input": "^3.0.15",
"react-router": "^5.1.0",
"react-router-dom": "^5.1.0",
"react-scripts": "3.2.0",
"typescript": "3.6.3",
"utf8": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "An Ionic project",
"devDependencies": {
"@capacitor/cli": "1.5.1",
"@types/pouchdb": "^6.4.0"
}
}