2019-03-18 19:15:31 +03:00
|
|
|
{
|
2019-05-14 10:57:07 +03:00
|
|
|
"name": "text",
|
2019-06-17 14:32:01 +03:00
|
|
|
"description": "Collaborative document editing",
|
|
|
|
"version": "1.0.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
2019-05-14 10:57:07 +03:00
|
|
|
"name": "Julius Härtl",
|
|
|
|
"email": "jus@bitgrid.net",
|
2019-03-18 19:15:31 +03:00
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "agpl",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-06-16 22:49:59 +03:00
|
|
|
"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",
|
2019-03-18 19:15:31 +03:00
|
|
|
"lint": "eslint --ext .js,.vue src",
|
|
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
2019-05-14 17:12:05 +03:00
|
|
|
"test": "jest --passWithNoTests",
|
2019-03-18 19:15:31 +03:00
|
|
|
"test:coverage": "jest --coverage"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-06-12 20:29:13 +03:00
|
|
|
"nextcloud-axios": "^0.2.0",
|
2019-06-15 14:38:01 +03:00
|
|
|
"nextcloud-server": "^0.15.10",
|
2019-06-05 17:06:12 +03:00
|
|
|
"nextcloud-vue": "^0.11.4",
|
2019-06-12 12:26:01 +03:00
|
|
|
"prosemirror-markdown": "^1.3.1",
|
2019-06-13 19:44:31 +03:00
|
|
|
"tiptap": "^1.22.3",
|
2019-06-17 22:57:42 +03:00
|
|
|
"tiptap-extensions": "^1.22.4",
|
2019-05-14 10:33:45 +03:00
|
|
|
"v-tooltip": "^2.0.2",
|
|
|
|
"vue": "^2.6.10",
|
2019-06-17 14:32:01 +03:00
|
|
|
"vue-click-outside": "^1.0.7"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 11"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-22 16:58:35 +03:00
|
|
|
"@babel/core": "^7.4.5",
|
2019-03-18 19:15:31 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
2019-06-17 14:08:33 +03:00
|
|
|
"@babel/polyfill": "^7.4.4",
|
2019-05-22 16:58:35 +03:00
|
|
|
"@babel/preset-env": "^7.4.5",
|
2019-03-18 19:15:31 +03:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
|
|
"acorn": "^6.1.1",
|
2019-06-07 11:19:34 +03:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2019-06-17 22:56:57 +03:00
|
|
|
"babel-eslint": "^10.0.2",
|
2019-05-14 10:33:45 +03:00
|
|
|
"babel-jest": "^24.8.0",
|
|
|
|
"babel-loader": "^8.0.6",
|
2019-06-12 12:29:01 +03:00
|
|
|
"css-loader": "^3.0.0",
|
2019-05-14 10:33:45 +03:00
|
|
|
"eslint": "^5.16.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
2019-06-11 11:40:35 +03:00
|
|
|
"eslint-loader": "^2.1.2",
|
2019-06-05 17:06:12 +03:00
|
|
|
"eslint-plugin-import": "^2.17.3",
|
2019-06-12 12:31:17 +03:00
|
|
|
"eslint-plugin-node": "^9.1.0",
|
2019-05-14 10:33:45 +03:00
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
2019-03-18 19:15:31 +03:00
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
2019-06-12 12:30:28 +03:00
|
|
|
"file-loader": "^4.0.0",
|
2019-05-14 10:33:45 +03:00
|
|
|
"jest": "^24.8.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2019-05-14 10:33:45 +03:00
|
|
|
"node-sass": "^4.12.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"prettier-eslint": "^8.8.2",
|
2019-06-12 12:31:48 +03:00
|
|
|
"raw-loader": "^3.0.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"sass-loader": "^7.1.0",
|
2019-06-12 12:26:01 +03:00
|
|
|
"stylelint": "^10.1.0",
|
2019-05-14 10:33:45 +03:00
|
|
|
"stylelint-config-recommended-scss": "^3.3.0",
|
2019-06-07 13:16:40 +03:00
|
|
|
"stylelint-scss": "^3.8.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
2019-06-12 12:29:46 +03:00
|
|
|
"url-loader": "^2.0.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"vue-jest": "^3.0.4",
|
|
|
|
"vue-loader": "^15.7.0",
|
|
|
|
"vue-style-loader": "^4.1.1",
|
2019-05-14 10:33:45 +03:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2019-06-13 19:45:58 +03:00
|
|
|
"webpack": "^4.34.0",
|
2019-06-12 12:26:01 +03:00
|
|
|
"webpack-cli": "^3.3.4",
|
2019-03-18 19:15:31 +03:00
|
|
|
"webpack-merge": "^4.2.1"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
2019-06-12 18:56:19 +03:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"<rootDir>/src/tests/fixtures/",
|
|
|
|
"<rootDir>/build"
|
2019-06-12 12:26:01 +03:00
|
|
|
],
|
2019-03-18 19:15:31 +03:00
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
2019-06-07 11:19:34 +03:00
|
|
|
],
|
|
|
|
"globalSetup": "<rootDir>/src/tests/setup.js"
|
2019-03-18 19:15:31 +03:00
|
|
|
}
|
|
|
|
}
|