@lotte-innovate/ui-component-test 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@lotte-innovate/ui-component-test",
3
3
  "description": "Lotte UI Library",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
8
8
  "public/tinymce/**/*",
9
- "dist"
9
+ "dist",
10
+ "README.md"
10
11
  ],
11
12
  "main": "dist/lib/index.js",
12
13
  "module": "dist/lib/index.mjs",
@@ -38,18 +39,12 @@
38
39
  "lint": "next lint",
39
40
  "prepare": "next build",
40
41
  "start": "next start",
41
- "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
42
- "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
43
42
  "compile": "tsc --jsx react-jsx",
44
43
  "build": "next build && npm run compile",
45
- "build-storybook": "storybook build",
46
44
  "clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
47
45
  "compile:typescript": "npm run compile && node src/utils/post-compile.js && tsc-alias",
48
46
  "bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
49
- "build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
50
- "build:test": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css",
51
47
  "publish:dist": "npm publish",
52
- "publish:test": "npm run clean && npm run compile:typescript && npm run bundle:rollup",
53
48
  "publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run publish:dist"
54
49
  },
55
50
  "dependencies": {