@dashadmin/dash-info 1.0.0 → 1.3.16

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,49 +1,121 @@
1
1
  {
2
2
  "name": "@dashadmin/dash-info",
3
- "version": "1.0.0",
4
- "description": "dash-info — DASH framework package",
5
- "license": "MIT",
6
- "author": "Francisco Aranda <farandal@gmail.com>",
3
+ "version": "1.3.16",
4
+ "private": false,
5
+ "main": "src/index.ts",
7
6
  "type": "module",
8
- "main": "index.js",
9
- "module": "index.js",
10
- "types": "index.d.ts",
11
- "exports": {
12
- ".": {
13
- "types": "./index.d.ts",
14
- "import": "./index.js"
15
- }
7
+ "scripts": {
8
+ "lint": "eslint --ext .ts,.tsx .",
9
+ "format": "pnpm prettier --write . && pnpm format-check && pnpm lint",
10
+ "lint:check": "pnpm prettier --check .",
11
+ "lint:fix": "pnpm prettier --write .",
12
+ "check-updates": "pnpm npm-check-updates",
13
+ "updates-packages": "pnpm npm-check-updates -u",
14
+ "build": "vite build"
15
+ },
16
+ "browserslist": {
17
+ "production": [
18
+ ">0.2%",
19
+ "not dead",
20
+ "not op_mini all"
21
+ ],
22
+ "development": [
23
+ "last 1 chrome version",
24
+ "last 1 firefox version",
25
+ "last 1 safari version"
26
+ ]
16
27
  },
17
- "files": [
18
- "**/*"
19
- ],
20
- "sideEffects": false,
21
28
  "dependencies": {
22
29
  "@emotion/react": "latest",
23
30
  "@emotion/styled": "latest",
24
31
  "@mui/material": "^7.3.10",
32
+ "@rollup/plugin-alias": "latest",
33
+ "@rollup/plugin-commonjs": "latest",
34
+ "@rollup/plugin-node-resolve": "latest",
35
+ "@rollup/plugin-replace": "latest",
36
+ "@rollup/plugin-typescript": "latest",
25
37
  "query-string": "latest",
26
- "react-admin": "5.14.6",
38
+ "react-admin": "5.14.7",
27
39
  "react-custom-scrollbars-2": "latest",
28
40
  "react-draggable": "latest",
29
- "react-loading-overlay-ts": "latest",
41
+ "@achmadk/react-loading-overlay": "latest",
30
42
  "react-query": "latest",
31
43
  "react-redux": "latest",
32
- "react-router": "^7.9.6",
33
- "react-router-dom": "^7.9.6",
44
+ "react-router": "7.17.0",
45
+ "react-router-dom": "7.17.0",
34
46
  "react-spinners": "latest",
35
- "react-toastify": "latest"
47
+ "react-toastify": "latest",
48
+ "rollup-plugin-cleaner": "latest",
49
+ "rollup-plugin-dts": "latest",
50
+ "rollup-plugin-peer-deps-external": "latest",
51
+ "rollup-plugin-svg": "latest"
52
+ },
53
+ "devDependencies": {
54
+ "@babel/core": "latest",
55
+ "@babel/preset-env": "latest",
56
+ "@babel/preset-react": "latest",
57
+ "@babel/preset-typescript": "latest",
58
+ "@commitlint/config-conventional": "latest",
59
+ "@types/node": "latest",
60
+ "@types/react": "latest",
61
+ "@types/react-dom": "latest",
62
+ "@zerollup/ts-transform-paths": "latest",
63
+ "babel-loader": "latest",
64
+ "eslint": "latest",
65
+ "eslint-config-airbnb": "latest",
66
+ "eslint-config-airbnb-typescript": "latest",
67
+ "eslint-config-prettier": "latest",
68
+ "@dashadmin/dash-eslint": "workspace:*",
69
+ "eslint-import-resolver-typescript": "latest",
70
+ "eslint-plugin-html": "latest",
71
+ "eslint-plugin-import": "latest",
72
+ "eslint-plugin-jsdoc": "latest",
73
+ "eslint-plugin-json": "latest",
74
+ "eslint-plugin-jsx-a11y": "latest",
75
+ "eslint-plugin-prettier": "latest",
76
+ "eslint-plugin-react": "latest",
77
+ "eslint-plugin-react-hooks": "latest",
78
+ "@dashadmin/dash-prettier": "workspace:*",
79
+ "query-string": "latest",
80
+ "react-dom": "latest",
81
+ "rollup": "latest",
82
+ "rollup-plugin-copy-assets": "latest",
83
+ "rollup-plugin-external-globals": "latest",
84
+ "rollup-plugin-includepaths": "latest",
85
+ "rollup-plugin-less": "latest",
86
+ "@rollup/plugin-node-resolve": "latest",
87
+ "rollup-plugin-postcss": "latest",
88
+ "rollup-plugin-sourcemaps": "latest",
89
+ "rollup-plugin-typescript2": "latest",
90
+ "@dashadmin/dash-tsconfig": "workspace:*",
91
+ "tsc-alias": "latest",
92
+ "ttypescript": "latest",
93
+ "typescript": "latest",
94
+ "vite": "^5.2.0"
36
95
  },
37
96
  "peerDependencies": {
38
97
  "react": "latest",
39
- "react-beautiful-dnd": "latest",
98
+ "@hello-pangea/dnd": "latest",
40
99
  "react-custom-scrollbars-2": "latest",
41
100
  "react-dom": "latest"
42
101
  },
102
+ "eslintConfig": {
103
+ "extends": "react-app"
104
+ },
105
+ "_todo_storybook": {
106
+ "eslint-plugin-storybook": "latest"
107
+ },
43
108
  "publishConfig": {
44
- "access": "public"
109
+ "name": "@dashadmin/dash-info",
110
+ "access": "public",
111
+ "main": "dist/index.js",
112
+ "exports": {
113
+ ".": {
114
+ "import": "./dist/index.js"
115
+ }
116
+ }
45
117
  },
46
- "engines": {
47
- "node": ">=18"
48
- }
118
+ "files": [
119
+ "dist"
120
+ ]
49
121
  }
package/src/index.ts ADDED
@@ -0,0 +1 @@
1
+ export { default } from "./DashInfo"
package/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- // Auto-generated permissive types for @dashadmin/dash-info.
2
- // Full typings can be regenerated with a tolerant tsc emit.
3
- export {};
File without changes
File without changes