-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 881 Bytes
/
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
{
"name": "gstats",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist -f"
},
"dependencies": {
"@vueuse/core": "^10.11.1",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2"
},
"devDependencies": {
"@types/node": "^20.17.10",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"gh-pages": "^5.0.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.2.0"
},
"author": {
"name": "Eshan Roy",
"email": "m.eshanized@gmail.com",
"url": "https://eshanized.github.io"
},
"license": "MIT",
"homepage": "https://eshanized.github.io/GStats"
}