@lotte-innovate/ui-component-test 0.0.84 → 0.0.85

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.0.84",
4
+ "version": "0.0.85",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -47,7 +47,7 @@
47
47
  "bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
48
48
  "build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
49
49
  "publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
50
- "publish:npm": "npm run clean && npm run compile:typescript && npm run build:css && npm run bundle:rollup && npm run publish:dist"
50
+ "publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.24.7",
@@ -88,9 +88,7 @@
88
88
  "react-chartjs-2": "^5.2.0",
89
89
  "react-dom": "^18",
90
90
  "react-tabs": "^6.0.2",
91
- "rollup-plugin-import-css": "^3.5.5",
92
91
  "rollup-plugin-peer-deps-external": "^2.2.4",
93
- "rollup-plugin-postcss": "^4.0.2",
94
92
  "storybook-addon-deep-controls": "^0.7.1",
95
93
  "storybook-dark-mode": "^4.0.2",
96
94
  "tailwind-merge": "^2.2.2"
@@ -128,7 +126,6 @@
128
126
  "prettier": "^3.3.3",
129
127
  "prettier-plugin-tailwindcss": "^0.6.6",
130
128
  "rimraf": "^6.0.1",
131
- "rollup-plugin-css-only": "^4.5.2",
132
129
  "rollup-plugin-terser": "^7.0.2",
133
130
  "storybook": "^8.3.5",
134
131
  "tailwindcss": "^3.3.0",