-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "smart-reports",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"postinstall": "cd node_modules/grid-layout-plus && npm i && npm run build"
},
"dependencies": {
"@mdi/font": "7.0.96",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"grid-layout-plus": "https://github.com/filippo-biondi/grid-layout-plus/tarball/main",
"html2canvas": "^1.4.1",
"pinia": "^2.0.23",
"roboto-fontface": "*",
"three-dots": "^0.3.2",
"vue": "^3.2.25",
"vue-advanced-chat": "^2.0.10",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.0.3",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.20"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/node": "^18.15.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"sass": "^1.69.7",
"typescript": "^5.0.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.2.0"
}
}