-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 935 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
34
35
36
37
{
"name": "lightning-widget",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"run": "node src/server/main.js",
"lint": "vue-cli-service lint"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"cors": "^2.8.5",
"invoices": "^2.0.4",
"js-confetti": "^0.10.2",
"lnurl-pay": "^0.2.3",
"qrcode": "^1.5.0",
"stream": "^0.0.2",
"vue": "^3.2.32",
"vue-custom-element": "^3.3.0",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"eslint": "^8.14.0",
"babel-eslint": "^10.1.0",
"@babel/eslint-parser": "^7.17.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/compiler-sfc": "^3.2.31",
"eslint-plugin-vue": "^8.7.1",
"webpack-bundle-analyzer": "^4.5.0"
}
}