-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1011 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
38
39
40
41
{
"name": "meffin-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@auth0/auth0-vue": "^2.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"daisyui": "^3.7.4",
"express": "^4.18.1",
"highlight.js": "^11.8.0",
"morgan": "^1.10.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.3",
"vite": "^2.9.16"
},
"prettier": {
"singleQuote": false,
"semi": true
}
}