-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.86 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.86 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
55
56
57
58
59
{
"name": "magicscouting",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host :: --port 8080",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev"
},
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^8.0.0",
"@carbon/charts-svelte": "^1.27.2",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/eslint": "8.56.0",
"autoprefixer": "^10.4.17",
"daisyui": "^4.12.23",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
},
"type": "module",
"prepare": "svelte-kit sync",
"dependencies": {
"@capacitor-mlkit/barcode-scanning": "^7.0.0",
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/device": "^8.0.0",
"@capacitor/keyboard": "^8.0.0",
"@capacitor/preferences": "^8.0.0",
"@capawesome/capacitor-app-update": "^8.0.2",
"@capawesome/capacitor-live-update": "^8.1.0",
"@flaticon/flaticon-uicons": "^3.3.1",
"qrcode": "^1.5.4",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.3",
"yaml": "^2.8.2"
}
}