UNPKG

1.16 kBJSONView Raw
1{
2 "name": "vuetify-loader",
3 "version": "1.9.2",
4 "description": "A Webpack plugin for treeshaking Vuetify components and more",
5 "main": "lib/index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "author": "",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/vuetifyjs/vuetify-loader/issues"
17 },
18 "homepage": "https://github.com/vuetifyjs/vuetify-loader#readme",
19 "dependencies": {
20 "acorn": "^8.4.1",
21 "acorn-walk": "^8.2.0",
22 "decache": "^4.6.0",
23 "file-loader": "^6.2.0",
24 "loader-utils": "^2.0.0"
25 },
26 "peerDependencies": {
27 "gm": "^1.23.0",
28 "pug": "^2.0.0 || ^3.0.0",
29 "sharp": "*",
30 "vue": "^2.7.2",
31 "vuetify": "^1.3.0 || ^2.0.0",
32 "webpack": "^4.0.0 || ^5.0.0"
33 },
34 "peerDependenciesMeta": {
35 "gm": {
36 "optional": true
37 },
38 "pug": {
39 "optional": true
40 },
41 "sharp": {
42 "optional": true
43 }
44 },
45 "devDependencies": {
46 "gm": "^1.23.1",
47 "sharp": "^0.27.0",
48 "vue": "^2.7.2",
49 "vuetify": "^2.6.6"
50 }
51}