-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "skinscan",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"ios": "next build && next export && npx cap sync && npx cap run ios"
},
"dependencies": {
"@awesome-cordova-plugins/camera-preview": "^5.44.0",
"@capacitor-firebase/authentication": "^0.5.0",
"@capacitor/android": "^3.0.1",
"@capacitor/camera": "^1.3.1",
"@capacitor/cli": "^3.0.1",
"@capacitor/core": "^3.0.1",
"@capacitor/ios": "^3.0.1",
"@capacitor/status-bar": "^1.0.1",
"@capacitor/storage": "^1.2.5",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/react": "^6.1.12",
"@ionic/react-router": "^6.1.12",
"@ionic/storage": "^3.0.6",
"autoprefixer": "^10.2.6",
"classnames": "^2.2.6",
"cordova-plugin-camera-preview": "^0.12.3",
"firebase": "^9.9.1",
"next": "^12.2.0",
"pnpm": "^7.6.0",
"postcss": "^8.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"react-virtuoso": "^1.1.1",
"tailwindcss": "^2.2.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"ionicons": "^5.2.3",
"prettier": "^2.2.1",
"pullstate": "1.24",
"react-use-gesture": "^9.1.3",
"reselect": "^4.0.0",
"typescript": "^4.7.4"
}
}