@vlprojects-chat/chat 0.7.2 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.7.2",
4
+ "version": "0.8.1",
5
5
  "description": "VLprojects chat",
6
6
  "license": "ISC",
7
+ "main": "dist/index.js",
7
8
  "types": "dist/index.d.ts",
8
- "main": "./dist/index.mjs",
9
- "module": "./dist/index.mjs",
9
+ "module": "dist/index.es.js",
10
10
  "files": [
11
11
  "dist"
12
12
  ],
@@ -15,9 +15,12 @@
15
15
  "url": "git+ssh://git@github.com/VLprojects/chat.git"
16
16
  },
17
17
  "scripts": {
18
- "start": "vite",
18
+ "start": "webpack serve --mode development --config webpack/webpack.config.ts --env target=development",
19
+ "build": "rm -rf dist && webpack --mode production --config webpack/webpack.config.ts --env target=production",
20
+ "build:stage": "rm -rf dist && webpack --mode production --config webpack/webpack.config.ts --env target=stage",
19
21
  "lint:js": "eslint ./src --ext .ts,.tsx",
20
- "build": "tsc --noEmit && vite build --mode production"
22
+ "client:build:prod:stats": "webpack --mode production --config webpack/webpack.config.ts --env test --profile --json > build/stats.json",
23
+ "webpack-bundle-analyzer": "webpack-bundle-analyzer build/stats.json"
21
24
  },
22
25
  "browserslist": {
23
26
  "production": [
@@ -32,8 +35,9 @@
32
35
  ]
33
36
  },
34
37
  "dependencies": {
35
- "@emotion/react": "^11.7.1",
36
- "@emotion/styled": "^11.6.0",
38
+ "@emotion/css": "^11.11.2",
39
+ "@emotion/react": "^11.10.6",
40
+ "@emotion/styled": "^11.10.6",
37
41
  "@mui/icons-material": "^5.8.2",
38
42
  "@mui/lab": "5.0.0-alpha.65",
39
43
  "@mui/material": "^5.3.0",
@@ -57,8 +61,9 @@
57
61
  "mobx-react": "^7.2.1",
58
62
  "mobx-react-lite": "^3.2.3",
59
63
  "mobx-utils": "^6.0.4",
60
- "notistack": "^2.0.3",
64
+ "notistack": "^3.0.1",
61
65
  "qs": "^6.10.3",
66
+ "react-dropzone": "^14.2.3",
62
67
  "react-error-boundary": "^3.1.4",
63
68
  "react-final-form": "^6.5.7",
64
69
  "react-final-form-arrays": "^3.1.3",
@@ -66,7 +71,8 @@
66
71
  "react-virtuoso": "^4.1.0",
67
72
  "route-parser": "^0.0.5",
68
73
  "serialize-error": "^11.0.3",
69
- "ua-parser-js": "^1.0.34"
74
+ "ua-parser-js": "^1.0.34",
75
+ "uuid": "^9.0.1"
70
76
  },
71
77
  "lint-staged": {
72
78
  "*.{js,jsx,ts,tsx,json,css,scss,md}": "prettier --write"
@@ -79,7 +85,9 @@
79
85
  "@babel/preset-react": "^7.16.7",
80
86
  "@babel/preset-typescript": "^7.16.7",
81
87
  "@babel/runtime": "^7.16.7",
82
- "@types/events": "^3.0.3",
88
+ "@emotion/babel-plugin": "^11.11.0",
89
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
90
+ "@types/dotenv-webpack": "^7.0.3",
83
91
  "@types/flat": "^5.0.2",
84
92
  "@types/js-cookie": "^2.2.7",
85
93
  "@types/node": "^17.0.10",
@@ -90,32 +98,39 @@
90
98
  "@types/react-router-dom": "^5.3.3",
91
99
  "@types/route-parser": "^0.1.4",
92
100
  "@types/ua-parser-js": "^0.7.36",
101
+ "@types/uuid": "^9.0.8",
93
102
  "@typescript-eslint/eslint-plugin": "^5.10.0",
94
103
  "@typescript-eslint/parser": "^5.10.0",
95
- "@vitejs/plugin-react": "^4.2.1",
96
104
  "autoprefixer": "9.0.0",
97
105
  "babel-loader": "^8.2.3",
98
106
  "cross-env": "^7.0.3",
99
107
  "dotenv": "^14.2.0",
108
+ "dotenv-webpack": "^7.0.3",
100
109
  "eslint-config-airbnb-typescript": "^16.1.0",
101
110
  "eslint-config-prettier": "^8.3.0",
102
111
  "eslint-plugin-import": "^2.25.4",
103
112
  "eslint-plugin-jsx-a11y": "^6.5.1",
104
113
  "eslint-plugin-react": "^7.28.0",
105
114
  "eslint-plugin-react-hooks": "^4.3.0",
115
+ "fork-ts-checker-webpack-plugin": "^6.5.0",
116
+ "html-webpack-plugin": "^5.5.0",
106
117
  "prettier": "^2.5.1",
107
118
  "react": "^17.0.2",
108
119
  "react-dom": "^17.0.2",
109
120
  "react-refresh": "^0.11.0",
110
121
  "source-map-loader": "^3.0.1",
111
122
  "ts-node": "^10.4.0",
123
+ "tsconfig-paths-webpack-plugin": "^3.5.2",
112
124
  "tslib": "^2.3.1",
113
125
  "type-fest": "^2.10.0",
114
126
  "typescript": "^4.5.4",
115
127
  "url-loader": "^4.1.1",
116
- "vite": "^5.1.5",
117
- "vite-plugin-node-polyfills": "^0.21.0",
118
- "vite-tsconfig-paths": "^4.3.1"
128
+ "webpack": "^5.67.0",
129
+ "webpack-bundle-analyzer": "^4.5.0",
130
+ "webpack-cli": "^4.9.2",
131
+ "webpack-dev-server": "^4.7.3",
132
+ "webpack-merge": "^5.8.0",
133
+ "webpack-node-externals": "^3.0.0"
119
134
  },
120
135
  "peerDependencies": {
121
136
  "@emotion/react": "^11.x.x",
package/dist/imp.png DELETED
Binary file