-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
{
"name": "@laravel-streams/mix-extension",
"description": "Add Laravel Streams into the Mix",
"version": "0.0.7",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/laravel-streams/mix-extension"
},
"homepage": "https://streams.dev",
"maintainers": [
{
"name": "Ryan Thompson",
"email": "[email protected]",
"url": "https://github.com/RyanThompson"
},
{
"name": "Robin Radic",
"email": "[email protected]",
"url": "https://github.com/RobinRadic"
}
],
"license": "MIT",
"readme": "README.md",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"laravel",
"laravel mix",
"mix"
],
"scripts": {
"prepublish": "bump --commit --tag \"%s\" --push"
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/preset-stage-2": "^7.8.3",
"@advclb/sassdoc-loader": "^0.1.0",
"babel-plugin-import": "^1.13.3",
"ts-loader": "^8.0.15",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.6",
"sass-loader": "^11.0.0"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/babel-core": "^6.25.6",
"@types/lodash": "^4.14.168",
"@types/sass": "^1.16.0",
"@types/mini-css-extract-plugin": "^1.2.2",
"debug": "^4.3.1",
"typescript": "^4.1.3",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"version-bump-prompt": "^6.1.0"
},
"peerDependencies": {
"webpack": "^5.21.1",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.11",
"lodash": "^4.17.20"
}
}