-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "activeui-migration",
"version": "5.1.8-SNAPSHOT",
"description": "Functions useful to migrate content, in order to make it usable with a more recent version of ActiveUI than the one it was saved with.",
"bugs": {
"url": "https://github.com/activeviam/activeui-migration/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/activeviam/activeui-migration"
},
"license": "Apache-2.0",
"author": "ActiveViam",
"bin": "./bin.js",
"files": [
"bin.js",
"dist"
],
"scripts": {
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack",
"lint": "activeui-sdk-scripts lint",
"test": "jest --config=jest.config.js",
"ci:test": "cross-env CI=true yarn test"
},
"prettier": {
"trailingComma": "all"
},
"devDependencies": {
"@activeviam/activeui-sdk-5.0": "npm:@activeviam/[email protected]",
"@activeviam/activeui-sdk-5.1": "npm:@activeviam/[email protected]",
"@activeviam/activeui-sdk-scripts": "5.0.41",
"@activeviam/content-server-initialization-5.0": "npm:@activeviam/[email protected]",
"@activeviam/dashboard-base-5.0": "npm:@activeviam/[email protected]",
"@activeviam/dashboard-base-5.1": "npm:@activeviam/[email protected]",
"@activeviam/data-model-5.0": "npm:@activeviam/[email protected]",
"@activeviam/data-model-5.1": "npm:@activeviam/[email protected]",
"@activeviam/mdx-5.0": "npm:@activeviam/[email protected]",
"@activeviam/mdx-5.1": "npm:@activeviam/[email protected]",
"@swc/core": "^1.3.31",
"@swc/jest": "^0.2.24",
"@types/cli-progress": "^3.11.0",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.168",
"@types/semver": "^7.3.13",
"@types/uuid": "8.3.4",
"@types/yargs": "^17.0.11",
"cli-progress": "^3.11.2",
"cross-env": "^7.0.2",
"css-loader": "^5.1.3",
"file-loader": "^6.2.0",
"fs-extra": "^9.0.0",
"immer": "^8.0.0",
"is-ci": "^3.0.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lodash": "^4.17.15",
"semver": "^7.3.8",
"style-loader": "^1.2.1",
"ts-essentials": "^6.0.5",
"ts-loader": "^9.3.1",
"typescript": "^4.5.2",
"uuid": "^8.3.2",
"webpack": "^5.75.0",
"webpack-cli": "^4.5.0",
"xml2js": "^0.4.23",
"xmlbuilder2": "^3.1.1",
"yargs": "^15.3.1"
},
"engines": {
"node": ">=18.12.1"
}
}