-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 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
47
48
49
50
{
"name": "@prodaric/examples",
"version": "0.0.1",
"description": "Prodaric Framework — todos los ejemplos (Dashboard, Reportes, Formularios, CRUD, Gráficos, Docking, Rete.js, JSON Schema, Shoelace, FAST, Vaadin)",
"repository": {
"type": "git",
"url": "git+https://github.com/prodaric/examples.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
"lib",
"README.md"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"theiaExtensions": [
{
"frontend": "lib/browser/examples-frontend-module.js"
}
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"test": "echo \"No tests yet\""
},
"dependencies": {
"@microsoft/fast-components": "^2.30.6",
"@microsoft/fast-foundation": "^2.30.6",
"@prodaric/layout": "0.0.1",
"@prodaric/node-canvas": "0.0.1",
"@prodaric/shell": "0.0.1",
"@prodaric/ui-engine": "0.0.1",
"@shoelace-style/shoelace": "^2.20.1",
"@theia/core": "^1.50.0",
"@vaadin/button": "^24.7.0",
"@vaadin/card": "^24.7.0",
"@vaadin/checkbox": "^24.7.0",
"@vaadin/dialog": "^24.7.0",
"@vaadin/grid": "^24.7.0",
"@vaadin/text-field": "^24.7.0",
"ajv": "^8.12.0",
"echarts": "^5.5.0"
},
"devDependencies": {
"rimraf": "^5.0.0",
"typescript": "~5.4.0"
}
}