-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 869 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
{
"name": "union",
"version": "1.0.0",
"description": "Find the others — create groups with their own currencies",
"private": true,
"scripts": {
"dev": "npx http-server . -p 3000 -c-1",
"build": "node scripts/sync-www.js && node scripts/stamp-build.js",
"cap:sync": "npm run build && npx cap sync",
"cap:sync:ios": "npm run build && npx cap sync ios",
"cap:sync:android": "npm run build && npx cap sync android",
"seed:demo": "node scripts/seed-demo-accounts.js"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@capacitor/android": "^6.2.1",
"@capacitor/cli": "^6.2.1",
"@capacitor/core": "^6.2.1",
"@capacitor/haptics": "^6.0.3",
"@capacitor/ios": "^6.2.1",
"@capacitor/push-notifications": "^6.0.5",
"@capacitor/screen-orientation": "^6.0.4",
"@capacitor/status-bar": "^6.0.3"
}
}