-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
48
49
{
"name": "frontend",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@primevue/themes": "^4.0.0",
"axios": "^1.2.0",
"buffer": "^6.0.3",
"pinia": "^2.0.27",
"primeicons": "^7.0.0",
"primevue": "^4.0.0",
"tailwindcss-primeui": "^0.3.2",
"vue": "^3.2.45",
"vue-i18n": "^9.8.0",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.3.9",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.8.0",
"postcss": "^8.4.39",
"prettier": "^3.0.3",
"sass": "^1.57.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.24"
}
}