-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.04 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.04 KB
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
{
"name": "mix-replacer",
"version": "1.4.0",
"description": "A laravel-mix extension to copy files append hash queries to public urls.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soufyakoub/mix-replacer.git"
},
"keywords": [
"replace",
"mix",
"manifest",
"url",
"public",
"laravel",
"webpack",
"extension",
"plugin"
],
"author": {
"name": "soufyakoub",
"email": "splentercell.1997@gmail.com",
"url": "https://www.facebook.com/soufyakoub"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/soufyakoub/mix-replacer/issues"
},
"homepage": "https://github.com/soufyakoub/mix-replacer#readme",
"files": [
"src"
],
"engines": {
"node": ">= 10.12.0"
},
"devDependencies": {
"laravel-mix": "^5.0.4",
"glob": "^7.1.6",
"uuid": "^8.1.0",
"jest": "^26.0.1",
"@types/jest": "^26.0.0"
},
"peerDependencies": {
"laravel-mix": "^5.0.0",
"glob": "^7.0.0"
},
"dependencies": {
"lodash": "^4.17.19",
"validate": "^5.1.0"
}
}