-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "Dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/pwa": "^3.3.5",
"bootstrap": "^4.6.1",
"core-js": "^3.19.3",
"inuitcss": "^6.0.0",
"nuxt": "^2.15.8",
"nuxt-route-meta": "^2.3.4",
"sass-mq": "^6.0.0",
"v-jsoneditor": "^1.4.5",
"v-runtime-template": "^1.10.0",
"vue": "^2.6.14",
"vue-avatar": "^2.3.3",
"vue-custom-scrollbar": "^1.4.4",
"vue-multiselect": "^2.1.6",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-toastification": "^1.7.14",
"vuejs-datepicker3": "^1.6.2",
"webpack": "^4.46.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"sass": "^1.51.0",
"sass-loader": "^10.2.1"
}
}