@dv.net/ui-kit 1.0.0 → 7.2.12
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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dv.net/ui-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.2.12",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -16,8 +16,9 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "vite",
|
|
18
18
|
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
19
|
-
"lint": "eslint . --fix & npx stylelint \"**/*.{vue,css,scss}\" --fix",
|
|
20
19
|
"build-only": "vite build",
|
|
20
|
+
"build-demo": "vite build --mode demo",
|
|
21
|
+
"lint": "eslint . --fix & npx stylelint \"**/*.{vue,css,scss}\" --fix",
|
|
21
22
|
"generate-svg-list": "node generate-svg-list.js"
|
|
22
23
|
},
|
|
23
24
|
"engines": {
|