-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "parformance",
"version": "1.1.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "echo 'No linter configured yet' && exit 0",
"validate:drills": "node ./scripts/validate-drills.mjs",
"a11y:axe": "node ./scripts/axe-check.mjs"
},
"dependencies": {
"@capacitor-community/sqlite": "^7.0.2",
"@capacitor/android": "^7.4.3",
"@capacitor/app": "^7.1.0",
"@capacitor/core": "^7.4.3",
"@capacitor/filesystem": "^7.1.4",
"@capacitor/haptics": "^7.0.4",
"@capacitor/preferences": "^7.0.2",
"@capacitor/share": "^7.0.2",
"@capacitor/status-bar": "^7.0.3",
"@octokit/rest": "^22.0.0",
"pinia": "^3.0.3",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"yaml": "^2.8.1"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.4.3",
"@vitejs/plugin-vue": "^6.0.1",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.20",
"axe-core": "^4.9.1",
"eslint": "^9.39.0",
"eslint-plugin-vue": "^10.5.1",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^8.0.2"
}
}