-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 918 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 918 Bytes
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
{
"name": "@phantasweng/vue-echo",
"version": "0.2.1",
"main": "dist/index.esm.js",
"description": "Vue Laravel Echo - Simply import Laravel Echo to Vue instance",
"scripts": {
"build": "rollup -c --environment BUILD:production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PhantasWeng",
"license": "ISC",
"dependencies": {
"laravel-echo": "^1.10.0",
"pusher-js": "^7.0.3"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@vue/compiler-sfc": "^3.0.11",
"rollup": "^2.47.0",
"rollup-plugin-vue": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhantasWeng/vue-echo.git"
},
"bugs": {
"url": "https://github.com/PhantasWeng/vue-echo/issues"
},
"homepage": "https://github.com/PhantasWeng/vue-echo#readme"
}