forked from brandonlee0719/Yalla-Dealz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.75 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
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "Admin-PortalUAE",
"version": "10.0.0",
"private": true,
"description": "Yalla Dealz Admin Portal UAE",
"author": "Yalla Dealz Inc",
"scripts": {
"build": "nuxt build",
"test:unit": "vue-cli-service test:unit",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev": "nuxt",
"generate": "nuxt generate",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"sass": "sass --watch assets/scss/custom.scss:assets/css/bootstrap.css assets/scss/main-style.scss:assets/css/main-style.css",
"start": "nuxt start",
"test": "jest",
"release": "release-it"
},
"dependencies": {
"@babel/preset-env": "^7.12.7",
"@ckeditor/ckeditor5-build-balloon-block": "^31.0.0",
"@ckeditor/ckeditor5-build-classic": "^31.0.0",
"@ckeditor/ckeditor5-vue2": "^1.0.5",
"@johmun/vue-tags-input": "^2.1.0",
"@nuxtjs/axios": "^5.12.3",
"@vue/test-utils": "^1.2.0",
"babel-jest": "^27.0.1",
"body-parser": "^1.19.0",
"chartist": "^0.11.4",
"form-data": "^4.0.0",
"moment": "^2.29.1",
"nuxt-edge": "latest",
"nuxt-ctk-date-time-picker": "^2.1.1",
"nuxt-property-decorator": "^2.8.8",
"sass": "^1.33.0",
"sass-loader": "^10.1.1",
"uuid": "^8.3.2",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-css-donut-chart": "^1.3.0",
"vue-excel-xlsx": "^1.0.11",
"vue-jest": "^3.0.7",
"vue-property-decorator": "^9.1.2",
"vue-qrcode": "^ 1.0.0",
"vue-server-renderer": "^2.6.12",
"vue2-google-maps": "^0.10.7",
"vuelidate": "^0.7.6",
"vuetify-datetime-picker": "^2.1.1",
"vuetify-google-autocomplete": "^2.0.4",
"vuex-module-decorators": "^1.0.0",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"release-it": {
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
"requireCleanWorkingDir": false,
"requireBranch": false,
"requireUpstream": true,
"requireCommits": false,
"addUntrackedFiles": false,
"commit": true,
"commitMessage": "Release ${version}",
"commitArgs": [],
"tag": true,
"tagName": null,
"tagAnnotation": "Release ${version}",
"tagArgs": [],
"push": true,
"pushArgs": [
"--follow-tags"
],
"pushRepo": ""
}
},
"devDependencies": {
"@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/vuetify": "^1.11.3",
"@types/vuelidate": "^0.7.13",
"@types/webpack-env": "^1.16.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.1.0",
"jest": "^27.0.1",
"release-it": "^14.0.0",
"vue-browser-geolocation": "^1.8.0",
"vue-template-compiler": "^2.6.12"
}
}