@lotte-innovate/ui-component-test 0.1.61 → 0.1.63
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/globals.css +2 -3
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -6
- package/dist/tailwind.css +0 -180917
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.63",
|
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,7 +81,6 @@
|
|
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",
|
85
84
|
"dotenv": "^16.4.5",
|
86
85
|
"lucide-react": "^0.364.0",
|
87
86
|
"next": "14.1.4",
|
@@ -118,18 +117,21 @@
|
|
118
117
|
"@types/node": "^20",
|
119
118
|
"@types/react": "^18",
|
120
119
|
"@types/react-dom": "^18",
|
121
|
-
"autoprefixer": "^10.
|
120
|
+
"autoprefixer": "^10.4.20",
|
122
121
|
"chromatic": "^11.5.4",
|
122
|
+
"cssnano": "^7.0.6",
|
123
123
|
"eslint": "^8",
|
124
124
|
"eslint-config-next": "14.1.4",
|
125
125
|
"eslint-plugin-storybook": "^0.8.0",
|
126
|
-
"postcss": "^8",
|
126
|
+
"postcss": "^8.4.47",
|
127
|
+
"postcss-cli": "^11.0.0",
|
128
|
+
"postcss-import": "^16.1.0",
|
127
129
|
"prettier": "^3.3.3",
|
128
130
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
129
131
|
"rimraf": "^6.0.1",
|
130
132
|
"rollup-plugin-terser": "^7.0.2",
|
131
133
|
"storybook": "^8.3.5",
|
132
|
-
"tailwindcss": "^3.
|
134
|
+
"tailwindcss": "^3.4.14",
|
133
135
|
"tsc-alias": "^1.8.10",
|
134
136
|
"typescript": "^5"
|
135
137
|
},
|