-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
{
"name": "levumi2",
"version": "2.1.0",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix app",
"format": "prettier . --write"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@popperjs/core": "^2.11.8",
"apexcharts": "^3.43.2-0",
"axios": "^1.8.2",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.17",
"core-js": "3",
"date-fns": "^2.29.3",
"deepmerge": "^3.3.0",
"jquery": "^3.4.1",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mobile-device-detect": "^0.4.3",
"pinia": "^2.1.7",
"qr-code-styling": "^1.6.0-rc.1",
"qr-scanner": "^1.2.0",
"sjcl": "^1.0.8",
"vue": "^3.1.0",
"vue-router": "^4.3.2",
"vue3-apexcharts": "^1.5.3"
},
"devDependencies": {
"@prettier/plugin-ruby": "^2.1.0",
"@vitejs/plugin-vue": "^5",
"eslint": "^9",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.3.0",
"postcss": "^8.4.31",
"postcss-nesting": "^10.1.10",
"prettier": "^2.3",
"sass": "^1.53.0",
"unplugin-vue-components": "^0.28",
"vite": "^6",
"vite-plugin-commonjs-externals": "^0.1.4",
"vite-plugin-full-reload": "^1.0.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-ruby": "^5.1.0"
},
"resolutions": {
"dompurify": "^3.2.4",
"canvg": "^4.0.3",
"brace-expansion": "^2.0.2"
}
}