-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 587 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 587 Bytes
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
{
"name": "third-stats",
"version": "1.12.4",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "oxlint",
"getlang": "localazy download",
"setlang": "localazy upload existing"
},
"dependencies": {
"chart.js": "^4.0.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-matrix": "^3.0.0",
"vue": "^3.2.38",
"vue-i18n": "^11.1.10"
},
"devDependencies": {
"@localazy/cli": "^2.0.5",
"@vitejs/plugin-vue": "^6.0.0",
"oxlint": "^1.9.0",
"vite": "^7.1.11"
},
"browserslist": [
"Firefox ESR"
],
"type": "module"
}