3
0
corteza/client/web/compose/package.json
Jože Fortun a2e1b4c2d0 v2023.3.4
2023-07-20 15:31:23 +02:00

167 lines
4.8 KiB
JSON

{
"name": "corteza-webapp-compose",
"description": "Corteza Compose WebApp",
"version": "2023.3.4",
"license": "Apache-2.0",
"contributors": [
"Denis Arh <denis.arh@gmail.com>"
],
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev-env": "vue-cli-service serve src/dev-env.js",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint && stylelint '**/*.{vue,scss}' --fix",
"test:unit": "vue-cli-service test:unit",
"test:unit:cc": "nyc vue-cli-service test:unit",
"cdeps": "yarn upgrade @cortezaproject/corteza-js @cortezaproject/corteza-vue"
},
"gitHooks": {
"pre-commit": "yarn lint"
},
"stylelint": {
"plugins": [
"stylelint-scss"
],
"extends": "stylelint-config-standard",
"rules": {
"color-hex-case": null,
"color-hex-length": null,
"no-empty-source": null,
"selector-list-comma-newline-after": null
}
},
"dependencies": {
"@cortezaproject/corteza-js": "^2023.3.4",
"@cortezaproject/corteza-vue": "^2023.3.4",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@fullcalendar/bootstrap": "^4.3.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"@nylas/components-agenda": "^1.1.7-canary.6",
"@nylas/components-composer": "^1.1.6-canary.20",
"@nylas/components-contact-list": "^1.1.4-canary.6",
"@nylas/components-conversation": "^1.1.6-canary.6",
"@nylas/components-email": "^1.1.7-canary.32",
"@nylas/components-mailbox": "^1.1.6-canary.27",
"@popperjs/core": "^2.4.0",
"axios": "^0.21.2",
"bootstrap-vue": "^2.21.2",
"c3": "^0.7.12",
"compact-timezone-list": "^1.0.6",
"echarts": "^5.3.3",
"ejs": "^3.1.7",
"file-saver": "^2.0.2",
"flush-promises": "^1.0.2",
"fstream": "^1.0.12",
"hex-rgb": "^4.1.0",
"highlight.js": "^10.4.1",
"html-parse-stringify": "^2.0.3",
"i": "^0.3.7",
"jquery": "^3.5.0",
"js-yaml": "^3.13.1",
"json-bigint": "^1.0.0",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.7.0",
"lodash": "^4.17.19",
"markdown-it": "^12.3.2",
"mixin-deep": "^1.3.2",
"moment": "2.29.2",
"numeral": "^2.0.6",
"portal-vue": "^2.1.7",
"postcss-rtl": "^1.7.3",
"prosemirror-model": "^1.11.2",
"resolve-url-loader": "^3.1.0",
"set-value": "^4.0.1",
"v-tooltip": "^2.0.2",
"vue": "2.6.14",
"vue-echarts": "^6.2.3",
"vue-grid-layout": "^2.3.3",
"vue-native-websocket": "^2.0.14",
"vue-router": "3.1.5",
"vue-select": "^3.1.0",
"vue-sortable-tree": "^1.2.2",
"vue-tweet-embed": "^2.3.0",
"vue2-brace-editor": "^2.0.2",
"vue2-dropzone": "^3.6.0",
"vue2-leaflet": "^2.7.1",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@emotion/core": "^10.0.15",
"@types/lodash": "^4.14.136",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-unit-mocha": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/composition-api": "^1.7.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-preset-vue": "^2.0.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"css-loader": "*",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"null-loader": "^4.0.1",
"nyc": "^14.1.1",
"sass": "^1.49.9",
"sass-loader": "^10",
"sinon": "^7.3.2",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.14.2",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.8.3",
"vue-template-compiler": "2.6.14",
"webpack": "^4.41.5"
},
"resolutions": {
"**/**/highlight.js": "^10.4.1",
"**/**/moment": "2.29.2",
"**/**/prosemirror-model": "^1.11.2"
},
"nyc": {
"all": true,
"reporter": [
"lcov",
"text"
],
"include": [
"src/**/*.{js,vue}"
],
"exclude": [
"**/index.js",
"**/*.spec.js"
],
"extension": [
".js",
".vue"
],
"check-coverage": true,
"per-file": true,
"branches": 0,
"lines": 0,
"functions": 0,
"statements": 0
}
}