-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
107 lines (107 loc) · 3.2 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "superb-data-kraken-frontend",
"version": "0.0.1",
"license": "Apache-2.0",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install",
"postinstall": "node ./node_modules/@axa-fr/react-oidc/bin/copy-service-worker-files.mjs public"
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.391.0",
"@aws-sdk/lib-storage": "^3.391.0",
"@aws-sdk/s3-request-presigner": "^3.391.0",
"@axa-fr/oidc-client": "7.9.2",
"@axa-fr/react-oidc": "7.9.2",
"@azure/storage-blob": "^12.15.0",
"@popperjs/core": "^2.11.8",
"@swc/helpers": "~0.5.0",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-table": "^8.9.3",
"axios": "^1.6.0",
"axios-hooks": "^4.0.0",
"bootstrap": "^5.3.0",
"date-fns": "^2.30.0",
"downloadjs": "^1.4.7",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-iframe": "^1.8.5",
"react-intl": "^6.4.4",
"react-router-dom": "^6.13.0",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"regenerator-runtime": "^0.14.0",
"use-immer": "^0.9.0",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "^16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/react": "16.3.2",
"@nx/storybook": "16.3.2",
"@nx/vite": "16.3.2",
"@nx/web": "16.3.2",
"@nx/workspace": "16.3.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/downloadjs": "^1.4.3",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.197",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"babel-jest": "^29.5.0",
"cross-fetch": "^4.0.0",
"cypress": "^12.11.0",
"eslint": "~8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "~20.0.3",
"lint-staged": "^13.2.2",
"msw": "^2.0.8",
"nx": "16.3.2",
"nx-cloud": "^16.0.5",
"path": "^0.12.7",
"prettier": "^2.6.2",
"react-test-renderer": "^18.2.0",
"sass": "^1.55.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.2",
"vite": "^4.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.31.0"
}
}