-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "savey",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"host": "vite --host",
"prod": "vite --mode production",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev"
},
"dependencies": {
"@capacitor/android": "6.1.2",
"@capacitor/app": "6.0.1",
"@capacitor/cli": "6.1.2",
"@capacitor/core": "6.1.2",
"@capacitor/haptics": "6.0.1",
"@capacitor/keyboard": "6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "6.0.1",
"@tailwindcss/postcss": "^4.0.8",
"@tailwindcss/vite": "^4.0.8",
"antd": "^5.21.0",
"firebase": "^10.13.2",
"libsodium-wrappers": "^0.7.15",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"send-intent": "^6.0.2",
"styled-components": "^6.1.13",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/crypto-js": "^4.2.2",
"@types/libsodium-wrappers": "^0.7.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.5.3",
"sass": "^1.85.0",
"sass-embedded": "^1.85.0",
"tailwindcss": "^4.0.8",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"description": "...",
"main": "eslint.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}