feat: add ci cd files dont edit those files
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"name": "ostandari-portal",
|
||||
"version": "1.0.0",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"nodemon": "nodemon --watch server --exec \"nuxt start\"",
|
||||
"nodemonDev": "nodemon --watch server --exec \"nuxt\"",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^3.2.2",
|
||||
"@coreui/icons": "^2.0.0-beta.5",
|
||||
"@coreui/utils": "^1.3.1",
|
||||
"@coreui/vue": "^3.1.2",
|
||||
"@coreui/vue-chartjs": "^1.0.5",
|
||||
"@fingerprintjs/fingerprintjs": "^3.2.0",
|
||||
"@ilovepdf/ilovepdf-nodejs": "^0.3.0",
|
||||
"@nuxt/image": "^1.7.0",
|
||||
"@nuxtjs/auth": "^4.9.1",
|
||||
"@nuxtjs/auth-next": "5.0.0-1618898588.9655d0e",
|
||||
"@nuxtjs/axios": "^5.13.1",
|
||||
"archiver": "^5.3.0",
|
||||
"axios": "^0.21.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"ckeditor4-vue": "^1.3.0",
|
||||
"convertapi": "^1.14.0",
|
||||
"core-js": "^3.9.1",
|
||||
"cors": "^2.8.5",
|
||||
"element-ui": "^2.15.1",
|
||||
"express": "^4.17.1",
|
||||
"express-fileupload": "^1.2.1",
|
||||
"express-validator": "^6.10.1",
|
||||
"gsap": "^3.6.1",
|
||||
"jquery": "^3.7.1",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-contrib": "^4.1200.1",
|
||||
"moment-jalaali": "^0.9.2",
|
||||
"mongoose": "^5.12.5",
|
||||
"mongoose-paginate-v2": "^1.3.18",
|
||||
"nodemailer": "^6.6.0",
|
||||
"nodemon": "^3.1.2",
|
||||
"nuxt": "^2.15.3",
|
||||
"nuxt-video-player": "^1.0.17",
|
||||
"request-ip": "^2.1.3",
|
||||
"sharp": "^0.28.1",
|
||||
"slick-carousel": "^1.8.1",
|
||||
"svg-captcha": "^1.4.0",
|
||||
"swagger-jsdoc": "^6.2.8",
|
||||
"swagger-ui-express": "^5.0.0",
|
||||
"turn.js": "^1.0.5",
|
||||
"uuid": "^8.3.2",
|
||||
"vue-persian-datetime-picker": "^2.6.1",
|
||||
"vue-slick-carousel": "^1.0.6",
|
||||
"vue-social-sharing": "^3.0.8",
|
||||
"vue-tree-chart": "^1.2.9",
|
||||
"vue-turnjs": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.77.3",
|
||||
"sass-loader": "^10.1.0",
|
||||
"webpack": "^4.46.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user