-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
117 lines (117 loc) · 4.43 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
108
109
110
111
112
113
114
115
116
117
{
"name": "p2p",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"analyze:build": "vite-bundle-visualizer",
"dev": "vite",
"build": "tsc && vite build",
"fix": "eslint \"./src/**/*.?(js|jsx|ts|tsx)\" --fix",
"preview": "vite preview",
"test:lint": "prettier --log-level silent --write . && eslint \"./src/**/*.?(js|jsx|ts|tsx)\"",
"test": "jest --passWithNoTests",
"test:coverage": "jest --coverage --passWithNoTests --runInBand",
"prepare": "husky install"
},
"dependencies": {
"@babel/preset-env": "^7.24.5",
"@chakra-ui/react": "^2.8.2",
"@datadog/browser-rum": "^5.11.0",
"@deriv-com/analytics": "^1.27.0",
"@deriv-com/api-hooks": "^1.7.1",
"@deriv-com/auth-client": "1.0.27",
"@deriv-com/translations": "^1.3.9",
"@deriv-com/ui": "^1.35.6",
"@deriv-com/utils": "^0.0.39",
"@deriv/quill-icons": "^2.3.0",
"@sendbird/chat": "^4.11.3",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-table": "^8.15.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^29.7.0",
"clsx": "^2.1.0",
"downshift": "^9.0.8",
"embla-carousel": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"history": "^4.10.1",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"postcss-rtlcss": "^5.3.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-calendar": "^5.0.0",
"react-content-loader": "^7.0.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.1",
"react-router-dom": "^5.2.0",
"react-share": "^5.1.0",
"react-simple-star-rating": "^5.1.7",
"react-transition-group": "^4.4.5",
"trackjs": "^3.10.4",
"use-query-params": "^2.2.1",
"usehooks-ts": "^2.16.0",
"vite": "^5.1.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@deriv-com/eslint-config-deriv": "^2.1.0-beta.3",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/history": "^4.7.11",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.1.6",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"husky": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transformer-svg": "^2.0.2",
"lint-staged": "^10.4.0",
"postcss": "^8.4.38",
"prettier": "^3.1.0",
"sass": "^1.72.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-no-unsupported-browser-features": "^4.0.0",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.2",
"typescript": "^5.2.2",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-html-config": "^1.0.11",
"vite-plugin-sass": "^0.1.0",
"vite-plugin-svgr": "^4.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}