-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.46 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
{
"name": "sa-toolkit-pro",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cap:assets:prepare": "node scripts/generate-android-assets.mjs",
"cap:assets": "npm run cap:assets:prepare && npx capacitor-assets generate --android",
"build:android": "node scripts/capacitor-build.mjs && node scripts/patch-android.mjs",
"cap:sync": "npx cap sync android",
"cap:open:android": "npx cap open android",
"android:keystore": "node scripts/create-keystore.mjs",
"android:bundle": "cd android && .\\gradlew.bat bundleRelease"
},
"dependencies": {
"@capacitor/android": "^8.3.4",
"@capacitor/cli": "^8.3.4",
"@capacitor/core": "^8.3.4",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.2",
"clsx": "^2.1.1",
"framer-motion": "^11.18.0",
"lucide-react": "^0.469.0",
"next": "^15.1.0",
"next-intl": "^3.26.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@eslint/eslintrc": "^3.2.0",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}