-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.92 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
{
"name": "capacitor-app",
"version": "1.0.0",
"description": "An Amazing Capacitor App",
"main": "index.js",
"keywords": [
"capacitor",
"mobile"
],
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"dev": "npm run start",
"sync": "npx cap sync",
"android": "npm run build && npx cap run android",
"assets": "npx capacitor-assets generate --android",
"compile:before": "npm run build && npm run assets",
"compile": "npm run compile:before && npx cap sync android && cd android/ && ./gradlew build && echo \"\nCompiled over android/app/build/outputs/apk/release\n\"",
"signed": "npm run compile:before && npx cap sync android && cd android/ && ./gradlew assembleRelease --stacktrace && echo \"\nCompiled over android/app/build/outputs/apk/release\n\"",
"bundle": "npm run compile:before && npx cap sync android && cd android/ && ./gradlew bundleRelease --stacktrace && echo \"\nCompiled over android/app/build/outputs/bundle/release\n\""
},
"dependencies": {
"@alpinejs/persist": "^3.13.0",
"@capacitor/android": "^5.4.1",
"@capacitor/app": "^5.0.6",
"@capacitor/core": "latest",
"@glidejs/glide": "^3.6.0",
"alpinejs": "^3.13.0",
"alpinejs-component": "^1.2.4",
"alpinejs-i18n": "^2.4.0",
"encrypt-storage": "^2.12.16",
"lz-string": "^1.5.0",
"pinecone-router": "^3.1.1",
"pinecone-router-middleware-views": "^3.0.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@capacitor/assets": "^3.0.0",
"@capacitor/cli": "latest",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs__persist": "^3.13.1",
"autoprefixer": "^10.4.16",
"dot-env": "^0.0.1",
"dotenv-webpack": "^8.0.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^2.9.13",
"vite-plugin-javascript-obfuscator": "^3.0.3"
},
"author": "",
"license": "ISC"
}