-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "@next/extension",
"private": true,
"version": "2.0.0",
"description": "Adiciona funcionalidades novas em sistemas da UFABC",
"engines": {
"node": ">22"
},
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"fmt": "biome format ./src --write",
"lint": "biome lint ./src"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/lodash-es": "^4.17.12",
"@types/mustache": "^4.2.5",
"@types/toastify-js": "^1.12.3",
"@wxt-dev/module-vue": "^1.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vue-router": "^4.5.0",
"vue-tsc": "^2.0.29",
"wxt": "^0.19.19"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"change-case": "^5.4.4",
"dayjs": "^1.11.13",
"element-plus": "^2.8.4",
"highcharts": "^12.0.1",
"highcharts-vue": "^2.0.1",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.447.0",
"mustache": "^4.2.0",
"ofetch": "^1.4.0",
"toastify-js": "^1.12.0",
"vue": "^3.5.12",
"vue-sonner": "^1.2.5",
"vuedraggable": "^4.1.0"
}
}