-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.08 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.08 KB
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": "widget_integration_examples",
"version": "0.1.0",
"description": "Easyweek widget integration examples",
"main": "index.js",
"author": "<illjah@bk.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com/easyweek/widget-example-integration.git"
},
"scripts": {
"dev:live": "BOOKING_WIDGET_URL=https://booking.easyweek.io WIDGET_URL=https://widget.easyweek.io nuxt",
"build": "BOOKING_WIDGET_URL=https://booking.easyweek.io WIDGET_URL=https://widget.easyweek.io nuxt build",
"generate": "BOOKING_WIDGET_URL=https://booking.easyweek.io WIDGET_URL=https://widget.easyweek.io nuxt generate",
"start": "nuxt start"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.10.0",
"prettier": "^2.3.1"
},
"dependencies": {
"nuxt": "^2.15.6",
"prismjs": "^1.23.0"
}
}