-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.66 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.66 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
{
"name": "obs-reader",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3031",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"cap:sync": "npx cap sync",
"cap:dev": "npx cap run android",
"icons": "npx capacitor-assets generate",
"android": "yarn icons && yarn build && yarn cap:sync"
},
"dependencies": {
"@capacitor/android": "^5.2.2",
"@capacitor/cli": "^5.2.2",
"@capacitor/core": "^5.2.2",
"@texttree/obs-format-convert-rcl": "^0.4.2",
"axios": "^1.7.2",
"axios-cache-interceptor": "^1.5.3",
"country-flag-icons": "^1.5.12",
"framework7-icons": "^5.0.5",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"jszip": "^3.10.1",
"konsta": "^3.1.3",
"localforage": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.0.3",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11"
}
}