-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.04 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
{
"name": "cig-marketplace",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.14.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && eslint",
"test": "jest"
},
"dependencies": {
"@cig-platform/auth-bff-client": "^0.1.12",
"@cig-platform/content-search-client": "^0.0.23",
"@cig-platform/context": "^0.1.7",
"@cig-platform/data-helper": "^0.0.1",
"@cig-platform/enums": "^0.0.5",
"@cig-platform/factories": "^0.0.20",
"@cig-platform/hooks": "^0.0.6",
"@cig-platform/marketplace-bff-client": "^0.0.14",
"@cig-platform/microfrontend-helper": "^0.2.0",
"@cig-platform/types": "^0.0.33",
"@cig-platform/ui": "^0.2.17",
"axios": "^0.26.0",
"i18next": "^21.6.13",
"jsonwebtoken": "^8.5.1",
"next": "12.1.0",
"next-pwa": "^5.6.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-i18next": "^11.15.6",
"react-icons": "^4.3.1",
"react-query": "^3.39.1",
"react-slider": "^1.3.1",
"scheduler": "^0.20.2",
"styled-components": "^5.3.3",
"sweetalert2": "^11.4.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/react": "17.0.39",
"@types/react-facebook-login": "^4.1.4",
"@types/react-slider": "^1.3.1",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"babel-jest": "^27.5.1",
"eslint": "^8.10.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-react": "^7.29.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "4.6.2"
}
}