-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 999 Bytes
/
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
{
"name": "@kanopi/pack-vue",
"description": "Extend @kanopi/pack support for Vue projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanopi/kanopi-pack-vue.git"
},
"keywords": [
"Webpack",
"SCSS",
"Javascript",
"Typescript",
"Vue",
"Automation"
],
"author": "Kanopi Studios, Inc.",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/kanopi/kanopi-pack-vue/issues"
},
"homepage": "https://github.com/kanopi/kanopi-pack-vue#readme",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"peerDependencies": {
"chalk": ">=4.1.2 <5",
"css-loader": "^6.8.1",
"eslint": "~8.56.0",
"webpack": ">=5"
},
"bin": {
"kanopi-pack-vue": "./bin/kanopi-pack-vue.js"
},
"dependencies": {
"eslint-plugin-vue": "~9.19.2",
"vue-eslint-parser": "~9.4.0",
"vue-loader": "~15.10.2"
}
}