-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "@node-projects/monorepo",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "node node_modules/jest/bin/jest.js",
"develop": "npm i && npm run link && npm run build",
"link": "npm run link --workspaces",
"watch": "npm run watch --workspaces",
"build": "npm run build --workspaces",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@adobe/css-tools": "4.4.0",
"@blockly/zoom-to-fit": "^6.0.9",
"@node-projects/base-custom-webcomponent": ">=0.27.8",
"@node-projects/lean-he-esm": "^3.3.0",
"@node-projects/node-html-parser-esm": "^6.2.0",
"@node-projects/propertygrid.webcomponent": "^1.2.3",
"@types/codemirror": "^5.60.15",
"@types/css-tree": "^2.3.8",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.32",
"@types/jquery.fancytree": "0.0.11",
"@types/node": "^22.8.6",
"ace-builds": "^1.36.3",
"blockly": "^11.1.1",
"codemirror": "^6.0.1",
"codemirror5": "npm:codemirror@^5.0.0",
"css-tree": "^3.0.0",
"esprima-next": "^6.0.3",
"html2canvas": "*",
"jest": "^29.7.0",
"jquery": "^3.7.1",
"jquery.fancytree": "^2.38.3",
"jsbarcode": "^3.11.6",
"long": "^5.2.3",
"mdn-data": "^2.12.1",
"monaco-editor": "^0.52.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"typescript-lit-html-plugin": "^0.9.0",
"wunderbaum": ">=0.13.0"
}
}