-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.3 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": "empire-admin",
"version": "1.0.0",
"description": "An admin template harnessing the power of Vue + Nuxt + Bootstrap",
"author": "Burak Mehmet Gurbuz",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@fullcalendar/bootstrap": "^4.3.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"@nuxtjs/auth": "^4.8.4",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-0",
"@tinymce/tinymce-vue": "^3.0.1",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0",
"chart.js": "^2.9.4",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"nuxt": "^2.0.0",
"vue-chartjs": "^3.5.0",
"vue-moment": "^4.1.0",
"vue-snotify": "^3.2.1",
"vue-niege": "^0.1.1",
"vuebar": "^0.0.20",
"vuex": "^3.1.2"
},
"devDependencies": {
"sass-loader": "^8.0.0",
"sass": "^1.35.1"
}
}