-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
73 lines (73 loc) · 1.99 KB
/
package.json
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": "contao-manager",
"description": "The Contao Manager UI",
"license": "GPL-3.0+",
"private": true,
"homepage": "https://github.com/contao/contao-manager",
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"algoliasearch": "^4.24.0",
"contao-package-list": "git+https://github.com/contao/package-list.git",
"core-js": "^3.37.1",
"details-element-polyfill": "^2.4.0",
"jszip": "^3.10.1",
"semver": "^7.6.3",
"treeify-paths": "^1.0",
"v-clipboard": "^2.2.3",
"vue": "^2.6.12",
"vue-i18n": "^8.24.3",
"vue-json-pretty": "^1.9.4",
"vue-resource": "^1.5.3",
"vue-router": "^3.6",
"vue-upload-component": "^2.8.22",
"vueperslides": "^2.13.0",
"vuex": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"cypress": "^13.6.4",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"favicons": "^7.2.0",
"favicons-webpack-plugin": "^6.0.1",
"image-webpack-loader": "^6.0.0",
"sass": "^1.77.6",
"sass-loader": "^7.3.1",
"sharp": "^0.33.2",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "@babel/eslint-parser"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"packageManager": "[email protected]+sha512.a333bf9c2557d71f5ba87dd1446cde24bb9c35301ec29dd2baba577b3f9d1ab61348b66a1324de9088c40a996c5b9203794da8bf14cab9fae6a6eccc00cb8078"
}