-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
77 lines (77 loc) · 2.2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "eService",
"version": "1.0.0",
"description": "MyGov",
"author": "Md. Rokibul Hossain | ORANGEBD",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"deploy": "pm2 start npm --name eService -- start"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.22",
"@gravitano/vue-date-range-picker": "^0.1.7",
"@johmun/vue-tags-input": "^2.1.0",
"@nuxt/http": "^0.6.2",
"@nuxtjs/auth": "^4.8.4",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/component-cache": "^1.1.5",
"@nuxtjs/device": "^1.2.7",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/toast": "^3.3.0",
"@tinymce/tinymce-vue": "^3.2.1",
"cookie-universal-nuxt": "^2.1.5",
"jquery": "^3.4.1",
"luxon": "^1.22.0",
"mobile-device-detect": "^0.3.3",
"moment": "^2.24.0",
"nuxt": "^2.0.0",
"read-excel-file": "^4.0.6",
"spinkit": "^2.0.1",
"tiptap": "^1.27.1",
"videojs-youtube": "^2.6.1",
"vue-carousel": "^0.18.0",
"vue-content-loading": "^1.6.0",
"vue-croppie": "^2.0.1",
"vue-csv-import": "^3.1.0",
"vue-datetime": "^1.0.0-beta.11",
"vue-datetime-range": "^1.0.6",
"vue-disqus": "^3.0.5",
"vue-facebook": "^1.1.0",
"vue-fb-customer-chat": "^0.2.0",
"vue-full-calendar": "^2.7.0",
"vue-google-charts": "^0.3.2",
"vue-html2pdf": "^1.2.5",
"vue-luxon": "^0.7.0",
"vue-marquee-text-component": "^1.1.1",
"vue-mce": "^1.5.3",
"vue-read-more": "^1.1.1",
"vue-recaptcha": "^1.3.0",
"vue-runtime-helpers": "*",
"vue-scrollactive": "^0.8.0",
"vue-scrollto": "^2.17.1",
"vue-select2": "^0.2.6",
"vue-social-sharing": "^3.0.8",
"vue-spinkit": "^1.7.10",
"vue-swal": "^1.0.0",
"vue-textarea-autosize": "^1.1.1",
"vue-xls-csv-parser": "0.0.21",
"vue2-editor": "^2.10.2",
"vue2-timeago": "^1.2.6",
"vuejs-countdown": "^0.2.1",
"weekstart": "^1.0.1"
},
"devDependencies": {
"@nuxtjs/moment": "^1.6.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"vue-jest": "^4.0.0-0"
}
}