-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "fimpo",
"private": true,
"version": "1.0.1",
"scripts": {
"dev": "vite --port 8100",
"build": "tsc && vite build",
"preview": "vite preview",
"ionic:build": "npm run build",
"ionic:serve": "vite --host $HOST --port $PORT"
},
"dependencies": {
"@awesome-cordova-plugins/core": "^5.45.0",
"@awesome-cordova-plugins/google-plus": "^5.45.0",
"@capacitor/android": "4.4.0",
"@capacitor/app": "4.1.1",
"@capacitor/core": "4.8.0",
"@capacitor/haptics": "4.0.1",
"@capacitor/keyboard": "4.1.1",
"@capacitor/status-bar": "4.0.1",
"@ionic/react": "^6.3.3",
"@ionic/react-router": "^6.3.7",
"cordova-plugin-googleplus": "^8.5.2",
"ionicons": "^6.0.2",
"lottie-react": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@capacitor/cli": "4.3.0",
"@ionic/cli": "^6.20.1",
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.2.1",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "10.4.12",
"cordova-res": "0.15.4",
"eslint-config-react-app": "^7.0.1",
"jest-canvas-mock": "^2.4.0",
"postcss": "^8.4.19",
"prettier": "^2.8.8",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.3",
"vite": "^3.2.2",
"web-vitals": "^3.3.1"
}
}