-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 KB
/
package.json
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
{
"name": "capacitor-http-tester",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "esbuild src/server.tsx --platform=node --bundle --outfile=server.js && esbuild src/index.tsx --bundle --outfile=www/index.js && cap copy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silviogutierrez/capacitor-http-tester.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/silviogutierrez/capacitor-http-tester/issues"
},
"homepage": "https://github.com/silviogutierrez/capacitor-http-tester#readme",
"dependencies": {
"@capacitor/android": "^4.6.1",
"@capacitor/cli": "^4.6.1",
"@capacitor/core": "^4.6.1",
"@capacitor/ios": "^4.6.1",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.15",
"@types/multer": "^1.4.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"cookie-parser": "^1.4.6",
"esbuild": "^0.16.8",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
}
}