-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 845 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
27
28
29
30
31
32
33
{
"name": "xcomps",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cap": "vite build && npx cap sync && npx cap open android",
"cap_build": "vite build && npx cap sync"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"autoprefixer": "^10.4.21",
"daisyui": "^4.12.24",
"postcss": "^8.5.6",
"svelte": "^5.37.3",
"tailwindcss": "^3.4.17",
"vite": "^7.1.0"
},
"dependencies": {
"@capacitor/android": "^7.4.2",
"@capacitor/cli": "^7.4.2",
"@capacitor/core": "^7.4.2",
"@capacitor/filesystem": "^7.1.4",
"@capacitor/preferences": "^7.0.2",
"cheerio": "^1.1.2",
"core-js": "^3.45.0",
"xmlbuilder": "^15.1.1"
}
}