This repository was archived by the owner on Oct 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.38 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@livechat/widget-webview-extensions",
"version": "0.0.0",
"private": true,
"description": "",
"scripts": {
"clean": "lerna clean --yes && rimraf node_modules",
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --ignore-scripts --hoist --no-ci",
"test": "echo \"Warning: no test specified\" || jest",
"prebuild": "rimraf dist",
"build": "lerna run --parallel build",
"postbuild": "node ./scripts/prepare-cdn-artifacts.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livechat/widget-webview-extensions.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/livechat/widget-webview-extensions/issues"
},
"homepage": "https://github.com/livechat/widget-webview-extensions#readme",
"dependencies": {
"@livechat/moments-sdk": "^0.1.0-unsafe.2",
"v-calendar": "^0.9.7",
"vue": "^2.5.21"
},
"devDependencies": {
"@lerna/project": "^3.10.0",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"fs-extra": "^7.0.1",
"lerna": "^3.10.6",
"node-sass": "^4.9.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
}
}