-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
{
"name": "@nextcloud/webpack-vue-config",
"version": "6.2.0",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud-libraries/webpack-vue-config/issues"
},
"homepage": "https://github.com/nextcloud-libraries/webpack-vue-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud-libraries/webpack-vue-config.git"
},
"keywords": [
"nextcloud",
"vue",
"vuejs",
"webpack",
"config",
"stylelint",
"eslint"
],
"main": "index.js",
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0 || ^10.0.0"
},
"peerDependencies": {
"@babel/core": "^7.22.9",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"node-polyfill-webpack-plugin": "4.1.0",
"sass": "^1.64.2",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.4",
"vue": "^2.7.16",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"node-polyfill-webpack-plugin": "4.1.0",
"sass": "^1.64.2",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.4",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}