-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.38 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "vuetify",
"description": "Vue Material Component Framework",
"version": "2.4.2",
"author": {
"name": "John Leider",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://vuetifyjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify.git",
"directory": "packages/vuetify"
},
"keywords": [
"vuetify",
"ui framework",
"component framework",
"ui library",
"component library",
"material components",
"vue framework"
],
"bugs": {
"url": "https://issues.vuetifyjs.com"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnleider"
},
"main": "dist/vuetify.js",
"module": "dist/vuetify.js",
"jsdelivr": "dist/vuetify.js",
"unpkg": "dist/vuetify.js",
"types": "types/index.d.ts",
"sideEffects": [
"*.sass",
"*.scss",
"*.css"
],
"files": [
"src/",
"dist/",
"lib/",
"es5/",
"types/"
],
"scripts": {},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@mdi/font": "^4.5.95",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.10",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"babel-plugin-detective": "^2.0.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-define": "^1.3.1",
"babel-polyfill": "^6.26.0",
"concurrently": "^4.1.1",
"cssnano": "^4.1.10",
"dotenv": "^8.0.0",
"eslint-plugin-jest": "^24.1.0",
"file-loader": "^4.1.0",
"fork-ts-checker-webpack-plugin": "^1.6.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "^5.0.1",
"identity-obj-proxy": "^3.0.0",
"jest-canvas-mock": "^2.3.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"sass-loader": "^10.0.2",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^8.0.6",
"url-loader": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-router": "^3.0.7",
"vuetify-loader": "^1.3.0",
"webpack-dev-server": "^3.7.2"
},
"peerDependencies": {
"vue": "^2.6.4"
},
"publishConfig": {
"access": "public"
},
"vetur": {
"tags": "dist/json/tags.json",
"attributes": "dist/json/attributes.json"
},
"web-types": "dist/json/web-types.json"
}