@lotte-innovate/ui-component-test 0.1.69-beta.3 → 0.1.69-beta.4
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.69-beta.
|
4
|
+
"version": "0.1.69-beta.4",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -44,10 +44,6 @@
|
|
44
44
|
"build": "next build && npm run compile",
|
45
45
|
"build-storybook": "storybook build",
|
46
46
|
"clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
|
47
|
-
"post-compile": "node src/utils/post-compile.js",
|
48
|
-
"tsc": "tsc-alias",
|
49
|
-
"rollup": "rollup -c",
|
50
|
-
"post-rollup": "node src/utils/post-rollup.js",
|
51
47
|
"compile:typescript": "npm run compile && node src/utils/post-compile.js && tsc-alias",
|
52
48
|
"bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
|
53
49
|
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { Preview } from '@storybook/react';
|
3
|
-
import '../src/app/globals.css';
|
4
|
-
import '../src/app/styles.css';
|
5
|
-
import '../src/app/stories.css';
|
6
|
-
import 'tailwindcss/tailwind.css';
|
7
|
-
declare const preview: Preview;
|
8
|
-
export default preview;
|
9
|
-
export declare const decorators: ((Story: any, context: any) => React.JSX.Element)[];
|