-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 876 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
{
"name": "josa-portal-web",
"version": "1.0.0",
"description": "JOSA Portal Web App",
"author": "JOSA",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/moment": "^1.6.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@smartweb/vue-flash-message": "^0.6.4",
"nuxt": "^2.14.1",
"nuxt-fontawesome": "^0.4.0",
"nuxt-i18n": "^6.8.1",
"nuxt-leaflet": "0.0.21",
"vue2-filters": "^0.11.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.0.0",
"tailwindcss-dir": "^4.0.0"
}
}