forked from thompsonsj/payload-crowdin-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.27 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": "@payload-crowdin-sync-nx/source",
"version": "0.7.8",
"license": "MIT",
"scripts": {
"release": "nx build plugin && cd dist/plugin && npm publish",
"test": "nx run-many --all --target=test"
},
"private": true,
"dependencies": {
"@crowdin/crowdin-api-client": "^1.35.0",
"@payloadcms/bundler-webpack": "^1.0.7",
"@payloadcms/db-mongodb": "^1.5.2",
"@payloadcms/richtext-lexical": "^0.11.2",
"@payloadcms/richtext-slate": "^1.5.2",
"@slate-serializers/html": "^2.2.0",
"@swc/helpers": "0.5.12",
"@types/dot-object": "^2.1.6",
"deep-equal": "^2.2.3",
"dot-object": "^2.1.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"payload": "^2.24.2",
"react": "^18.3.1",
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@nx/eslint": "19.5.2",
"@nx/eslint-plugin": "19.5.2",
"@nx/jest": "19.5.2",
"@nx/js": "19.5.2",
"@nx/workspace": "19.5.2",
"@shelf/jest-mongodb": "^4.3.2",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@swc/register": "^0.1.10",
"@types/deep-equal": "^1.0.4",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "20.14.12",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"get-port": "^7.1.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"mongodb-memory-server": "^9.1.6",
"nock": "13.5.4",
"nodemon": "^3.1.4",
"nx": "19.5.2",
"prettier": "^3.3.3",
"prettier-2": "npm:prettier@^2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.5.4",
"verdaccio": "^5.31.1"
},
"nx": {
"includedScripts": []
},
"volta": {
"node": "17.9.1"
}
}