-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.19 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
73
74
75
76
77
78
79
80
81
{
"name": "jii",
"private": true,
"scripts": {
"prebuild": "tsc"
},
"workspaces": [
"framework/*",
"packages/*",
"plugins/*"
],
"license": "Apache-2.0",
"dependencies": {
"acorn": "^8.11.3",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^4.2.0",
"ajv-keywords": "^5.1.0",
"bcryptjs": "^2.4.3",
"case": "^1.6.3",
"deepmerge": "^4.3.1",
"dotenv": "^16.3.1",
"glob": "^10.3.10",
"locale-code": "^2.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"ms": "^2.1.3",
"nanoid": "^5.0.4",
"nunjucks": "^3.2.4",
"object-path": "^0.11.8",
"reflect-metadata": "^0.2.1",
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-async-do-expressions": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-do-expressions": "^7.23.3",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-function-bind": "^7.23.3",
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.11",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.10.6",
"@types/object-path": "^0.11.4",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-jest": "~27.6.1",
"faker": "^6.6.6",
"jest": "^29.7.0",
"lerna": "^8.0.1",
"lint": "^0.8.19",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"utility-types": "^3.10.0"
},
"resolutions": {
"@babel/core": "^7.23.7"
},
"engines": {
"node": ">=20.12"
}
}