@lotte-innovate/ui-component-test 0.1.95 → 0.1.96

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.95",
4
+ "version": "0.1.96",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -40,16 +40,14 @@
40
40
  "start": "next start",
41
41
  "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
42
42
  "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
43
- "compile": "tsc --jsx react-jsx",
44
- "clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
45
- "update-tailwind": "node update-tailwind-import.js",
46
43
  "build": "next build && npm run compile",
47
44
  "build-storybook": "storybook build",
48
- "build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify",
49
- "build:esm": "rollup -c && node src/utils/post-rollup.js",
50
- "rollup": "rollup -c",
51
- "build:all": "npm run clean && npm run compile && node src/utils/post-build.js && npm run build:css && tsc-alias && npm run update-tailwind",
52
- "publish:npm": "npm run build:all && npm run build:esm && npm publish && node src/utils/post-publish.js"
45
+ "clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
46
+ "compile:typescript": "tsc --jsx react-jsx && node src/utils/post-compile.js && tsc-alias",
47
+ "bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
48
+ "build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
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 bundle:rollup && npm run build:css && npm run publish:dist"
53
51
  },
54
52
  "dependencies": {
55
53
  "@babel/runtime": "^7.24.7",