-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 759 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "dictionnaire-philosophie",
"version": "1.0.0",
"description": "Dictionnaire de Philosophie — Application mobile offline",
"main": "index.js",
"scripts": {
"build": "echo 'Static app — no build needed'",
"cap:sync": "npx cap sync android",
"cap:open": "npx cap open android",
"cap:build": "cd android && ./gradlew assembleRelease",
"cap:build:debug": "cd android && ./gradlew assembleDebug"
},
"dependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/preferences": "^6.0.0"
}
}