2019-07-04 18:02:17 +03:00
|
|
|
{
|
|
|
|
"name": "richdocuments",
|
|
|
|
"description": "Collabora online integration",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Julius Härtl",
|
|
|
|
"email": "jus@bitgrid.net",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2019-07-15 12:16:29 +03:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2019-07-04 18:02:17 +03:00
|
|
|
"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",
|
2019-07-05 14:00:48 +03:00
|
|
|
"stylelint": "stylelint css/*",
|
|
|
|
"stylelint:fix": "stylelint css/* --fix",
|
2019-07-04 18:02:17 +03:00
|
|
|
"test": "NODE_ENV=test jest --passWithNoTests",
|
|
|
|
"test:coverage": "NODE_ENV=test jest --coverage"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-01 10:42:27 +03:00
|
|
|
"@nextcloud/auth": "^1.3.0",
|
2020-09-05 04:25:14 +03:00
|
|
|
"@nextcloud/axios": "^1.4.0",
|
2020-04-01 10:42:27 +03:00
|
|
|
"@nextcloud/l10n": "^1.3.0",
|
2020-09-05 04:26:02 +03:00
|
|
|
"@nextcloud/router": "^1.2.0",
|
2020-08-29 04:22:22 +03:00
|
|
|
"@nextcloud/vue": "^2.6.1",
|
2020-08-24 09:05:56 +03:00
|
|
|
"vue": "^2.6.12"
|
2019-07-04 18:02:17 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"extends browserslist-config-nextcloud"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-05 04:21:40 +03:00
|
|
|
"@babel/core": "^7.11.6",
|
2020-01-19 05:21:24 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2020-08-01 04:18:57 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.11.0",
|
2020-07-13 14:00:10 +03:00
|
|
|
"@babel/polyfill": "^7.10.4",
|
2020-08-17 14:37:53 +03:00
|
|
|
"@babel/preset-env": "^7.11.0",
|
2020-08-24 08:49:03 +03:00
|
|
|
"@nextcloud/eslint-config": "^2.1.0",
|
2020-04-01 10:42:27 +03:00
|
|
|
"@nextcloud/eslint-plugin": "^1.4.0",
|
2020-08-22 04:20:49 +03:00
|
|
|
"@vue/test-utils": "^1.0.4",
|
2020-08-08 04:16:39 +03:00
|
|
|
"acorn": "^7.4.0",
|
2019-07-04 18:02:17 +03:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2020-03-01 05:17:23 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-08-15 04:16:30 +03:00
|
|
|
"babel-jest": "^26.3.0",
|
2020-03-22 05:16:00 +03:00
|
|
|
"babel-loader": "^8.1.0",
|
2019-10-17 09:08:37 +03:00
|
|
|
"browserslist-config-nextcloud": "0.1.0",
|
2020-08-29 04:24:41 +03:00
|
|
|
"css-loader": "^4.2.2",
|
2020-04-01 10:42:27 +03:00
|
|
|
"eslint": "^6.8.0",
|
2019-07-04 18:02:17 +03:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
2020-04-05 04:15:37 +03:00
|
|
|
"eslint-loader": "^3.0.4",
|
2020-07-04 04:19:32 +03:00
|
|
|
"eslint-plugin-import": "^2.22.0",
|
2020-03-29 04:21:37 +03:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2019-07-04 18:02:17 +03:00
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
2020-04-01 10:42:27 +03:00
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2020-03-15 05:15:56 +03:00
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
2020-09-05 04:26:54 +03:00
|
|
|
"file-loader": "^6.1.0",
|
2020-08-29 11:58:06 +03:00
|
|
|
"jest": "^26.4.2",
|
2019-12-01 05:17:35 +03:00
|
|
|
"jest-environment-jsdom-fourteen": "^1.0.1",
|
2019-07-04 18:02:17 +03:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2020-05-11 15:28:36 +03:00
|
|
|
"node-sass": "^4.14.1",
|
2020-06-14 04:16:30 +03:00
|
|
|
"prettier-eslint": "^11.0.0",
|
2020-04-24 12:28:45 +03:00
|
|
|
"raw-loader": "^4.0.1",
|
2020-08-29 04:23:05 +03:00
|
|
|
"sass-loader": "^10.0.1",
|
2020-09-03 18:16:22 +03:00
|
|
|
"style-loader": "^1.2.1",
|
2020-07-27 13:25:25 +03:00
|
|
|
"stylelint": "^13.6.1",
|
2020-02-02 05:21:49 +03:00
|
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
2020-06-21 04:15:02 +03:00
|
|
|
"stylelint-scss": "^3.18.0",
|
2020-07-08 16:09:00 +03:00
|
|
|
"stylelint-webpack-plugin": "^2.1.0",
|
2020-08-29 04:19:51 +03:00
|
|
|
"ts-loader": "^8.0.3",
|
2020-08-22 04:16:16 +03:00
|
|
|
"typescript": "^4.0.2",
|
2020-04-20 09:18:12 +03:00
|
|
|
"url-loader": "^4.1.0",
|
2020-07-11 04:18:44 +03:00
|
|
|
"vue-jest": "^3.0.6",
|
2020-06-27 04:17:42 +03:00
|
|
|
"vue-loader": "^15.9.3",
|
2019-07-04 18:02:17 +03:00
|
|
|
"vue-style-loader": "^4.1.1",
|
2020-08-24 09:05:56 +03:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
2020-08-01 04:23:37 +03:00
|
|
|
"webpack": "^4.44.1",
|
2020-07-08 16:09:29 +03:00
|
|
|
"webpack-cli": "^3.3.12",
|
2020-08-22 04:17:42 +03:00
|
|
|
"webpack-merge": "^5.1.2"
|
2019-07-04 18:02:17 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"verbose": true,
|
|
|
|
"testEnvironment": "jest-environment-jsdom-fourteen",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"<rootDir>/src/tests/fixtures/",
|
|
|
|
"<rootDir>/build"
|
|
|
|
],
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
|
|
],
|
|
|
|
"globalSetup": "<rootDir>/src/tests/setup.js"
|
|
|
|
}
|
|
|
|
}
|