-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.71 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
{
"name": "nextjs-tailwind-capacitor",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@awesome-cordova-plugins/document-scanner": "^5.42.0",
"@capacitor/android": "^3.0.1",
"@capacitor/core": "3.5.1",
"@capacitor/ios": "^3.0.1",
"@capacitor/status-bar": "^1.0.1",
"@ionic/cli": "^6.19.1",
"@ionic/react": "file:lib/ionic-react-5.4.4.tgz",
"@ionic/react-router": "^5.5.2",
"@reach/combobox": "^0.17.0",
"@react-google-maps/api": "^2.11.4",
"@types/node": "^17.0.35",
"autoprefixer": "^10.2.6",
"classnames": "^2.2.6",
"cordova-plugin-document-scanner": "^4.2.7",
"firebase": "^9.8.1",
"next": "^12.1.6",
"postcss": "^8.3.5",
"react": "17.0.1",
"react-camera-pro": "^1.1.1",
"react-dom": "17.0.1",
"react-file-base64": "^1.0.3",
"react-firebase-hooks": "^5.0.3",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.31.2",
"react-router-dom": "^5.2.0",
"react-virtuoso": "^1.1.1",
"swr": "^1.3.0",
"tailwindcss": "^2.2.0",
"use-places-autocomplete": "^3.0.0"
},
"devDependencies": {
"@capacitor/cli": "3.5.1",
"@types/ionic": "^3.19.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"awesome-typescript-loader": "^5.2.1",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"ionicons": "^5.2.3",
"prettier": "^2.2.1",
"pullstate": "^1.20.5",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3",
"reselect": "^4.0.0",
"source-map-loader": "^3.0.1",
"typescript": "^4.6.4"
}
}