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": {
|
2019-08-27 04:22:04 +03:00
|
|
|
"eslint-plugin-nextcloud": "^0.3.0",
|
2019-08-12 21:47:36 +03:00
|
|
|
"nextcloud-auth": "0.0.3",
|
2019-07-04 18:02:17 +03:00
|
|
|
"nextcloud-axios": "^0.2.0",
|
2019-10-07 23:16:32 +03:00
|
|
|
"nextcloud-l10n": "0.1.1",
|
2019-09-02 10:36:34 +03:00
|
|
|
"nextcloud-router": "0.0.9",
|
2019-08-30 12:37:22 +03:00
|
|
|
"nextcloud-server": "^0.15.10",
|
2020-02-02 05:18:06 +03:00
|
|
|
"nextcloud-vue": "^0.13.0",
|
2019-12-18 10:28:39 +03:00
|
|
|
"vue": "^2.6.11"
|
2019-07-04 18:02:17 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"extends browserslist-config-nextcloud"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-09 10:35:08 +03:00
|
|
|
"@babel/core": "^7.8.7",
|
2020-01-19 05:21:24 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2020-01-22 15:49:25 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
2020-03-08 05:18:30 +03:00
|
|
|
"@babel/polyfill": "^7.8.7",
|
2020-03-09 10:34:53 +03:00
|
|
|
"@babel/preset-env": "^7.8.7",
|
2020-01-26 05:15:32 +03:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.31",
|
2020-03-09 10:49:02 +03:00
|
|
|
"acorn": "^7.1.1",
|
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-01-26 05:14:00 +03:00
|
|
|
"babel-jest": "^25.1.0",
|
2019-07-04 18:02:17 +03:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-10-17 09:08:37 +03:00
|
|
|
"browserslist-config-nextcloud": "0.1.0",
|
2020-01-12 05:18:58 +03:00
|
|
|
"css-loader": "^3.4.2",
|
2019-07-04 18:02:17 +03:00
|
|
|
"eslint": "^5.16.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
2019-12-18 01:24:05 +03:00
|
|
|
"eslint-loader": "^3.0.3",
|
2020-02-09 05:15:41 +03:00
|
|
|
"eslint-plugin-import": "^2.20.1",
|
2019-12-29 05:15:08 +03:00
|
|
|
"eslint-plugin-node": "^11.0.0",
|
2019-07-04 18:02:17 +03:00
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2020-02-23 05:17:03 +03:00
|
|
|
"eslint-plugin-vue": "^6.2.1",
|
2020-02-23 23:34:41 +03:00
|
|
|
"file-loader": "^5.1.0",
|
2020-01-26 10:46:36 +03:00
|
|
|
"jest": "^25.1.0",
|
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-01-23 21:14:12 +03:00
|
|
|
"node-sass": "^4.13.1",
|
2019-11-24 05:16:06 +03:00
|
|
|
"prettier-eslint": "^9.0.1",
|
2019-12-01 05:19:26 +03:00
|
|
|
"raw-loader": "^4.0.0",
|
2020-01-19 05:17:51 +03:00
|
|
|
"sass-loader": "^8.0.2",
|
2020-02-23 23:34:38 +03:00
|
|
|
"stylelint": "^13.2.0",
|
2020-02-02 05:21:49 +03:00
|
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
2020-02-02 11:45:02 +03:00
|
|
|
"stylelint-scss": "^3.14.2",
|
2020-02-09 05:17:38 +03:00
|
|
|
"stylelint-webpack-plugin": "^1.2.3",
|
2019-10-24 04:18:01 +03:00
|
|
|
"ts-loader": "^6.2.1",
|
2020-03-01 05:14:40 +03:00
|
|
|
"typescript": "^3.8.3",
|
2019-12-01 05:15:37 +03:00
|
|
|
"url-loader": "^3.0.0",
|
2019-09-09 04:23:49 +03:00
|
|
|
"vue-jest": "^3.0.5",
|
2020-02-16 05:19:52 +03:00
|
|
|
"vue-loader": "^15.9.0",
|
2019-07-04 18:02:17 +03:00
|
|
|
"vue-style-loader": "^4.1.1",
|
2019-12-18 10:28:39 +03:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-03-08 05:15:56 +03:00
|
|
|
"webpack": "^4.42.0",
|
2020-02-17 09:48:04 +03:00
|
|
|
"webpack-cli": "^3.3.11",
|
2019-07-04 18:02:17 +03:00
|
|
|
"webpack-merge": "^4.2.1"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|