-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "fancensus",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@heroicons/vue": "^2.2.0",
"@tailwindcss/vite": "^4.0.0-beta.6",
"@tanstack/vue-query": "^5.62.8",
"chart.js": "^4.4.7",
"pinia": "^2.2.6",
"tailwindcss": "^4.0.0-beta.6",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.4.5",
"wordcloud": "^1.2.3"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.2",
"@types/wordcloud": "^1.2.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/tsconfig": "^0.7.0",
"gh-pages": "^6.2.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.5",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
}
}