forked from eclipse-thingweb/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.75 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
{
"name": "@thing-description-playground/web",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
"version": "1.6.0",
"description": "Provides a browser GUI for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/eclipse/thingweb.td-playground#readme",
"bugs": {
"url": "https://github.com/eclipse/thingweb.td-playground/issues"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eclipse/thingweb.td-playground.git",
"directory": "packages/web"
},
"scripts": {
"test": "node test.js",
"debug": "node test.js -d",
"serve": "serve -p 5500"
},
"dependencies": {
"@thing-description-playground/assertions": "^1.5.0",
"@thing-description-playground/core": "^1.4.0",
"@thing-description-playground/defaults": "^1.4.0",
"@thing-description-playground/json-spell-checker": "^1.0.1",
"@thing-description-playground/td_to_asyncapi": "^1.1.1",
"@thing-description-playground/td_to_openapi": "^1.3.1",
"bootstrap-css-only": "^4.4.1",
"bootstrap-switch-button": "^1.1.0",
"monaco-editor": "^0.34.0",
"papaparse": "^5.3.2",
"string-direction": "^0.1.2",
"svg-crowbar": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"browserify": "^17.0.0",
"playwright": "^1.25.0",
"serve": "^14.0.1",
"serve-handler": "^6.1.3",
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "370e099b807034ad22e3a604f4340c82c0a47c30"
}