summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/package.json
blob: 982053fa3c9b1e77c1b0cd2fc7010484aff3b411 (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
{
	"name": "accessibility",
	"description": "Provides multiple accessibilities options to ease your use of nextcloud",
	"version": "1.0.2",
	"author": "John Molakvoæ <skjnldsv@protonmail.com>",
	"license": "agpl",
	"private": true,
	"scripts": {
		"dev": "webpack --config webpack.dev.js",
		"watch": "webpack --progress --watch --config webpack.dev.js",
		"build": "webpack --progress --hide-modules --config webpack.prod.js"
	},
	"dependencies": {
		"axios": "^0.18.0",
		"vue": "^2.5.18"
	},
	"browserslist": [
		"last 2 versions",
		"not ie <= 11"
	],
	"devDependencies": {
		"@babel/core": "^7.2.0",
		"@babel/preset-env": "^7.2.0",
		"babel-loader": "^8.0.4",
		"css-loader": "^1.0.1",
		"file-loader": "^1.1.11",
		"vue-loader": "^15.4.2",
		"vue-template-compiler": "^2.5.17",
		"webpack": "^4.27.1",
		"webpack-cli": "^3.1.2",
		"webpack-merge": "^4.1.4"
	}
}