-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 KB
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
{
"name": "apimate-frontend",
"version": "1.0.0",
"description": "API Mate Frontend",
"author": "Ali Tabesh",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fullcalendar/core": "^4.0.2",
"@fullcalendar/daygrid": "^4.0.1",
"@fullcalendar/interaction": "^4.0.2",
"@fullcalendar/timegrid": "^4.0.1",
"@fullcalendar/vue": "^4.0.2-beta",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.1",
"@reststate/vuex": "^0.2.5",
"bootstrap": "4.3.1",
"chart.js": "^2.9.4",
"d3": "^5.7.0",
"datamaps": "^0.5.9",
"date-fns": "^1.30.1",
"dropzone": "5.5.1",
"element-ui": "^2.15.5",
"es6-promise": "^4.1.1",
"flatpickr": "^4.6.9",
"fuse.js": "^3.2.0",
"google-maps": "^3.2.1",
"jsona": "^1.9.2",
"lodash": "^4.17.21",
"nouislider": "^12.1.0",
"nuxt": "^2.15.8",
"perfect-scrollbar": "^1.5.2",
"qs": "^6.10.1",
"quill": "^1.3.6",
"sweetalert2": "^9.17.2",
"vee-validate": "^3.4.12",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-clipboard2": "^0.3.0",
"vue-color": "^2.8.1",
"vue-emoji-picker": "^1.0.3",
"vue-flatpickr-component": "^8.1.7",
"vue-password-strength-meter": "^1.7.2",
"vue-toast-notification": "^0.5.4",
"vue2-transitions": "^0.2.3",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"babel-plugin-component": "^1.1.0",
"cross-env": "^5.2.0",
"node-sass": "^4.0.0",
"nodemon": "^2.0.12",
"sass-loader": "^7.1.0"
}
}