-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.94 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
{
"name": "simple-chat",
"version": "0.1.0",
"private": true,
"homepage": "https://meskal1.github.io/simple-chat",
"scripts": {
"start": "react-scripts start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@craco/craco": "^7.0.0",
"@reduxjs/toolkit": "^1.9.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/babel__core": "^7.20.0",
"@types/node": "^16.7.13",
"@types/react-redux": "^7.1.24",
"axios": "^1.2.1",
"brotli-webpack-plugin": "^1.1.0",
"clsx": "^1.2.1",
"compress-create-react-app": "^1.3.1",
"compression-webpack-plugin": "^10.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"formik": "^2.2.9",
"gh-pages": "^4.0.0",
"lodash.debounce": "^4.0.8",
"node-sass": "^8.0.0",
"postcss-normalize": "^10.0.1",
"react": "^18.2.0",
"react-color": "2.19.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-file-utils": "^1.2.0",
"react-focus-lock": "^2.9.3",
"react-popper": "^2.3.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"sass": "^1.55.0",
"sass-math": "^1.0.0",
"stream-chat": "^8.1.0",
"stream-chat-react": "^10.4.1",
"stylelint-scss": "^4.3.0",
"typewriter-effect": "^2.19.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"universal-cookie": "^4.0.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/emoji-mart": "^3.0.9",
"@types/jest": "^26.0.22",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint": "8.22.0",
"eslint-config-it-incubator": "^1.0.10",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.30.1",
"group-css-media-queries-loader": "^4.3.0",
"prettier": "^2.7.1",
"prettier-config-it-incubator": "^1.0.1",
"prettier-stylelint": "^0.4.2",
"serve": "^14.1.2",
"stylelint": "^14.10.0",
"stylelint-config-clean-order": "^0.9.0",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-prettier": "^2.0.0",
"typescript": "^4.8.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}