@epilot/volt-ui 1.0.0-alpha.26 → 1.0.0-alpha.27
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/dist/index.cjs.js +12 -56
- package/dist/index.es.js +4802 -7763
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/volt-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.27",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -17,14 +17,13 @@
|
|
|
17
17
|
},
|
|
18
18
|
"./style.css": "./dist/style.css"
|
|
19
19
|
},
|
|
20
|
-
"sideEffects":
|
|
21
|
-
"./dist/style.css"
|
|
22
|
-
],
|
|
20
|
+
"sideEffects": false,
|
|
23
21
|
"scripts": {
|
|
24
22
|
"dev": "vite",
|
|
25
23
|
"dev:watch": "concurrently \"bun run build:watch\" \"cd docs && bun run dev\"",
|
|
26
24
|
"build": "rm -rf dist && tsc --project tsconfig.json && tsc-alias --project tsconfig.json && vite build",
|
|
27
25
|
"build:watch": "tsc --project tsconfig.json && tsc-alias --project tsconfig.json && vite build --watch",
|
|
26
|
+
"build:analyze": "ANALYZE=true bun run build",
|
|
28
27
|
"lint": "eslint .",
|
|
29
28
|
"lint:fix": "eslint . --fix",
|
|
30
29
|
"prepare": "husky",
|
|
@@ -74,6 +73,7 @@
|
|
|
74
73
|
"postcss-class-prefix": "^0.3.0",
|
|
75
74
|
"postcss-prefix-selector": "^2.1.1",
|
|
76
75
|
"prettier": "^3.6.2",
|
|
76
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
77
77
|
"tsc-alias": "^1.8.16",
|
|
78
78
|
"typescript": "~5.6.2",
|
|
79
79
|
"typescript-eslint": "^8.10.0",
|