wcz-test 4.0.0 → 4.1.0

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,76 +1,71 @@
1
- {
2
- "name": "wcz-test",
3
- "displayName": "WCZ Layout",
4
- "version": "4.0.0",
5
- "private": false,
6
- "sideEffects": false,
7
- "type": "module",
8
- "main": "dist/index.cjs",
9
- "types": "dist/index.d.cts",
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "dev": "vite dev",
15
- "prepublishOnly": "tsup ./src/index.ts --dts",
16
- "npm-install": "npm install",
17
- "npm-update": "npm update",
18
- "lint-fix": "eslint --fix \"src/**/*.{ts,tsx}\""
19
- },
20
- "dependencies": {
21
- "@tanstack/react-router-ssr-query": "^1.131.14",
22
- "axios": "^1.8.4",
23
- "file-saver": "^2.0.5",
24
- "i18next": "^25.0.0",
25
- "i18next-browser-languagedetector": "^8.0.4",
26
- "i18next-http-backend": "^3.0.2",
27
- "jwt-decode": "^4.0.0",
28
- "keycloak-js": "^26.2.0",
29
- "next-auth": "5.0.0-beta.29",
30
- "react-dropzone": "^14.3.8",
31
- "react-i18next": "^15.4.1",
32
- "react-number-format": "^5.4.4",
33
- "tus-js-client": "^4.3.1",
34
- "use-local-storage-state": "^19.5.0",
35
- "uuidv7": "^1.0.2"
36
- },
37
- "devDependencies": {
38
- "@eslint/js": "^9.28.0",
39
- "@tanstack/eslint-plugin-query": "^5.78.0",
40
- "@tanstack/eslint-plugin-router": "^1.120.17",
41
- "@types/file-saver": "^2.0.7",
42
- "@types/node": "^22.5.4",
43
- "@types/react": "^19.0.8",
44
- "@types/react-dom": "^19.0.3",
45
- "@vitejs/plugin-react": "^4.6.0",
46
- "eslint": "^9.28.0",
47
- "eslint-plugin-import": "^2.31.0",
48
- "eslint-plugin-react": "^7.37.5",
49
- "eslint-plugin-react-hooks": "^5.2.0",
50
- "eslint-plugin-unicorn": "^59.0.1",
51
- "react-markdown": "^10.1.0",
52
- "tsup": "^8.5.0",
53
- "typescript": "^5.7.2",
54
- "typescript-eslint": "^8.33.1",
55
- "vite-plugin-checker": "^0.9.3",
56
- "vite-plugin-pwa": "^1.0.2",
57
- "vite-tsconfig-paths": "^5.1.4"
58
- },
59
- "peerDependencies": {
60
- "@emotion/react": "11.x",
61
- "@emotion/styled": "11.x",
62
- "@mui/icons-material": "7.x",
63
- "@mui/material": "7.x",
64
- "@mui/x-data-grid-premium": "8.x",
65
- "@mui/x-date-pickers-pro": "8.x",
66
- "@tanstack/react-form": "1.x",
67
- "@tanstack/react-query": "5.x",
68
- "@tanstack/react-router": "1.x",
69
- "@tanstack/react-start": "1.x",
70
- "dayjs": "1.x",
71
- "react": "19.x",
72
- "react-dom": "19.x",
73
- "vite": "7.x",
74
- "zod": "4.x"
75
- }
1
+ {
2
+ "name": "wcz-test",
3
+ "displayName": "WCZ Layout",
4
+ "version": "4.1.0",
5
+ "private": false,
6
+ "sideEffects": false,
7
+ "type": "module",
8
+ "main": "dist/index.js",
9
+ "module": "dist/index.js",
10
+ "types": "dist/index.d.ts",
11
+ "files": [
12
+ "dist"
13
+ ],
14
+ "scripts": {
15
+ "dev": "vite dev",
16
+ "patch": "npm version patch --git-tag-version false",
17
+ "minor": "npm version minor --git-tag-version false",
18
+ "lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
19
+ "npm-install": "npm install",
20
+ "npm-update": "npm update",
21
+ "prepublishOnly": "tsup"
22
+ },
23
+ "dependencies": {
24
+ "@tanstack/react-router-ssr-query": "^1.131.14",
25
+ "axios": "^1.8.4",
26
+ "file-saver": "^2.0.5",
27
+ "i18next": "^25.0.0",
28
+ "i18next-browser-languagedetector": "^8.0.4",
29
+ "i18next-http-backend": "^3.0.2",
30
+ "jwt-decode": "^4.0.0",
31
+ "keycloak-js": "^26.2.0",
32
+ "react-dropzone": "^14.3.8",
33
+ "react-i18next": "^15.4.1",
34
+ "react-number-format": "^5.4.4",
35
+ "tus-js-client": "^4.3.1",
36
+ "use-local-storage-state": "^19.5.0",
37
+ "uuidv7": "^1.0.2"
38
+ },
39
+ "devDependencies": {
40
+ "@tanstack/eslint-config": "^0.3.2",
41
+ "@types/file-saver": "^2.0.7",
42
+ "@types/node": "^22.5.4",
43
+ "@types/react": "^19.0.8",
44
+ "@types/react-dom": "^19.0.3",
45
+ "@vitejs/plugin-react": "^4.6.0",
46
+ "babel-plugin-react-compiler": "^19.1.0-rc.3",
47
+ "react-markdown": "^10.1.0",
48
+ "tsup": "^8.4.0",
49
+ "typescript": "^5.7.2",
50
+ "vite-plugin-checker": "^0.9.3",
51
+ "vite-plugin-pwa": "^1.0.2",
52
+ "vite-tsconfig-paths": "^5.1.4",
53
+ "vite": "^7.1.7"
54
+ },
55
+ "peerDependencies": {
56
+ "@emotion/react": "11.x",
57
+ "@emotion/styled": "11.x",
58
+ "@mui/icons-material": "7.x",
59
+ "@mui/material": "7.x",
60
+ "@mui/x-data-grid-premium": "8.x",
61
+ "@mui/x-date-pickers-pro": "8.x",
62
+ "@tanstack/react-form": "1.x",
63
+ "@tanstack/react-query": "5.x",
64
+ "@tanstack/react-router": "1.x",
65
+ "@tanstack/react-start": "1.x",
66
+ "dayjs": "1.x",
67
+ "react": "19.x",
68
+ "react-dom": "19.x",
69
+ "zod": "4.x"
70
+ }
76
71
  }