forked from vuetifyjs/vuetify-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.13 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
{
"name": "vuetify-loader",
"version": "1.9.2",
"description": "A Webpack plugin for treeshaking Vuetify components and more",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuetifyjs/vuetify-loader/issues"
},
"homepage": "https://github.com/vuetifyjs/vuetify-loader#readme",
"dependencies": {
"acorn": "^8.4.1",
"acorn-walk": "^8.2.0",
"decache": "^4.6.0",
"file-loader": "^6.2.0",
"loader-utils": "^2.0.0"
},
"peerDependencies": {
"gm": "^1.23.0",
"pug": "^2.0.0 || ^3.0.0",
"sharp": "*",
"vue": "^2.7.2",
"vuetify": "^1.3.0 || ^2.0.0",
"webpack": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"gm": {
"optional": true
},
"pug": {
"optional": true
},
"sharp": {
"optional": true
}
},
"devDependencies": {
"gm": "^1.23.1",
"sharp": "^0.27.0",
"vue": "^2.7.2",
"vuetify": "^2.6.6"
}
}