dccxx-s3-explorer 1.0.96 → 1.0.97
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/LICENSE +21 -21
- package/README.md +340 -340
- package/dist/locales/en/translations.json +5 -5
- package/dist/locales/es/translations.json +5 -5
- package/dist/s3-explorer.js +11287 -11035
- package/dist/s3-explorer.js.map +1 -1
- package/dist/s3-explorer.umd.cjs +66 -66
- package/dist/s3-explorer.umd.cjs.map +1 -1
- package/package.json +140 -140
package/package.json
CHANGED
|
@@ -1,140 +1,140 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "dccxx-s3-explorer",
|
|
3
|
-
"version": "1.0.
|
|
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
|
-
"publish": "npm publish",
|
|
34
|
-
"setup": "git init && npx husky init && npx playwright install && shx rm .husky/pre-commit",
|
|
35
|
-
"storybook": "storybook dev -p 6006",
|
|
36
|
-
"storybook:build": "storybook build",
|
|
37
|
-
"storybook:setup": "node node_modules/@storybook/addon-styling/bin/postinstall.js",
|
|
38
|
-
"test": "vitest run src/ && playwright test",
|
|
39
|
-
"test:e2e": "playwright test",
|
|
40
|
-
"test:e2e:report": "playwright show-report",
|
|
41
|
-
"test:unit": "vitest src/",
|
|
42
|
-
"test:unit:coverage": "vitest --coverage src/"
|
|
43
|
-
},
|
|
44
|
-
"config": {
|
|
45
|
-
"commitizen": {
|
|
46
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"dependencies": {
|
|
50
|
-
"@aws-sdk/node-http-handler": "^3.374.0",
|
|
51
|
-
"@hookform/resolvers": "^3.9.0",
|
|
52
|
-
"@nivo/bar": "^0.87.0",
|
|
53
|
-
"@nivo/core": "^0.87.0",
|
|
54
|
-
"@nivo/line": "^0.87.0",
|
|
55
|
-
"@nivo/pie": "^0.87.0",
|
|
56
|
-
"@radix-ui/react-checkbox": "^1.1.2",
|
|
57
|
-
"@radix-ui/react-dialog": "^1.1.2",
|
|
58
|
-
"@radix-ui/react-label": "^2.1.0",
|
|
59
|
-
"@radix-ui/react-radio-group": "^1.2.2",
|
|
60
|
-
"@radix-ui/react-select": "^2.2.5",
|
|
61
|
-
"@radix-ui/react-slot": "^1.1.1",
|
|
62
|
-
"@radix-ui/react-tabs": "^1.1.2",
|
|
63
|
-
"@radix-ui/react-toast": "^1.2.2",
|
|
64
|
-
"@radix-ui/react-tooltip": "^1.1.6",
|
|
65
|
-
"@react-oauth/google": "^0.12.1",
|
|
66
|
-
"@tanstack/react-query": "5.53.1",
|
|
67
|
-
"@tanstack/react-router": "^1.51.6",
|
|
68
|
-
"@tanstack/react-table": "^8.20.5",
|
|
69
|
-
"ahooks": "^3.8.4",
|
|
70
|
-
"axios": "^1.7.9",
|
|
71
|
-
"axios-retry": "^4.5.0",
|
|
72
|
-
"class-variance-authority": "^0.7.1",
|
|
73
|
-
"clsx": "^2.1.1",
|
|
74
|
-
"dayjs": "^1.11.13",
|
|
75
|
-
"i18next": "^23.14.0",
|
|
76
|
-
"i18next-browser-languagedetector": "^8.0.0",
|
|
77
|
-
"i18next-http-backend": "^2.6.1",
|
|
78
|
-
"lodash": "^4.17.21",
|
|
79
|
-
"lucide-react": "^0.468.0",
|
|
80
|
-
"react": "^18.3.1",
|
|
81
|
-
"react-dom": "^18.3.1",
|
|
82
|
-
"react-dropzone": "^14.3.5",
|
|
83
|
-
"react-hook-form": "^7.53.0",
|
|
84
|
-
"react-i18next": "^15.0.1",
|
|
85
|
-
"react-toastify": "^11.0.5",
|
|
86
|
-
"tailwind-merge": "^2.5.5",
|
|
87
|
-
"tailwindcss-animate": "^1.0.7",
|
|
88
|
-
"zod": "^3.23.8",
|
|
89
|
-
"zustand": "^4.5.5"
|
|
90
|
-
},
|
|
91
|
-
"devDependencies": {
|
|
92
|
-
"@commitlint/cli": "^19.4.1",
|
|
93
|
-
"@commitlint/config-conventional": "^19.4.1",
|
|
94
|
-
"@faker-js/faker": "^8.4.1",
|
|
95
|
-
"@headlessui/react": "^2.1.3",
|
|
96
|
-
"@heroicons/react": "^2.2.0",
|
|
97
|
-
"@hookform/devtools": "^4.3.1",
|
|
98
|
-
"@playwright/test": "^1.46.1",
|
|
99
|
-
"@storybook/addon-essentials": "^8.2.9",
|
|
100
|
-
"@storybook/addon-interactions": "^8.2.9",
|
|
101
|
-
"@storybook/addon-links": "^8.2.9",
|
|
102
|
-
"@storybook/addon-themes": "^8.2.9",
|
|
103
|
-
"@storybook/blocks": "^8.2.9",
|
|
104
|
-
"@storybook/react": "^8.2.9",
|
|
105
|
-
"@storybook/react-vite": "^8.2.9",
|
|
106
|
-
"@storybook/test": "^8.2.9",
|
|
107
|
-
"@tanstack/react-query-devtools": "5.53.1",
|
|
108
|
-
"@tanstack/react-table-devtools": "^8.20.5",
|
|
109
|
-
"@tanstack/router-devtools": "^1.51.6",
|
|
110
|
-
"@tanstack/router-plugin": "^1.51.6",
|
|
111
|
-
"@testing-library/jest-dom": "^6.5.0",
|
|
112
|
-
"@testing-library/react": "^16.0.1",
|
|
113
|
-
"@testing-library/user-event": "^14.5.2",
|
|
114
|
-
"@total-typescript/ts-reset": "^0.6.0",
|
|
115
|
-
"@types/axios": "^0.14.4",
|
|
116
|
-
"@types/lodash": "^4.17.16",
|
|
117
|
-
"@types/node": "^22.5.1",
|
|
118
|
-
"@types/react": "^18.3.5",
|
|
119
|
-
"@types/react-dom": "^18.3.0",
|
|
120
|
-
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
121
|
-
"@vitest/coverage-v8": "2.0.5",
|
|
122
|
-
"autoprefixer": "^10.4.20",
|
|
123
|
-
"commitizen": "^4.3.0",
|
|
124
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
125
|
-
"globals": "^15.9.0",
|
|
126
|
-
"husky": "^9.1.5",
|
|
127
|
-
"jsdom": "^25.0.0",
|
|
128
|
-
"postcss": "^8.4.41",
|
|
129
|
-
"prettier": "^3.3.3",
|
|
130
|
-
"prop-types": "^15.8.1",
|
|
131
|
-
"shx": "^0.3.4",
|
|
132
|
-
"storybook": "^8.2.9",
|
|
133
|
-
"tailwindcss": "^3.4.10",
|
|
134
|
-
"typescript": "^5.5.4",
|
|
135
|
-
"vite": "5.4.2",
|
|
136
|
-
"vite-plugin-dts": "^4.3.0",
|
|
137
|
-
"vite-plugin-static-copy": "^1.0.6",
|
|
138
|
-
"vitest": "2.0.5"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "dccxx-s3-explorer",
|
|
3
|
+
"version": "1.0.97",
|
|
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
|
+
"publish": "npm publish",
|
|
34
|
+
"setup": "git init && npx husky init && npx playwright install && shx rm .husky/pre-commit",
|
|
35
|
+
"storybook": "storybook dev -p 6006",
|
|
36
|
+
"storybook:build": "storybook build",
|
|
37
|
+
"storybook:setup": "node node_modules/@storybook/addon-styling/bin/postinstall.js",
|
|
38
|
+
"test": "vitest run src/ && playwright test",
|
|
39
|
+
"test:e2e": "playwright test",
|
|
40
|
+
"test:e2e:report": "playwright show-report",
|
|
41
|
+
"test:unit": "vitest src/",
|
|
42
|
+
"test:unit:coverage": "vitest --coverage src/"
|
|
43
|
+
},
|
|
44
|
+
"config": {
|
|
45
|
+
"commitizen": {
|
|
46
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"@aws-sdk/node-http-handler": "^3.374.0",
|
|
51
|
+
"@hookform/resolvers": "^3.9.0",
|
|
52
|
+
"@nivo/bar": "^0.87.0",
|
|
53
|
+
"@nivo/core": "^0.87.0",
|
|
54
|
+
"@nivo/line": "^0.87.0",
|
|
55
|
+
"@nivo/pie": "^0.87.0",
|
|
56
|
+
"@radix-ui/react-checkbox": "^1.1.2",
|
|
57
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
58
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
59
|
+
"@radix-ui/react-radio-group": "^1.2.2",
|
|
60
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
61
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
62
|
+
"@radix-ui/react-tabs": "^1.1.2",
|
|
63
|
+
"@radix-ui/react-toast": "^1.2.2",
|
|
64
|
+
"@radix-ui/react-tooltip": "^1.1.6",
|
|
65
|
+
"@react-oauth/google": "^0.12.1",
|
|
66
|
+
"@tanstack/react-query": "5.53.1",
|
|
67
|
+
"@tanstack/react-router": "^1.51.6",
|
|
68
|
+
"@tanstack/react-table": "^8.20.5",
|
|
69
|
+
"ahooks": "^3.8.4",
|
|
70
|
+
"axios": "^1.7.9",
|
|
71
|
+
"axios-retry": "^4.5.0",
|
|
72
|
+
"class-variance-authority": "^0.7.1",
|
|
73
|
+
"clsx": "^2.1.1",
|
|
74
|
+
"dayjs": "^1.11.13",
|
|
75
|
+
"i18next": "^23.14.0",
|
|
76
|
+
"i18next-browser-languagedetector": "^8.0.0",
|
|
77
|
+
"i18next-http-backend": "^2.6.1",
|
|
78
|
+
"lodash": "^4.17.21",
|
|
79
|
+
"lucide-react": "^0.468.0",
|
|
80
|
+
"react": "^18.3.1",
|
|
81
|
+
"react-dom": "^18.3.1",
|
|
82
|
+
"react-dropzone": "^14.3.5",
|
|
83
|
+
"react-hook-form": "^7.53.0",
|
|
84
|
+
"react-i18next": "^15.0.1",
|
|
85
|
+
"react-toastify": "^11.0.5",
|
|
86
|
+
"tailwind-merge": "^2.5.5",
|
|
87
|
+
"tailwindcss-animate": "^1.0.7",
|
|
88
|
+
"zod": "^3.23.8",
|
|
89
|
+
"zustand": "^4.5.5"
|
|
90
|
+
},
|
|
91
|
+
"devDependencies": {
|
|
92
|
+
"@commitlint/cli": "^19.4.1",
|
|
93
|
+
"@commitlint/config-conventional": "^19.4.1",
|
|
94
|
+
"@faker-js/faker": "^8.4.1",
|
|
95
|
+
"@headlessui/react": "^2.1.3",
|
|
96
|
+
"@heroicons/react": "^2.2.0",
|
|
97
|
+
"@hookform/devtools": "^4.3.1",
|
|
98
|
+
"@playwright/test": "^1.46.1",
|
|
99
|
+
"@storybook/addon-essentials": "^8.2.9",
|
|
100
|
+
"@storybook/addon-interactions": "^8.2.9",
|
|
101
|
+
"@storybook/addon-links": "^8.2.9",
|
|
102
|
+
"@storybook/addon-themes": "^8.2.9",
|
|
103
|
+
"@storybook/blocks": "^8.2.9",
|
|
104
|
+
"@storybook/react": "^8.2.9",
|
|
105
|
+
"@storybook/react-vite": "^8.2.9",
|
|
106
|
+
"@storybook/test": "^8.2.9",
|
|
107
|
+
"@tanstack/react-query-devtools": "5.53.1",
|
|
108
|
+
"@tanstack/react-table-devtools": "^8.20.5",
|
|
109
|
+
"@tanstack/router-devtools": "^1.51.6",
|
|
110
|
+
"@tanstack/router-plugin": "^1.51.6",
|
|
111
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
112
|
+
"@testing-library/react": "^16.0.1",
|
|
113
|
+
"@testing-library/user-event": "^14.5.2",
|
|
114
|
+
"@total-typescript/ts-reset": "^0.6.0",
|
|
115
|
+
"@types/axios": "^0.14.4",
|
|
116
|
+
"@types/lodash": "^4.17.16",
|
|
117
|
+
"@types/node": "^22.5.1",
|
|
118
|
+
"@types/react": "^18.3.5",
|
|
119
|
+
"@types/react-dom": "^18.3.0",
|
|
120
|
+
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
121
|
+
"@vitest/coverage-v8": "2.0.5",
|
|
122
|
+
"autoprefixer": "^10.4.20",
|
|
123
|
+
"commitizen": "^4.3.0",
|
|
124
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
125
|
+
"globals": "^15.9.0",
|
|
126
|
+
"husky": "^9.1.5",
|
|
127
|
+
"jsdom": "^25.0.0",
|
|
128
|
+
"postcss": "^8.4.41",
|
|
129
|
+
"prettier": "^3.3.3",
|
|
130
|
+
"prop-types": "^15.8.1",
|
|
131
|
+
"shx": "^0.3.4",
|
|
132
|
+
"storybook": "^8.2.9",
|
|
133
|
+
"tailwindcss": "^3.4.10",
|
|
134
|
+
"typescript": "^5.5.4",
|
|
135
|
+
"vite": "5.4.2",
|
|
136
|
+
"vite-plugin-dts": "^4.3.0",
|
|
137
|
+
"vite-plugin-static-copy": "^1.0.6",
|
|
138
|
+
"vitest": "2.0.5"
|
|
139
|
+
}
|
|
140
|
+
}
|