-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 893 Bytes
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
{
"name": "ios-simulator-desktop",
"version": "1.0.0",
"description": "An Electron-based iOS Simulator using Playwright WebKit",
"main": "src/main/main.js",
"scripts": {
"start": "concurrently \"npm run dev:renderer\" \"npm run dev:electron\"",
"cli": "node index.js",
"dev:renderer": "vite",
"dev:electron": "cross-env NODE_ENV=development electron .",
"build": "vite build"
},
"dependencies": {
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"electron": "^28.1.0",
"minimist": "^1.2.8",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11"
},
"keywords": [
"playwright",
"ios",
"simulation",
"electron",
"react"
]
}