@centreon/js-config 24.4.1 → 24.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,60 +1,63 @@
1
1
  {
2
- "name": "@centreon/js-config",
3
- "description": "Centreon Frontend shared build configuration",
4
- "version": "24.4.1",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/centreon/centreon-frontend.git"
8
- },
9
- "keywords": [
10
- "centreon",
11
- "eslint"
12
- ],
13
- "author": "centreon@centreon.com",
14
- "license": "GPL-2.0",
15
- "bugs": {
16
- "url": "https://github.com/centreon/centreon-frontend/issues"
17
- },
18
- "devDependencies": {
19
- "@tsconfig/node16": "^16.1.1",
20
- "eslint": "^8.17.0",
21
- "eslint-config-airbnb": "19.0.4",
22
- "eslint-config-prettier": "^8.5.0",
23
- "eslint-import-resolver-alias": "^1.1.2",
24
- "eslint-import-resolver-typescript": "^3.5.5",
25
- "eslint-plugin-babel": "^5.3.1",
26
- "eslint-plugin-hooks": "^0.4.3",
27
- "eslint-plugin-import": "^2.26.0",
28
- "eslint-plugin-jest": "^26.1.5",
29
- "eslint-plugin-jsx-a11y": "^6.5.1",
30
- "eslint-plugin-node": "^11.1.0",
31
- "eslint-plugin-prefer-arrow-functions": "^3.1.4",
32
- "eslint-plugin-prettier": "^4.0.0",
33
- "eslint-plugin-react": "^7.29.4",
34
- "eslint-plugin-react-hooks": "^4.5.0",
35
- "eslint-plugin-sort-keys-fix": "^1.1.2",
36
- "eslint-plugin-typescript-sort-keys": "^2.1.0"
37
- },
38
- "homepage": "https://github.com/centreon/centreon-frontend#readme",
39
- "files": [
40
- "eslint",
41
- "jest",
42
- "tsconfig",
43
- "webpack",
44
- "cypress"
45
- ],
46
- "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "^19.1.0",
48
- "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
49
- "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
50
- "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
51
- "@types/cypress-cucumber-preprocessor": "^4.0.5",
52
- "@types/dockerode": "^3.3.23",
53
- "cypress-multi-reporters": "^1.6.4",
54
- "cypress-terminal-report": "^5.3.9",
55
- "dockerode": "^4.0.0",
56
- "dotenv": "^16.3.1",
57
- "esbuild": "^0.19.5",
58
- "mochawesome": "^7.1.3"
59
- }
2
+ "name": "@centreon/js-config",
3
+ "description": "Centreon Frontend shared build configuration",
4
+ "version": "24.4.2",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/centreon/centreon-frontend.git"
8
+ },
9
+ "keywords": [
10
+ "centreon",
11
+ "eslint"
12
+ ],
13
+ "author": "centreon@centreon.com",
14
+ "license": "GPL-2.0",
15
+ "bugs": {
16
+ "url": "https://github.com/centreon/centreon-frontend/issues"
17
+ },
18
+ "homepage": "https://github.com/centreon/centreon-frontend#readme",
19
+ "files": [
20
+ "eslint",
21
+ "jest",
22
+ "tsconfig",
23
+ "webpack",
24
+ "cypress"
25
+ ],
26
+ "peerDependencies": {
27
+ "prettier": "^3.0.0",
28
+ "eslint": "^8.53.0"
29
+ },
30
+ "dependencies": {
31
+ "@badeball/cypress-cucumber-preprocessor": "^19.1.0",
32
+ "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
33
+ "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
34
+ "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
35
+ "@tsconfig/node16": "^16.1.1",
36
+ "@tsconfig/node20": "^20.1.2",
37
+ "@types/cypress-cucumber-preprocessor": "^4.0.5",
38
+ "@types/dockerode": "^3.3.23",
39
+ "cypress-multi-reporters": "^1.6.4",
40
+ "cypress-terminal-report": "^5.3.9",
41
+ "dockerode": "^4.0.0",
42
+ "dotenv": "^16.3.1",
43
+ "esbuild": "^0.19.5",
44
+ "eslint": "^8.53.0",
45
+ "eslint-config-airbnb": "19.0.4",
46
+ "eslint-config-prettier": "^8.5.0",
47
+ "eslint-import-resolver-alias": "^1.1.2",
48
+ "eslint-import-resolver-typescript": "^3.5.5",
49
+ "eslint-plugin-babel": "^5.3.1",
50
+ "eslint-plugin-hooks": "^0.4.3",
51
+ "eslint-plugin-import": "^2.26.0",
52
+ "eslint-plugin-jest": "^26.1.5",
53
+ "eslint-plugin-jsx-a11y": "^6.5.1",
54
+ "eslint-plugin-node": "^11.1.0",
55
+ "eslint-plugin-prefer-arrow-functions": "^3.1.4",
56
+ "eslint-plugin-prettier": "^5.0.0",
57
+ "eslint-plugin-react": "^7.29.4",
58
+ "eslint-plugin-react-hooks": "^4.5.0",
59
+ "eslint-plugin-sort-keys-fix": "^1.1.2",
60
+ "eslint-plugin-typescript-sort-keys": "^2.1.0",
61
+ "mochawesome": "^7.1.3"
62
+ }
60
63
  }
@@ -0,0 +1,12 @@
1
+ {
2
+ "extends": "@tsconfig/node20/tsconfig.json",
3
+ "compilerOptions": {
4
+ "sourceMap": true,
5
+ "allowJs": true,
6
+ "strictNullChecks": false,
7
+ "declaration": false,
8
+ "esModuleInterop": true,
9
+ "strict": true,
10
+ "types": ["@types/jest", "node"]
11
+ }
12
+ }