-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.24 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
{
"name": "chatr-messenger",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@reduxjs/toolkit": "^1.9.3",
"bootstrap": "^5.1.3",
"emoji-mart": "^5.5.2",
"emoji-picker-react": "^4.4.8",
"firebase": "^9.18.0",
"formik": "^2.2.9",
"fuse.js": "^6.6.2",
"gravatar": "^1.8.2",
"history": "^5.3.0",
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-alice-carousel": "^2.7.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.2.0",
"react-moment": "^1.1.3",
"react-redux": "^8.0.5",
"react-router-dom": "6.11.2",
"react-use": "^17.4.0",
"reactstrap": "^9.1.6",
"redux-persist": "^6.0.0",
"simplebar-react": "^3.2.2",
"yup": "^1.0.2"
},
"devDependencies": {
"@nx/cypress": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/react": "16.7.4",
"@nx/vite": "16.7.4",
"@nx/workspace": "16.7.4",
"@testing-library/react": "14.0.0",
"@types/gravatar": "^1.8.3",
"@types/lodash": "^4.14.191",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-c8": "0.31.4",
"@vitest/ui": "0.31.4",
"cypress": "12.17.4",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.14.0",
"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",
"jsdom": "22.1.0",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"prettier": "^2.6.2",
"sass": "^1.59.3",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.4"
}
}