-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 828 Bytes
/
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
{
"name": "laravel-mix-polyfill",
"version": "3.0.1",
"homepage": "https://github.com/scottcharlesworth/laravel-mix-polyfill#readme",
"description": "A Laravel Mix extension to include polyfills by using Babel, core-js, and regenerator-runtime",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/scottcharlesworth/laravel-mix-polyfill.git"
},
"keywords": [
"laravel",
"laravel mix",
"mix",
"polyfill",
"babel",
"webpack"
],
"author": {
"name": "Scott Charlesworth"
},
"bugs": {
"url": "https://github.com/scottcharlesworth/laravel-mix-polyfill/issues"
},
"license": "MIT",
"dependencies": {
"core-js": "^2.6.9 || ^3.1.4",
"regenerator-runtime": "^0.13.2"
},
"peerDependencies": {
"laravel-mix": "^6.0.0"
}
}