-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.82 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
64
65
66
67
{
"name": "modevice",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "mobrowser dev",
"dev:build": "mobrowser dev:build",
"build": "mobrowser build",
"pack": "mobrowser pack",
"gen": "mobrowser gen",
"mobrowser": "mobrowser",
"lint": "eslint . --max-warnings=0",
"typecheck": "tsc --noEmit && tsc -p tsconfig.node.json --noEmit"
},
"dependencies": {
"@mobrowser/api": "2.13.0",
"@mobrowser/cli": "2.13.0",
"@mobrowser/native": "2.13.0",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.503.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7"
},
"optionalDependencies": {
"@mobrowser/sdk-darwin-arm64": "2.13.0",
"@mobrowser/sdk-linux-x64": "2.13.0",
"@mobrowser/sdk-win-x64": "2.13.0"
},
"allowScripts": {
"@mobrowser/sdk-darwin-arm64@2.13.0": true,
"fsevents@2.3.3": true
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.2",
"@types/node": "^20.11.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@vitejs/plugin-react": "^6.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"postcss": "^8.4.33",
"tailwindcss": "^4.1.4",
"tar-stream": "3.2.0",
"ts-proto": "^2.10.1",
"typescript": "^5.8.3",
"vite": "^8.0.0"
},
"engines": {
"node": "^20.20.2 || ^22.22.2 || >=24.14.1"
},
"overrides": {
"@mobrowser/cli": {
"adm-zip": "0.6.0",
"tar-stream": "3.1.7"
}
}
}