-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 900 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
{
"name": "pasfica",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^18.17.3",
"nuxt": "^3.12.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.5.1",
"@popperjs/core": "^2.11.8",
"moment": "^2.29.4",
"nuxt-swiper": "^1.2.2",
"pinia": "^2.1.7",
"v-calendar": "^3.0.3",
"vue-multiselect": "^3.0.0",
"vue3-toastify": "^0.1.14",
"vuedraggable": "^4.1.0"
}
}