зеркало из https://github.com/nextcloud/deck.git
129 строки
3.5 KiB
JSON
129 строки
3.5 KiB
JSON
{
|
|
"name": "deck",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julius Härtl",
|
|
"email": "jus@bitgrid.net",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Michael Weimann",
|
|
"email": "mail@michael-weimann.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint **/*.css **/*.scss **/*.vue",
|
|
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.8.7",
|
|
"@babel/runtime": "^7.9.6",
|
|
"@juliushaertl/vue-richtext": "^0.3.1",
|
|
"@nextcloud/auth": "^1.2.3",
|
|
"@nextcloud/axios": "^1.3.2",
|
|
"@nextcloud/dialogs": "^1.3.0",
|
|
"@nextcloud/files": "^1.0.1",
|
|
"@nextcloud/initial-state": "^1.1.2",
|
|
"@nextcloud/l10n": "^1.2.3",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/router": "^1.0.2",
|
|
"@nextcloud/vue": "^1.5.0",
|
|
"blueimp-md5": "^2.16.0",
|
|
"dompurify": "^2.0.11",
|
|
"lodash": "^4.17.15",
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"moment": "^2.25.3",
|
|
"nextcloud-vue-collections": "^0.7.2",
|
|
"p-queue": "^6.4.0",
|
|
"url-search-params-polyfill": "^8.1.0",
|
|
"vue": "^2.6.11",
|
|
"vue-at": "^2.5.0-beta.2",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-easymde": "^1.2.0",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-router": "^3.1.6",
|
|
"vue-smooth-dnd": "^0.8.1",
|
|
"vuex": "^3.4.0",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^2.0.0",
|
|
"@nextcloud/eslint-plugin": "^1.4.0",
|
|
"@vue/test-utils": "^1.0.2",
|
|
"acorn": "^7.2.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.0.1",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^3.5.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^3.0.4",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"file-loader": "^6.0.0",
|
|
"jest": "^26.0.1",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"minimist": "^1.2.5",
|
|
"node-sass": "^4.14.1",
|
|
"raw-loader": "^4.0.1",
|
|
"sass-loader": "^8.0.2",
|
|
"stylelint": "^13.3.3",
|
|
"stylelint-config-recommended": "^3.0.0",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-scss": "^3.17.2",
|
|
"stylelint-webpack-plugin": "^2.0.0",
|
|
"url-loader": "^4.1.0",
|
|
"vue-jest": "^3.0.5",
|
|
"vue-loader": "^15.9.2",
|
|
"vue-style-loader": "^4.1.1",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
},
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
},
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
]
|
|
}
|
|
}
|