-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "laravel-mix-listen",
"main": "dist/index.js",
"files": [
"dist/*"
],
"version": "1.0.10",
"repository": {
"type": "git",
"url": "https://github.com/MohamedLamineAllal/laravel-mix-listen"
},
"scripts": {
"prepare": "npm run build && npx lefthook install",
"build": "tsc",
"lint": "npx eslint src/**",
"lint:fix": "npx eslint src/** --fix",
"commitlint": "npx commitlint --edit"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@evilmartians/lefthook": "^1.0.4",
"@types/eslint": "^8.4.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.2.1",
"laravel-mix": "^6.0.49",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"peerDependencies": {
"laravel-mix": "*"
},
"author": {
"email": "[email protected]",
"name": "Mohamed Lamine Allal"
},
"license": "MIT",
"keywords": [
"laravel-mix",
"extension",
"listen",
"Mix",
"internal",
"events"
]
}