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