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

package.json - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1a80cafc85deafec8a46737020c1c347bdeb54e (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
{
	"name": "firstrunwizard",
	"description": "",
	"version": "2.8.0",
	"author": "Julius Härtl <jus@bitgrid.net>",
	"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",
		"lint": "eslint --ext .js,.vue src",
		"lint:fix": "eslint --ext .js,.vue src --fix"
	},
	"dependencies": {
		"@nextcloud/axios": "^1.3.1",
		"@nextcloud/initial-state": "^1.1.2",
		"@nextcloud/router": "^1.0.0",
		"@nextcloud/vue": "^1.5.0",
		"vue": "^2.6.11"
	},
	"browserslist": [
		"last 2 versions",
		"not ie <= 11"
	],
	"devDependencies": {
		"@babel/core": "^7.8.7",
		"@babel/preset-env": "^7.9.5",
		"acorn": "^7.1.1",
		"babel-eslint": "^10.1.0",
		"babel-loader": "^8.1.0",
		"css-loader": "^3.5.3",
		"eslint": "^5.16.0",
		"eslint-config-nextcloud": "^0.1.1",
		"eslint-config-standard": "^12.0.0",
		"eslint-loader": "^3.0.4",
		"eslint-plugin-import": "^2.20.2",
		"eslint-plugin-nextcloud": "^0.3.0",
		"eslint-plugin-node": "^10.0.0",
		"eslint-plugin-promise": "^4.2.1",
		"eslint-plugin-standard": "^4.0.1",
		"eslint-plugin-vue": "^5.2.3",
		"file-loader": "^6.0.0",
		"node-sass": "^4.14.0",
		"sass-loader": "^8.0.2",
		"url-loader": "^4.1.0",
		"vue-loader": "^15.8.3",
		"vue-style-loader": "^4.1.2",
		"vue-template-compiler": "^2.6.11",
		"webpack": "^4.42.0",
		"webpack-cli": "^3.3.11",
		"webpack-merge": "^4.2.2"
	}
}