-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.94 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 2.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "app.eduprime.chat",
"type": "module",
"version": "0.0.4",
"private": true,
"description": "Gestão Pedagógica",
"engines": {
"nodejs": ">=18.18.0"
},
"scripts": {
"ionic:serve": "vite",
"vite": "vite",
"dev": "ionic serve --browser firefox",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "eslint . --ext .ts,.vue --fix",
"prepare": "husky install",
"type-check": "vue-tsc --noEmit",
"prisma-dataload": "bun prisma/roles.ts && bun prisma/seed.ts",
"seed:script": "./prisma/seed_script.sh"
},
"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.7.2",
"@prisma/client": "^6.2.1",
"@supabase/postgrest-js": "^1.17.7",
"@types/luxon": "^3.4.2",
"@types/swiper": "^6.0.0",
"@uppy/core": "^4.4.3",
"@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.2.2",
"@uppy/vue": "^2.1.1",
"@vee-validate/rules": "^4.15.0",
"@vue/runtime-core": "^3.5.13",
"@vueuse/core": "^12.2.0",
"better-auth": "^1.1.7",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"decimal.js": "^10.5.0",
"echarts": "^5.6.0",
"imask": "^7.6.1",
"ionicons": "^7.4.0",
"jwt-decode": "^4.0.0",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate-2": "^2.0.28",
"primeicons": "^7.0.0",
"swiper": "^11.1.15",
"tus-js-client": "^4.2.3",
"ulid": "^2.3.0",
"validations-br": "^1.4.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-multiselect": "^3.2.0",
"vue-router": "^4.5.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@eslint/js": "^9.23.0",
"@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.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^10.0.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"prettier": "^3.5.3",
"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-eslint-parser": "^10.1.1",
"vue-tsc": "^2.2.0"
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --fix"
}
}