summaryrefslogtreecommitdiffstats
path: root/package.json
blob: ddf40cb4f54998c95e78cb66d2f0fd56b4ad6bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
	"name": "talk",
	"version": "11.0.0",
	"private": true,
	"description": "",
	"author": "Joas Schilling <coding@schilljs.com>",
	"scripts": {
		"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
		"test:unit": "vue-cli-service test:unit",
		"test:watch": "vue-cli-service test:unit --watchAll",
		"lint": "eslint --ext .js,.vue src",
		"dev": "NODE_ENV=development webpack --config webpack.dev.js",
		"lint:fix": "eslint --ext .js,.vue src --fix",
		"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
		"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
		"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
	},
	"dependencies": {
		"@juliushaertl/vue-richtext": "^0.3.3",
		"@nextcloud/auth": "^1.3.0",
		"@nextcloud/axios": "^1.6.0",
		"@nextcloud/browser-storage": "^0.1.1",
		"@nextcloud/capabilities": "^1.0.2",
		"@nextcloud/dialogs": "^3.1.1",
		"@nextcloud/event-bus": "^1.2.0",
		"@nextcloud/initial-state": "^1.2.0",
		"@nextcloud/l10n": "^1.4.1",
		"@nextcloud/moment": "^1.1.1",
		"@nextcloud/paths": "^2.0.0",
		"@nextcloud/router": "^1.2.0",
		"@nextcloud/vue": "^3.5.4",
		"@nextcloud/vue-dashboard": "^1.0.1",
		"attachmediastream": "^2.1.0",
		"color.js": "^1.2.0",
		"crypto-js": "^4.0.0",
		"debounce": "^1.2.0",
		"emoji-regex": "^9.2.1",
		"escape-html": "^1.0.3",
		"hark": "^1.2.3",
		"lodash": "^4.17.20",
		"mockconsole": "0.0.1",
		"nextcloud-vue-collections": "^0.9.0",
		"sdp-transform": "^2.14.1",
		"ua-parser-js": "^0.7.23",
		"url-parse": "^1.4.7",
		"util": "^0.12.3",
		"vue": "^2.6.12",
		"vue-at": "^2.5.0-beta.2",
		"vue-clipboard2": "^0.3.1",
		"vue-fragment": "^1.5.1",
		"vue-material-design-icons": "^4.11.0",
		"vue-observe-visibility": "^1.0.0",
		"vue-outside-events": "^1.1.3",
		"vue-prevent-unload": "^0.2.3",
		"vue-resize": "^1.0.0",
		"vue-router": "^3.5.1",
		"vue-shortkey": "^3.1.7",
		"vuex": "^3.6.2",
		"webdav": "^3.6.2",
		"webrtc-adapter": "^7.7.0",
		"webrtcsupport": "^2.2.0",
		"wildemitter": "^1.2.1"
	},
	"devDependencies": {
		"@babel/core": "^7.12.10",
		"@babel/plugin-syntax-dynamic-import": "^7.8.3",
		"@babel/preset-env": "^7.12.11",
		"@babel/runtime": "^7.12.5",
		"@nextcloud/browserslist-config": "^1.0.0",
		"@nextcloud/eslint-config": "^1.2.0",
		"@nextcloud/eslint-plugin": "^1.5.0",
		"@vue/cli-plugin-unit-jest": "^4.5.11",
		"@vue/cli-service": "^4.5.11",
		"@vue/test-utils": "^1.1.2",
		"babel-eslint": "^10.1.0",
		"babel-loader": "^8.2.2",
		"babel-loader-exclude-node-modules-except": "^1.0.3",
		"babel-plugin-add-module-exports": "^1.0.4",
		"css-loader": "^5.0.1",
		"eslint": "^5.16.0",
		"eslint-config-standard": "^12.0.0",
		"eslint-import-resolver-webpack": "^0.13.0",
		"eslint-loader": "^3.0.4",
		"eslint-plugin-import": "^2.22.1",
		"eslint-plugin-node": "^11.1.0",
		"eslint-plugin-promise": "^4.2.1",
		"eslint-plugin-standard": "^4.1.0",
		"eslint-plugin-vue": "^5.2.3",
		"node-sass": "^5.0.0",
		"sass-loader": "^10.1.1",
		"style-loader": "^2.0.0",
		"stylelint": "^13.9.0",
		"stylelint-config-recommended-scss": "^4.2.0",
		"stylelint-scss": "^3.18.0",
		"stylelint-webpack-plugin": "^2.1.1",
		"url-loader": "^4.1.1",
		"vue-loader": "^15.9.6",
		"vue-template-compiler": "^2.6.12",
		"webpack": "^4.46.0",
		"webpack-cli": "^4.4.0",
		"webpack-merge": "^5.7.3",
		"webpack-node-externals": "^2.5.2"
	},
	"browserslist": [
		"extends @nextcloud/browserslist-config"
	],
	"engines": {
		"node": ">=10.0.0"
	},
	"license": "agpl"
}