Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db1b9c472fe8cf1e2ad72fb304adb529c54f99c0 (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
{
	"name": "external",
	"version": "4.2.0",
	"private": true,
	"description": "",
	"author": "Joas Schilling <coding@schilljs.com>",
	"scripts": {
		"test:unit": "echo \"Error: no test specified\" && exit 1",
		"lint": "eslint --ext .js,.vue src",
		"lint:fix": "eslint --ext .js,.vue src --fix",
		"build": "NODE_ENV=production webpack --progress --config webpack.config.js",
		"dev": "NODE_ENV=development webpack --progress --config webpack.config.js",
		"watch": "NODE_ENV=development webpack --progress --watch --config webpack.config.js"
	},
	"dependencies": {
		"@nextcloud/router": "^2.0.0",
		"escape-html": "^1.0.3"
	},
	"devDependencies": {
		"@babel/core": "^7.20.2",
		"@babel/preset-env": "^7.20.2",
		"@nextcloud/browserslist-config": "^2.3.0",
		"@nextcloud/eslint-config": "^8.1.3",
		"@nextcloud/eslint-plugin": "^2.0.0",
		"babel-eslint": "^10.1.0",
		"babel-loader": "^8.2.5",
		"webpack": "^5.75.0",
		"webpack-cli": "^4.10.0"
	},
	"browserslist": [
		"extends @nextcloud/browserslist-config"
	],
	"engines": {
		"node": "^16.0.0",
		"npm": "^7.0.0 || ^8.0.0"
	},
	"license": "AGPL-3.0-or-later"
}