@dashadmin/dash-interfaces 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 +82 -20
- package/src/index.tsx +10 -0
- package/index.d.ts +0 -3
- /package/{index.js → dist/index.js} +0 -0
package/package.json
CHANGED
|
@@ -1,31 +1,93 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dashadmin/dash-interfaces",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"author": "Francisco Aranda <farandal@gmail.com>",
|
|
3
|
+
"version": "1.3.16",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "src/index.tsx",
|
|
7
6
|
"type": "module",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
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": {},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/core": "latest",
|
|
31
|
+
"@babel/preset-env": "latest",
|
|
32
|
+
"@babel/preset-react": "latest",
|
|
33
|
+
"@babel/preset-typescript": "latest",
|
|
34
|
+
"@commitlint/config-conventional": "latest",
|
|
35
|
+
"@types/node": "latest",
|
|
36
|
+
"@types/react": "latest",
|
|
37
|
+
"@types/react-dom": "latest",
|
|
38
|
+
"@zerollup/ts-transform-paths": "latest",
|
|
39
|
+
"babel-loader": "latest",
|
|
40
|
+
"eslint": "latest",
|
|
41
|
+
"eslint-config-airbnb": "latest",
|
|
42
|
+
"eslint-config-airbnb-typescript": "latest",
|
|
43
|
+
"eslint-config-prettier": "latest",
|
|
44
|
+
"@dashadmin/dash-eslint": "workspace:*",
|
|
45
|
+
"eslint-import-resolver-typescript": "latest",
|
|
46
|
+
"eslint-plugin-html": "latest",
|
|
47
|
+
"eslint-plugin-import": "latest",
|
|
48
|
+
"eslint-plugin-jsdoc": "latest",
|
|
49
|
+
"eslint-plugin-json": "latest",
|
|
50
|
+
"eslint-plugin-jsx-a11y": "latest",
|
|
51
|
+
"eslint-plugin-prettier": "latest",
|
|
52
|
+
"eslint-plugin-react": "latest",
|
|
53
|
+
"eslint-plugin-react-hooks": "latest",
|
|
54
|
+
"@dashadmin/dash-prettier": "workspace:*",
|
|
55
|
+
"query-string": "latest",
|
|
56
|
+
"react-dom": "latest",
|
|
57
|
+
"rollup": "latest",
|
|
58
|
+
"rollup-plugin-copy-assets": "latest",
|
|
59
|
+
"rollup-plugin-external-globals": "latest",
|
|
60
|
+
"rollup-plugin-includepaths": "latest",
|
|
61
|
+
"rollup-plugin-less": "latest",
|
|
62
|
+
"@rollup/plugin-node-resolve": "latest",
|
|
63
|
+
"rollup-plugin-postcss": "latest",
|
|
64
|
+
"rollup-plugin-sourcemaps": "latest",
|
|
65
|
+
"rollup-plugin-typescript2": "latest",
|
|
66
|
+
"@dashadmin/dash-tsconfig": "workspace:*",
|
|
67
|
+
"tsc-alias": "latest",
|
|
68
|
+
"typescript": "latest",
|
|
69
|
+
"vite": "^5.2.0"
|
|
70
|
+
},
|
|
22
71
|
"peerDependencies": {
|
|
23
72
|
"react": "latest"
|
|
24
73
|
},
|
|
74
|
+
"eslintConfig": {
|
|
75
|
+
"extends": "react-app"
|
|
76
|
+
},
|
|
77
|
+
"todo_storybook": {
|
|
78
|
+
"eslint-plugin-storybook": "latest"
|
|
79
|
+
},
|
|
25
80
|
"publishConfig": {
|
|
26
|
-
"
|
|
81
|
+
"name": "@dashadmin/dash-interfaces",
|
|
82
|
+
"access": "public",
|
|
83
|
+
"main": "dist/index.js",
|
|
84
|
+
"exports": {
|
|
85
|
+
".": {
|
|
86
|
+
"import": "./dist/index.js"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
27
89
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
90
|
+
"files": [
|
|
91
|
+
"dist"
|
|
92
|
+
]
|
|
31
93
|
}
|
package/src/index.tsx
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type { IClient } from './interfaces/IClient';
|
|
2
|
+
export type { IDeliveryCommune } from './interfaces/IDeliveryCommune';
|
|
3
|
+
export type { ILogisticCenter } from './interfaces/ILogisticCenter';
|
|
4
|
+
export type { IMercadoLibreStatus } from './interfaces/IMercadoLibreStatus';
|
|
5
|
+
export type { IPackage } from './interfaces/IPackage';
|
|
6
|
+
export type { IPackageInternalStatus } from './interfaces/IPackageInternalStatus';
|
|
7
|
+
export type { ITag } from './interfaces/ITag';
|
|
8
|
+
export type { ITrackingErrorResponse } from './interfaces/ITrackingErrorResponse';
|
|
9
|
+
export type { IPackagePayload } from './interfaces/IPackagePayload';
|
|
10
|
+
export type { IHistoryPackage } from './interfaces/IHistoryPackage';
|
package/index.d.ts
DELETED
|
File without changes
|