forked from Nothing-Works/vuetifyjs-mix-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "vuetifyjs-mix-extension",
"version": "0.0.14",
"description": "Vuetifyjs Setup for Laravel Mix extensions",
"author": {
"name": "Andy Song",
"email": "[email protected]",
"url": "https://github.com/Nothing-Works"
},
"scripts": {
"test": "jest"
},
"main": "index.js",
"keywords": [
"laravel",
"laravel mix",
"mix",
"vuetifyjs",
"vuetify js",
"vuetify-js",
"vuetify"
],
"repository": {
"type": "git",
"url": "https://github.com/Nothing-Works/vuetifyjs-mix-extension"
},
"bugs": {
"url": "https://github.com/Nothing-Works/vuetifyjs-mix-extension/issues"
},
"license": "MIT",
"peerDependencies": {
"laravel-mix": "^5.0.4",
"sass-loader": "^9.0.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.2.2",
"prettier": "^2.0.5"
}
}