@dashadmin/dash-icons 1.3.21 → 1.3.23
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 +16 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dashadmin/dash-icons",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -8,16 +8,6 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"types": "@dashadmin/dash-icons/index.d.ts",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"svgr": "svgr src/icons/svg --index-template svgIndexTemplate.cjs --icon --out-dir src/icons/svgr --no-dimensions --typescript",
|
|
13
|
-
"rollup": "rollup --config rollup.config.ts --bundleConfigAsCjs",
|
|
14
|
-
"_prepare": "npm run rollup",
|
|
15
|
-
"lint": "eslint --ext .ts,.tsx .",
|
|
16
|
-
"test": "jest --json",
|
|
17
|
-
"lint:check": "prettier --check .",
|
|
18
|
-
"lint:fix": "prettier --write .",
|
|
19
|
-
"build": "rm -rf dist && node ../dash-build/compile.mjs && vite build"
|
|
20
|
-
},
|
|
21
11
|
"dependencies": {
|
|
22
12
|
"@jest/globals": "latest",
|
|
23
13
|
"@rollup/plugin-commonjs": "latest",
|
|
@@ -62,7 +52,6 @@
|
|
|
62
52
|
"@types/react-dom": "latest",
|
|
63
53
|
"babel-loader": "latest",
|
|
64
54
|
"eslint": "latest",
|
|
65
|
-
"@dashadmin/dash-eslint": "workspace:*",
|
|
66
55
|
"eslint-config-airbnb": "latest",
|
|
67
56
|
"eslint-config-airbnb-typescript": "latest",
|
|
68
57
|
"eslint-config-prettier": "latest",
|
|
@@ -91,21 +80,13 @@
|
|
|
91
80
|
"ts-node": "latest",
|
|
92
81
|
"tsc-alias": "latest",
|
|
93
82
|
"typescript": "latest",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
83
|
+
"vite": "^5.2.0",
|
|
84
|
+
"@dashadmin/dash-eslint": "1.3.23",
|
|
85
|
+
"@dashadmin/dash-tsconfig": "1.3.23"
|
|
96
86
|
},
|
|
97
87
|
"publishConfig": {
|
|
98
88
|
"name": "@dashadmin/dash-icons",
|
|
99
|
-
"access": "public"
|
|
100
|
-
"main": "dist/index.js",
|
|
101
|
-
"exports": {
|
|
102
|
-
".": {
|
|
103
|
-
"import": "./dist/index.js"
|
|
104
|
-
},
|
|
105
|
-
"./src/*": {
|
|
106
|
-
"import": "./dist/*.js"
|
|
107
|
-
}
|
|
108
|
-
}
|
|
89
|
+
"access": "public"
|
|
109
90
|
},
|
|
110
91
|
"exports": {
|
|
111
92
|
".": {
|
|
@@ -114,5 +95,15 @@
|
|
|
114
95
|
"./src/*": {
|
|
115
96
|
"import": "./dist/*.js"
|
|
116
97
|
}
|
|
98
|
+
},
|
|
99
|
+
"scripts": {
|
|
100
|
+
"svgr": "svgr src/icons/svg --index-template svgIndexTemplate.cjs --icon --out-dir src/icons/svgr --no-dimensions --typescript",
|
|
101
|
+
"rollup": "rollup --config rollup.config.ts --bundleConfigAsCjs",
|
|
102
|
+
"_prepare": "npm run rollup",
|
|
103
|
+
"lint": "eslint --ext .ts,.tsx .",
|
|
104
|
+
"test": "jest --json",
|
|
105
|
+
"lint:check": "prettier --check .",
|
|
106
|
+
"lint:fix": "prettier --write .",
|
|
107
|
+
"build": "rm -rf dist && node ../dash-build/compile.mjs && vite build"
|
|
117
108
|
}
|
|
118
|
-
}
|
|
109
|
+
}
|