@lotte-innovate/ui-component-test 0.1.60 → 0.1.62
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.
|
4
|
+
"version": "0.1.62",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
|
46
46
|
"compile:typescript": "tsc --jsx react-jsx && node src/utils/post-compile.js && tsc-alias",
|
47
47
|
"bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
|
48
|
-
"build:css": "npx
|
48
|
+
"build:css": "npx postcss src/app/globals.css -o dist/globals.css && node update-tailwind-import.js",
|
49
49
|
"publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
|
50
50
|
"publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
|
51
51
|
},
|
@@ -81,6 +81,7 @@
|
|
81
81
|
"class-variance-authority": "^0.7.0",
|
82
82
|
"clsx": "^2.1.0",
|
83
83
|
"cross-env": "^7.0.3",
|
84
|
+
"cssnano": "^7.0.6",
|
84
85
|
"dotenv": "^16.4.5",
|
85
86
|
"lucide-react": "^0.364.0",
|
86
87
|
"next": "14.1.4",
|