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

package.json - github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1df1ecd4c74f577cac383d18a7910e7df464782 (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
{
	"name": "issuetemplate",
	"version": "0.4.0",
	"description": "Issue reporting app for Nextcloud",
	"main": "index.js",
	"directories": {
		"lib": "lib",
		"test": "tests"
	},
	"scripts": {
		"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js",
		"dev": "NODE_ENV=development webpack --progress --config webpack.js",
		"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
		"lint": "eslint --ext .js,.vue src",
		"lint:fix": "eslint --ext .js,.vue src --fix",
		"stylelint": "stylelint src",
		"stylelint:fix": "stylelint src --fix",
		"test": "jest",
		"test:coverage": "jest --coverage"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/juliushaertl/issuetemplate.git"
	},
	"browserslist": [
		"extends @nextcloud/browserslist-config"
	],
	"author": "Julius Härtl",
	"license": "AGPL-3.0",
	"bugs": {
		"url": "https://github.com/juliushaertl/issuetemplate/issues"
	},
	"homepage": "https://github.com/juliushaertl/issuetemplate#readme",
	"dependencies": {
		"@nextcloud/axios": "^1.8.0",
		"@nextcloud/router": "^2.0.0",
		"vue": "^2.6.14",
		"vue-clipboard2": "0.3.3",
		"vue-form-generator": "^2.3.4",
		"vue-form-wizard": "^0.8.4"
	},
	"devDependencies": {
		"@babel/core": "^7.17.2",
		"@babel/plugin-syntax-dynamic-import": "^7.8.3",
		"@babel/preset-env": "^7.16.7",
		"@nextcloud/browserslist-config": "^2.2.0",
		"@nextcloud/webpack-vue-config": "^1.4.1",
		"babel-loader": "^8.2.3",
		"cross-env": "^7.0.3",
		"css-loader": "^5.2.7",
		"eslint": "^6.8.0",
		"eslint-loader": "^4.0.2",
		"file-loader": "^6.2.0",
		"node-sass": "^4.14.1",
		"sass-loader": "^8.0.2",
		"style-loader": "^2.0.0",
		"stylelint": "^14.5.0",
		"stylelint-config-recommended-scss": "^4.3.0",
		"stylelint-scss": "^3.21.0",
		"stylelint-webpack-plugin": "^2.3.2",
		"url-loader": "^4.1.1",
		"vue-hot-reload-api": "^2.3.4",
		"vue-loader": "^15.9.8",
		"vue-template-compiler": "^2.6.14",
		"webpack": "^4.46.0",
		"webpack-cli": "^3.3.12",
		"webpack-dev-server": "^4.7.2"
	},
	"engines": {
		"node": "^14.0.0",
		"npm": "^7.0.0"
	}
}