sixseconds-modules 1.6.156 → 1.6.158

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,98 +1,98 @@
1
- {
2
- "name": "sixseconds-modules",
3
- "version": "1.6.156",
4
- "main": "dist/index.cjs.js",
5
- "module": "dist/index.es.js",
6
- "types": "dist/index.d.ts",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./dist/index.es.js",
11
- "require": "./dist/index.cjs.js"
12
- },
13
- "./styles": "./dist/styles.css"
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "sideEffects": [
19
- "./dist/styles.css"
20
- ],
21
- "publishConfig": {
22
- "access": "public"
23
- },
24
- "scripts": {
25
- "dev": "vite",
26
- "build:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode production",
27
- "build-qa:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode qa",
28
- "build-local:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode localhost",
29
- "build-dev:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode development",
30
- "lint": "eslint .",
31
- "format": "prettier --write .",
32
- "prepare": "husky install",
33
- "dev:stop": "npx kill-port 2000 -y",
34
- "type:check": "tsc --noEmit -p ./tsconfig.json",
35
- "deps:check": "yarn knip --config ./knip.json"
36
- },
37
- "peerDependencies": {
38
- "@emotion/react": "^11.0.0 || ^11.14.1",
39
- "@emotion/styled": "^11.0.0 || ^11.14.0",
40
- "@mui/icons-material": "^5.0.0 || ^6.4.5",
41
- "@mui/material": "^5.0.0 || ^6.0.0 || ^7",
42
- "react": "^18.0.0 || ^19.0.0",
43
- "react-dom": "^18.0.0 || ^19.0.0"
44
- },
45
- "peerDependenciesMeta": {
46
- "react": {
47
- "optional": false
48
- },
49
- "react-dom": {
50
- "optional": false
51
- }
52
- },
53
- "dependencies": {
54
- "@t3-oss/env-core": "^0.13.4",
55
- "@types/js-cookie": "3.0.6",
56
- "axios": "^1.12.0",
57
- "formik": "^2.4.6",
58
- "js-cookie": "3.0.5",
59
- "kill-port": "^2.0.1",
60
- "moment": "^2.30.1",
61
- "react-hot-toast": "^2.5.2",
62
- "react-infinite-scroll-component": "^6.1.0",
63
- "urlcat": "2",
64
- "vite-plugin-css-injected-by-js": "^3.5.2",
65
- "yup": "^1.6.1",
66
- "zod": "^3.24.4"
67
- },
68
- "devDependencies": {
69
- "@commitlint/cli": "^19.8.1",
70
- "@commitlint/config-conventional": "^19.8.1",
71
- "@emotion/react": "^11.14.0",
72
- "@emotion/styled": "^11.14.0",
73
- "@eslint/js": "^9.21.0",
74
- "@mui/icons-material": "^6.4.5",
75
- "@mui/material": "6.4.8",
76
- "@types/node": "^24.0.3",
77
- "@types/react": "^19.0.10",
78
- "@types/react-dom": "^19.0.4",
79
- "@vitejs/plugin-react": "^4.3.4",
80
- "eslint": "^9.21.0",
81
- "eslint-config-prettier": "^10.1.5",
82
- "eslint-plugin-prettier": "^5.4.1",
83
- "eslint-plugin-react-hooks": "^5.0.0",
84
- "eslint-plugin-react-refresh": "^0.4.19",
85
- "globals": "^15.15.0",
86
- "husky": "^9.1.7",
87
- "knip": "^5.61.0",
88
- "prettier": "^3.5.3",
89
- "react": "^19.0.0",
90
- "react-dom": "^19.0.0",
91
- "rimraf": "^5.0.1",
92
- "typescript": "^5.8.3",
93
- "typescript-eslint": "^8.24.1",
94
- "vite": "^6.3.6",
95
- "vite-plugin-dts": "^4.5.3",
96
- "vite-plugin-svgr": "^4.3.0"
97
- }
98
- }
1
+ {
2
+ "name": "sixseconds-modules",
3
+ "version": "1.6.158",
4
+ "main": "dist/index.cjs.js",
5
+ "module": "dist/index.es.js",
6
+ "types": "dist/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/index.es.js",
11
+ "require": "./dist/index.cjs.js"
12
+ },
13
+ "./styles": "./dist/styles.css"
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "sideEffects": [
19
+ "./dist/styles.css"
20
+ ],
21
+ "publishConfig": {
22
+ "access": "public"
23
+ },
24
+ "scripts": {
25
+ "dev": "vite",
26
+ "build:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode production",
27
+ "build-qa:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode qa",
28
+ "build-local:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode localhost",
29
+ "build-dev:clean": "rimraf dist && tsc --p ./tsconfig.build.json && vite build --mode development",
30
+ "lint": "eslint .",
31
+ "format": "prettier --write .",
32
+ "prepare": "husky install",
33
+ "dev:stop": "npx kill-port 2000 -y",
34
+ "type:check": "tsc --noEmit -p ./tsconfig.json",
35
+ "deps:check": "yarn knip --config ./knip.json"
36
+ },
37
+ "peerDependencies": {
38
+ "@emotion/react": "^11.0.0 || ^11.14.1",
39
+ "@emotion/styled": "^11.0.0 || ^11.14.0",
40
+ "@mui/icons-material": "^5.0.0 || ^6.4.5",
41
+ "@mui/material": "^5.0.0 || ^6.0.0 || ^7",
42
+ "react": "^18.0.0 || ^19.0.0",
43
+ "react-dom": "^18.0.0 || ^19.0.0"
44
+ },
45
+ "peerDependenciesMeta": {
46
+ "react": {
47
+ "optional": false
48
+ },
49
+ "react-dom": {
50
+ "optional": false
51
+ }
52
+ },
53
+ "dependencies": {
54
+ "@t3-oss/env-core": "^0.13.4",
55
+ "@types/js-cookie": "3.0.6",
56
+ "axios": "^1.12.0",
57
+ "formik": "^2.4.6",
58
+ "js-cookie": "3.0.5",
59
+ "kill-port": "^2.0.1",
60
+ "moment": "^2.30.1",
61
+ "react-hot-toast": "^2.5.2",
62
+ "react-infinite-scroll-component": "^6.1.0",
63
+ "urlcat": "2",
64
+ "vite-plugin-css-injected-by-js": "^3.5.2",
65
+ "yup": "^1.6.1",
66
+ "zod": "^3.24.4"
67
+ },
68
+ "devDependencies": {
69
+ "@commitlint/cli": "^19.8.1",
70
+ "@commitlint/config-conventional": "^19.8.1",
71
+ "@emotion/react": "^11.14.0",
72
+ "@emotion/styled": "^11.14.0",
73
+ "@eslint/js": "^9.21.0",
74
+ "@mui/icons-material": "^6.4.5",
75
+ "@mui/material": "6.4.8",
76
+ "@types/node": "^24.0.3",
77
+ "@types/react": "^19.0.10",
78
+ "@types/react-dom": "^19.0.4",
79
+ "@vitejs/plugin-react": "^4.3.4",
80
+ "eslint": "^9.21.0",
81
+ "eslint-config-prettier": "^10.1.5",
82
+ "eslint-plugin-prettier": "^5.4.1",
83
+ "eslint-plugin-react-hooks": "^5.0.0",
84
+ "eslint-plugin-react-refresh": "^0.4.19",
85
+ "globals": "^15.15.0",
86
+ "husky": "^9.1.7",
87
+ "knip": "^5.61.0",
88
+ "prettier": "^3.5.3",
89
+ "react": "^19.0.0",
90
+ "react-dom": "^19.0.0",
91
+ "rimraf": "^5.0.1",
92
+ "typescript": "^5.8.3",
93
+ "typescript-eslint": "^8.24.1",
94
+ "vite": "^6.4.1",
95
+ "vite-plugin-dts": "^4.5.3",
96
+ "vite-plugin-svgr": "^4.3.0"
97
+ }
98
+ }