-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.28 KB
/
package.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "app.eduprime.chat",
"type": "module",
"version": "0.0.4",
"private": true,
"description": "Gestão Pedagógica",
"scripts": {
"vite": "vite",
"dev": "ionic serve --browser firefox",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint --config ./eslint.config.js . --fix",
"type-check": "vue-tsc --noEmit",
"prisma-dataload": "bun prisma/roles.ts && bun prisma/seed.ts"
},
"dependencies": {
"@antfu/eslint-config": "^3.12.1",
"@capacitor/app": "^6.0.2",
"@capacitor/assets": "^3.0.5",
"@capacitor/core": "^6.2.0",
"@capacitor/haptics": "^6.0.2",
"@capacitor/keyboard": "^6.0.3",
"@capacitor/status-bar": "^6.0.2",
"@ionic/core": "^8.4.1",
"@ionic/vue": "^8.4.1",
"@ionic/vue-router": "^8.4.1",
"@maskito/core": "^3.2.1",
"@maskito/vue": "^3.2.1",
"@prisma/client": "^6.2.1",
"@supabase/postgrest-js": "^1.17.7",
"@types/luxon": "^3.4.2",
"@uppy/core": "^4.3.1",
"@uppy/dashboard": "^4.1.3",
"@uppy/drag-drop": "^4.0.5",
"@uppy/file-input": "^4.0.4",
"@uppy/progress-bar": "^4.1.0",
"@uppy/tus": "^4.1.5",
"@uppy/vue": "^2.0.3",
"@vueuse/core": "^12.2.0",
"better-auth": "^1.1.7",
"cors": "^2.8.5",
"echarts": "^5.6.0",
"ionicons": "^7.4.0",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate-2": "^2.0.28",
"swiper": "^11.1.15",
"tus-js-client": "^4.2.3",
"ulid": "^2.3.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"prisma": "^6.2.1",
"sass": "^1.83.0",
"terser": "^5.37.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
},
"engines": {
"nodejs": ">=18.18.0"
}
}