forked from node-projects/web-component-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"description": "A UI designer for Polymer apps",
"name": "@node-projects/web-component-designer",
"version": "0.0.1",
"type": "module",
"main": "./dist/index.js",
"author": "",
"license": "BSD-3-Clause",
"scripts": {
"tsc": "tsc"
},
"dependencies": {
"@node-projects/base-custom-webcomponent": "^0.0.200",
"construct-style-sheets-polyfill": "^2.4.16"
},
"devDependencies": {
"@node-projects/lean-he-esm": "^3.3.0",
"@node-projects/node-html-parser-esm": "^2.2.2",
"@types/codemirror": "^5.60.0",
"@types/jquery": "^3.5.5",
"@types/jquery.fancytree": "0.0.6",
"ace-builds": "^1.4.12",
"codemirror": "^5.61.0",
"jquery": "^3.6.0",
"jquery.fancytree": "^2.38.0",
"monaco-editor": "^0.23.0",
"node-html-parser": "^3.2.0",
"typescript": "^4.3.0-dev.20210501",
"typescript-lit-html-plugin": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-projects/web-component-designer.git"
}
}