-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 KB
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
{
"name": "template-vite-react-tailwind-v3",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"host": "vite --host"
},
"dependencies": {
"@capacitor-firebase/authentication": "^5.1.0",
"@capacitor/android": "^5.3.0",
"@capacitor/core": "^5.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@react-pdf/renderer": "^3.1.12",
"@react-spring/web": "^9.5.5",
"@vidstack/react": "^0.6.13",
"axios": "^1.5.0",
"firebase": "^10.3.1",
"framer-motion": "^10.16.2",
"react": "^18.2.0",
"react-code-blocks": "^0.1.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-flip-toolkit": "^7.1.0",
"react-ionicons": "^4.2.1",
"react-router-dom": "^6.15.0",
"react-slick": "^0.29.0",
"react-spinners-kit": "^1.9.1",
"react-textarea-autosize": "^8.5.3",
"slick-carousel": "^1.8.1",
"vidstack": "^0.6.13"
},
"devDependencies": {
"@capacitor/cli": "^5.3.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.47.0",
"eslint-config-react-app": "^7.0.1",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"vitawind": "^2.2.4",
"vite": "^2.7.2",
"vite-plugin-eslint": "^1.8.1"
}
}