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

package.json - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a0b13acbe45040f84c775fcd66376c5521370b6 (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
{
	"name": "files_automatedtagging",
	"version": "1.12.0",
	"bugs": {
		"url": "https://github.com/nextcloud/files_automatedtagging/issues"
	},
	"repository": {
		"url": "https://github.com/nextcloud/files_automatedtagging",
		"type": "git"
	},
	"homepage": "https://github.com/nextcloud/files_automatedtagging",
	"license": "agpl",
	"private": true,
	"scripts": {
		"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
		"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
		"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
		"lint": "eslint --ext .js,.vue src",
		"lint:fix": "eslint --ext .js,.vue src --fix",
		"stylelint": "stylelint src",
		"stylelint:fix": "stylelint src --fix"
	},
	"dependencies": {
		"@babel/runtime": "^7.14.5",
		"@nextcloud/l10n": "^1.4.1",
		"@nextcloud/vue": "^3.10.1",
		"vue": "^2.6.14"
	},
	"browserslist": [
		"extends browserslist-config-nextcloud"
	],
	"engines": {
		"node": ">=10.0.0"
	},
	"devDependencies": {
		"@babel/core": "^7.14.3",
		"@babel/plugin-syntax-dynamic-import": "^7.8.3",
		"@babel/preset-env": "^7.14.4",
		"@vue/test-utils": "^1.2.0",
		"babel-eslint": "^10.1.0",
		"babel-loader": "^8.2.2",
		"browserslist-config-nextcloud": "0.1.0",
		"css-loader": "^5.2.6",
		"eslint": "^5.16.0",
		"eslint-config-nextcloud": "0.1.1",
		"eslint-config-standard": "^12.0.0",
		"eslint-import-resolver-webpack": "^0.13.1",
		"eslint-loader": "^3.0.4",
		"eslint-plugin-import": "^2.23.4",
		"eslint-plugin-nextcloud": "^0.3.0",
		"eslint-plugin-node": "^10.0.0",
		"eslint-plugin-promise": "^4.3.1",
		"eslint-plugin-standard": "^4.1.0",
		"eslint-plugin-vue": "^5.2.3",
		"node-sass": "^6.0.0",
		"sass-loader": "^10.1.1",
		"style-loader": "^2.0.0",
		"stylelint": "^8.4.0",
		"stylelint-config-recommended-scss": "^3.3.0",
		"stylelint-scss": "^3.19.0",
		"stylelint-webpack-plugin": "^0.10.5",
		"vue-loader": "^15.9.7",
		"vue-template-compiler": "^2.6.14",
		"webpack": "^4.46.0",
		"webpack-cli": "^4.7.2",
		"webpack-merge": "^5.8.0"
	}
}