@lotte-innovate/ui-component-test 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/styles.css +261078 -0
- package/package.json +3 -6
- package/dist/globals.css +0 -261079
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.9",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -45,14 +45,11 @@
|
|
45
45
|
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
|
46
46
|
"compile": "tsc --jsx react-jsx",
|
47
47
|
"build": "next build && npm run compile",
|
48
|
-
"build:css": "npx tailwindcss -i src/app/
|
48
|
+
"build:css": "npx tailwindcss -i src/app/styles.css -o dist/styles.css",
|
49
49
|
"build-storybook": "storybook build",
|
50
|
-
"move:unix": "mv dist/src/lib dist/lib",
|
51
|
-
"move:win": "move dist/src/lib dist/lib",
|
52
|
-
"move": "cross-env-shell 'if [ \"$OS\" = \"Windows_NT\" ]; then npm run move:win; else npm run move:unix; fi' && rimraf dist/src",
|
53
50
|
"clean": "rimraf dist && mkdir dist",
|
54
51
|
"update-tailwind": "node update-tailwind-import.js",
|
55
|
-
"build:all": "npm run clean && npm run compile &&
|
52
|
+
"build:all": "npm run clean && npm run compile && node move.js && npm run build:css && tsc-alias && npm run update-tailwind",
|
56
53
|
"publish:npm": "npm run build:all && npm publish"
|
57
54
|
},
|
58
55
|
"dependencies": {
|