forked from open-condo-software/open-condo-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.99 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
82
83
84
85
86
87
88
89
{
"name": "root",
"description": "Easy and Fast StartUp development kit",
"private": true,
"repository": "https://github.com/open-condo-software/condo",
"homepage": "https://github.com/open-condo-software/condo",
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"analysis": "./bin/run-semgrep.sh -a",
"build:packages": "turbo run build --filter='./packages/*'",
"build:apps": "turbo run build --filter='./apps/*' --concurrency=100%",
"build": "turbo run build",
"lint:code": "yarn run eslint . --ext .js,.jsx,.ts,.tsx",
"lint:translations": "turbo run lint-translations",
"createapp": "node ./bin/createapp",
"prepare": "husky install"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@faker-js/faker": "^7.6.0",
"@graphql-codegen/cli": "1.21.8",
"@graphql-codegen/typescript": "1.23.0",
"@mono-pub/commit-analyzer": "^1.0.1",
"@mono-pub/git": "^1.0.1",
"@mono-pub/github": "^1.0.1",
"@mono-pub/npm": "^1.0.1",
"@open-condo/cli": "workspace:^",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-eslint": "^10.1.0",
"commander": "^9.4.0",
"eslint": "^7.13.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"execa": "^5",
"husky": "7.0.4",
"jest": "^29.7.0",
"jest-diff": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"mono-pub": "^1.0.1",
"node-fetch": "^2.6.7",
"postcss-less": "^6.0.0",
"stylelint": "^14.11.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^28.0.0",
"turbo": "^1.10.16",
"typescript": "^4.1.5"
},
"engines": {
"node": ">=16.11",
"yarn": ">=3.2.0"
},
"dependencies": {
"bull": "^4.8.4",
"bull-repl": "^0.27.2",
"commitlint-plugin-function-rules": "^1.3.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"packageManager": "[email protected]",
"resolutions": {
"npm": "latest-6",
"graphql-upload": "^15.0.2",
"@keystonejs/app-admin-ui/@types/react": "16.9.17",
"react-intl/@types/react": "16.9.17",
"@types/react-transition-group@npm:2.9.2/@types/react": "16.9.17",
"@types/react-infinite-scroller@npm:1.2.3/@types/react": "16.9.17",
"@types/hoist-non-react-statics@npm:3.3.1/@types/react": "16.9.17",
"es5-ext": "0.10.53",
"debuglog": "1.0.1",
"debug": "4.3.4",
"knex": "0.95.15",
"@keystonejs/keystone": "patch:@keystonejs/keystone@npm:19.3.4#.yarn/patches/@keystonejs-keystone-npm-19.3.4-2a53e53061.patch",
"@keystonejs/app-graphql": "patch:@keystonejs/app-graphql@npm:6.3.2#.yarn/patches/@keystonejs-app-graphql-npm-6.3.2-26fe50b988.patch"
}
}