-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "flouflix",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && npx cap sync",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^4.7.0",
"@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.7.0",
"@capacitor/network": "^4.1.0",
"@capacitor/preferences": "^4.0.2",
"@capacitor/status-bar": "^4.1.1",
"@capacitor/toast": "^4.1.0",
"@capawesome/capacitor-screen-orientation": "^2.0.2",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hugotomazi/capacitor-navigation-bar": "^2.0.1",
"capacitor-video-player": "^4.6.2-3",
"framer-motion": "^10.12.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0"
},
"devDependencies": {
"@capacitor/cli": "^4.7.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0",
"vite-plugin-compression": "^0.5.1"
}
}