-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "koord2ool",
"private": true,
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/ --fix",
"format": "prettier --write \"src/**/*.{ts,vue}\"",
"lint_and_format": "npm run lint && npm run format",
"test": "vitest"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vueform/slider": "^2.1.10",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-chart-financial": "^0.2.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.30",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.4.0",
"vuetify": "^3.6.10"
},
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@types/node": "^20.14.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vueform/slider": "^2.1.10",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.6.0",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
}
}