-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
75 lines (75 loc) · 2.19 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
74
75
{
"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": {
"@simplewebauthn/browser": "^13.1.0",
"accessible-menu": "^4.2.0",
"axios": "^1.7.9",
"contao-package-list": "git+https://github.com/contao/package-list.git#main",
"core-js": "^3.40.0",
"details-element-polyfill": "^2.4.0",
"jszip": "^3.10.1",
"notivue": "^2.4.5",
"qrcode.vue": "^3.6.0",
"semver": "^7.7.1",
"treeify-paths": "^2.0",
"v-clipboard": "^3.0.0-next",
"vue": "^3.5.13",
"vue-axios": "^3.5.2",
"vue-i18n": "^9.14",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.5",
"vue-upload-component": "^3.1",
"vueperslides": "^3.6.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/eslint-parser": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.5.13",
"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": "^8.1.0",
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"sharp": "^0.33.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "@babel/eslint-parser"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"defaults"
],
"packageManager": "npm@11.1.0"
}