-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "component-workspace",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "node node_modules/@ixon-cdk/runner build",
"deploy": "node node_modules/@ixon-cdk/runner deploy",
"generate": "node node_modules/@ixon-cdk/runner generate",
"login": "node node_modules/@ixon-cdk/runner login",
"logout": "node node_modules/@ixon-cdk/runner logout",
"publish": "node node_modules/@ixon-cdk/runner publish",
"simulate": "node node_modules/@ixon-cdk/runner simulate",
"test": "jest",
"coverage": "jest --coverage",
"watchTest": "jest --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@ixon-cdk/core": "^1.2.0",
"@ixon-cdk/runner": "^1.2.0",
"@ixon-cdk/simulator": "^1.2.0",
"@ixon-cdk/svelte-builder": "^1.2.0",
"@ixon-cdk/templates": "^1.2.0",
"@ixon-cdk/types": "^1.2.0",
"@types/echarts": "^4.9.13",
"@types/jest": "^29.2.3",
"@types/lodash-es": "^4.17.10",
"@types/luxon": "^3.4.2",
"jest": "^29.3.1",
"ts-jest": "^29.0.3"
},
"dependencies": {
"echarts": "^5.3.1",
"expr-eval": "^2.0.2",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4"
}
}