@lotte-innovate/ui-component-test 0.1.106 → 0.1.107
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.107",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -49,7 +49,6 @@
|
|
49
49
|
"bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
|
50
50
|
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
|
51
51
|
"build:test": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css",
|
52
|
-
"build:editor": "node src/utils/copy-tinymce.js",
|
53
52
|
"publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
|
54
53
|
"publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
|
55
54
|
},
|
@@ -95,7 +94,6 @@
|
|
95
94
|
"react-dom": "^18",
|
96
95
|
"react-tabs": "^6.0.2",
|
97
96
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
98
|
-
"rollup-plugin-postcss": "^4.0.2",
|
99
97
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
100
98
|
"storybook-addon-deep-controls": "^0.7.1",
|
101
99
|
"storybook-dark-mode": "^4.0.2",
|
@@ -135,7 +133,6 @@
|
|
135
133
|
"prettier": "^3.3.3",
|
136
134
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
137
135
|
"rimraf": "^6.0.1",
|
138
|
-
"rollup-plugin-copy": "^3.5.0",
|
139
136
|
"rollup-plugin-terser": "^7.0.2",
|
140
137
|
"storybook": "^8.3.5",
|
141
138
|
"tailwindcss": "^3.3.0",
|