-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.69 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
{
"directories": {
"doc": "doc"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Mashweb/web-call.cc.git"
},
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/Mashweb/web-call.cc/issues"
},
"license": "ISC",
"description": "In this Git repository, there are source code and design documents for the [web-call.cc](web-call.cc) website, examples of special ondragover and ondrop event-handler code, and a code example showing the dynamic modification of a stylesheet.",
"homepage": "https://github.com/Mashweb/web-call.cc#readme",
"optionalDependencies": {},
"name": "web-call.cc",
"author": "",
"dependencies": {
"@dojo/core": "^2.0.0",
"@dojo/has": "^2.0.0",
"@dojo/shim": "^2.0.0",
"@medv/finder": "^2.0.0",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-iconset-svg": "^3.0.1",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/jquery.timer": "^1.0.33",
"@vaadin/vaadin": "^17.0.11",
"@vaadin/vaadin-app-layout": "^2.2.0",
"@vaadin/vaadin-button": "^2.4.0",
"@vaadin/vaadin-details": "^1.2.0",
"@vaadin/vaadin-ordered-layout": "^1.4.0",
"@vaadin/vaadin-lumo-styles": "^1.6.1",
"@vaadin/vaadin-tabs": "^3.2.0",
"@zaoqi/biwascheme": "^0.6.9-4-ecbc0c5c4fd8b90aa64bfbf0214483220e71eea1",
"jquery-mousewheel": "^3.1.13",
"jquery.cookie": "^1.4.1",
"jquery.terminal": "^2.20.1",
"prismjs": "^1.22.0",
"rollup": "^2.34.0",
"terminal-prism": "^0.2.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.0.0",
"rollup-plugin-terser": "^7.0.2"
},
"version": "1.0.0"
}