dccxx-s3-explorer 1.0.40 → 1.0.41

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,132 +1,133 @@
1
- {
2
- "name": "dccxx-s3-explorer",
3
- "version": "1.0.40",
4
- "description": "A production ready, batteries included starter template for Vite + React projects",
5
- "keywords": [
6
- "vite",
7
- "react",
8
- "boilerplate",
9
- "starter",
10
- "template"
11
- ],
12
- "repository": {
13
- "type": "git",
14
- "url": "https://github.com/RicardoValdovinos/vite-react-boilerplate"
15
- },
16
- "license": "MIT",
17
- "author": "Ricardo Valdovinos <ricardovaldovinos1996@gmail.com>",
18
- "type": "module",
19
- "main": "./dist/s3-explorer.umd.cjs",
20
- "module": "./dist/s3-explorer.js",
21
- "files": [
22
- "dist",
23
- "README.md"
24
- ],
25
- "scripts": {
26
- "build": "tsc && vite build",
27
- "commitizen": "exec < /dev/tty && git cz --hook || true",
28
- "commitlint": "commitlint --edit",
29
- "dev": "vite",
30
- "format": "prettier \"src/**/*.{ts,tsx,json}\" --write",
31
- "prepare": "husky",
32
- "preview": "vite preview",
33
- "setup": "git init && npx husky init && npx playwright install && shx rm .husky/pre-commit",
34
- "storybook": "storybook dev -p 6006",
35
- "storybook:build": "storybook build",
36
- "storybook:setup": "node node_modules/@storybook/addon-styling/bin/postinstall.js",
37
- "test": "vitest run src/ && playwright test",
38
- "test:e2e": "playwright test",
39
- "test:e2e:report": "playwright show-report",
40
- "test:unit": "vitest src/",
41
- "test:unit:coverage": "vitest --coverage src/"
42
- },
43
- "config": {
44
- "commitizen": {
45
- "path": "./node_modules/cz-conventional-changelog"
46
- }
47
- },
48
- "dependencies": {
49
- "@hookform/resolvers": "^3.9.0",
50
- "@nivo/bar": "^0.87.0",
51
- "@nivo/core": "^0.87.0",
52
- "@nivo/line": "^0.87.0",
53
- "@nivo/pie": "^0.87.0",
54
- "@radix-ui/react-checkbox": "^1.1.2",
55
- "@radix-ui/react-dialog": "^1.1.2",
56
- "@radix-ui/react-label": "^2.1.0",
57
- "@radix-ui/react-radio-group": "^1.2.2",
58
- "@radix-ui/react-slot": "^1.1.1",
59
- "@radix-ui/react-tabs": "^1.1.2",
60
- "@radix-ui/react-toast": "^1.2.2",
61
- "@radix-ui/react-tooltip": "^1.1.6",
62
- "@tanstack/react-query": "5.53.1",
63
- "@tanstack/react-router": "^1.51.6",
64
- "@tanstack/react-table": "^8.20.5",
65
- "ahooks": "^3.8.4",
66
- "axios": "^1.7.9",
67
- "class-variance-authority": "^0.7.1",
68
- "clsx": "^2.1.1",
69
- "dayjs": "^1.11.13",
70
- "i18next": "^23.14.0",
71
- "i18next-browser-languagedetector": "^8.0.0",
72
- "i18next-http-backend": "^2.6.1",
73
- "lucide-react": "^0.468.0",
74
- "react": "^18.3.1",
75
- "react-dom": "^18.3.1",
76
- "react-dropzone": "^14.3.5",
77
- "react-hook-form": "^7.53.0",
78
- "react-i18next": "^15.0.1",
79
- "tailwind-merge": "^2.5.5",
80
- "tailwindcss-animate": "^1.0.7",
81
- "zod": "^3.23.8",
82
- "zustand": "^4.5.5"
83
- },
84
- "devDependencies": {
85
- "@commitlint/cli": "^19.4.1",
86
- "@commitlint/config-conventional": "^19.4.1",
87
- "@faker-js/faker": "^8.4.1",
88
- "@headlessui/react": "^2.1.3",
89
- "@heroicons/react": "^2.2.0",
90
- "@hookform/devtools": "^4.3.1",
91
- "@playwright/test": "^1.46.1",
92
- "@storybook/addon-essentials": "^8.2.9",
93
- "@storybook/addon-interactions": "^8.2.9",
94
- "@storybook/addon-links": "^8.2.9",
95
- "@storybook/addon-themes": "^8.2.9",
96
- "@storybook/blocks": "^8.2.9",
97
- "@storybook/react": "^8.2.9",
98
- "@storybook/react-vite": "^8.2.9",
99
- "@storybook/test": "^8.2.9",
100
- "@tanstack/react-query-devtools": "5.53.1",
101
- "@tanstack/react-table-devtools": "^8.20.5",
102
- "@tanstack/router-devtools": "^1.51.6",
103
- "@tanstack/router-plugin": "^1.51.6",
104
- "@testing-library/jest-dom": "^6.5.0",
105
- "@testing-library/react": "^16.0.1",
106
- "@testing-library/user-event": "^14.5.2",
107
- "@total-typescript/ts-reset": "^0.6.0",
108
- "@types/axios": "^0.14.4",
109
- "@types/node": "^22.5.1",
110
- "@types/react": "^18.3.5",
111
- "@types/react-dom": "^18.3.0",
112
- "@vitejs/plugin-react-swc": "^3.7.0",
113
- "@vitest/coverage-v8": "2.0.5",
114
- "autoprefixer": "^10.4.20",
115
- "commitizen": "^4.3.0",
116
- "cz-conventional-changelog": "^3.3.0",
117
- "globals": "^15.9.0",
118
- "husky": "^9.1.5",
119
- "jsdom": "^25.0.0",
120
- "postcss": "^8.4.41",
121
- "prettier": "^3.3.3",
122
- "prop-types": "^15.8.1",
123
- "shx": "^0.3.4",
124
- "storybook": "^8.2.9",
125
- "tailwindcss": "^3.4.10",
126
- "typescript": "^5.5.4",
127
- "vite": "5.4.2",
128
- "vite-plugin-dts": "^4.3.0",
129
- "vite-plugin-static-copy": "^1.0.6",
130
- "vitest": "2.0.5"
131
- }
132
- }
1
+ {
2
+ "name": "dccxx-s3-explorer",
3
+ "version": "1.0.41",
4
+ "description": "A production ready, batteries included starter template for Vite + React projects",
5
+ "keywords": [
6
+ "vite",
7
+ "react",
8
+ "boilerplate",
9
+ "starter",
10
+ "template"
11
+ ],
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/RicardoValdovinos/vite-react-boilerplate"
15
+ },
16
+ "license": "MIT",
17
+ "author": "Ricardo Valdovinos <ricardovaldovinos1996@gmail.com>",
18
+ "type": "module",
19
+ "main": "./dist/s3-explorer.umd.cjs",
20
+ "module": "./dist/s3-explorer.js",
21
+ "files": [
22
+ "dist",
23
+ "README.md"
24
+ ],
25
+ "scripts": {
26
+ "build": "tsc && vite build",
27
+ "commitizen": "exec < /dev/tty && git cz --hook || true",
28
+ "commitlint": "commitlint --edit",
29
+ "dev": "vite",
30
+ "format": "prettier \"src/**/*.{ts,tsx,json}\" --write",
31
+ "prepare": "husky",
32
+ "preview": "vite preview",
33
+ "setup": "git init && npx husky init && npx playwright install && shx rm .husky/pre-commit",
34
+ "storybook": "storybook dev -p 6006",
35
+ "storybook:build": "storybook build",
36
+ "storybook:setup": "node node_modules/@storybook/addon-styling/bin/postinstall.js",
37
+ "test": "vitest run src/ && playwright test",
38
+ "test:e2e": "playwright test",
39
+ "test:e2e:report": "playwright show-report",
40
+ "test:unit": "vitest src/",
41
+ "test:unit:coverage": "vitest --coverage src/"
42
+ },
43
+ "config": {
44
+ "commitizen": {
45
+ "path": "./node_modules/cz-conventional-changelog"
46
+ }
47
+ },
48
+ "dependencies": {
49
+ "@hookform/resolvers": "^3.9.0",
50
+ "@nivo/bar": "^0.87.0",
51
+ "@nivo/core": "^0.87.0",
52
+ "@nivo/line": "^0.87.0",
53
+ "@nivo/pie": "^0.87.0",
54
+ "@radix-ui/react-checkbox": "^1.1.2",
55
+ "@radix-ui/react-dialog": "^1.1.2",
56
+ "@radix-ui/react-label": "^2.1.0",
57
+ "@radix-ui/react-radio-group": "^1.2.2",
58
+ "@radix-ui/react-slot": "^1.1.1",
59
+ "@radix-ui/react-tabs": "^1.1.2",
60
+ "@radix-ui/react-toast": "^1.2.2",
61
+ "@radix-ui/react-tooltip": "^1.1.6",
62
+ "@tanstack/react-query": "5.53.1",
63
+ "@tanstack/react-router": "^1.51.6",
64
+ "@tanstack/react-table": "^8.20.5",
65
+ "ahooks": "^3.8.4",
66
+ "axios": "^1.7.9",
67
+ "axios-retry": "^4.5.0",
68
+ "class-variance-authority": "^0.7.1",
69
+ "clsx": "^2.1.1",
70
+ "dayjs": "^1.11.13",
71
+ "i18next": "^23.14.0",
72
+ "i18next-browser-languagedetector": "^8.0.0",
73
+ "i18next-http-backend": "^2.6.1",
74
+ "lucide-react": "^0.468.0",
75
+ "react": "^18.3.1",
76
+ "react-dom": "^18.3.1",
77
+ "react-dropzone": "^14.3.5",
78
+ "react-hook-form": "^7.53.0",
79
+ "react-i18next": "^15.0.1",
80
+ "tailwind-merge": "^2.5.5",
81
+ "tailwindcss-animate": "^1.0.7",
82
+ "zod": "^3.23.8",
83
+ "zustand": "^4.5.5"
84
+ },
85
+ "devDependencies": {
86
+ "@commitlint/cli": "^19.4.1",
87
+ "@commitlint/config-conventional": "^19.4.1",
88
+ "@faker-js/faker": "^8.4.1",
89
+ "@headlessui/react": "^2.1.3",
90
+ "@heroicons/react": "^2.2.0",
91
+ "@hookform/devtools": "^4.3.1",
92
+ "@playwright/test": "^1.46.1",
93
+ "@storybook/addon-essentials": "^8.2.9",
94
+ "@storybook/addon-interactions": "^8.2.9",
95
+ "@storybook/addon-links": "^8.2.9",
96
+ "@storybook/addon-themes": "^8.2.9",
97
+ "@storybook/blocks": "^8.2.9",
98
+ "@storybook/react": "^8.2.9",
99
+ "@storybook/react-vite": "^8.2.9",
100
+ "@storybook/test": "^8.2.9",
101
+ "@tanstack/react-query-devtools": "5.53.1",
102
+ "@tanstack/react-table-devtools": "^8.20.5",
103
+ "@tanstack/router-devtools": "^1.51.6",
104
+ "@tanstack/router-plugin": "^1.51.6",
105
+ "@testing-library/jest-dom": "^6.5.0",
106
+ "@testing-library/react": "^16.0.1",
107
+ "@testing-library/user-event": "^14.5.2",
108
+ "@total-typescript/ts-reset": "^0.6.0",
109
+ "@types/axios": "^0.14.4",
110
+ "@types/node": "^22.5.1",
111
+ "@types/react": "^18.3.5",
112
+ "@types/react-dom": "^18.3.0",
113
+ "@vitejs/plugin-react-swc": "^3.7.0",
114
+ "@vitest/coverage-v8": "2.0.5",
115
+ "autoprefixer": "^10.4.20",
116
+ "commitizen": "^4.3.0",
117
+ "cz-conventional-changelog": "^3.3.0",
118
+ "globals": "^15.9.0",
119
+ "husky": "^9.1.5",
120
+ "jsdom": "^25.0.0",
121
+ "postcss": "^8.4.41",
122
+ "prettier": "^3.3.3",
123
+ "prop-types": "^15.8.1",
124
+ "shx": "^0.3.4",
125
+ "storybook": "^8.2.9",
126
+ "tailwindcss": "^3.4.10",
127
+ "typescript": "^5.5.4",
128
+ "vite": "5.4.2",
129
+ "vite-plugin-dts": "^4.3.0",
130
+ "vite-plugin-static-copy": "^1.0.6",
131
+ "vitest": "2.0.5"
132
+ }
133
+ }