@lotte-innovate/ui-component-test 0.1.63 → 0.1.64
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.64",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -45,7 +45,8 @@
|
|
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 tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
|
49
|
+
"build:test": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css",
|
49
50
|
"publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
|
50
51
|
"publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
|
51
52
|
},
|
@@ -117,21 +118,18 @@
|
|
117
118
|
"@types/node": "^20",
|
118
119
|
"@types/react": "^18",
|
119
120
|
"@types/react-dom": "^18",
|
120
|
-
"autoprefixer": "^10.
|
121
|
+
"autoprefixer": "^10.0.1",
|
121
122
|
"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
126
|
"postcss": "^8.4.47",
|
127
|
-
"postcss-cli": "^11.0.0",
|
128
|
-
"postcss-import": "^16.1.0",
|
129
127
|
"prettier": "^3.3.3",
|
130
128
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
131
129
|
"rimraf": "^6.0.1",
|
132
130
|
"rollup-plugin-terser": "^7.0.2",
|
133
131
|
"storybook": "^8.3.5",
|
134
|
-
"tailwindcss": "^3.
|
132
|
+
"tailwindcss": "^3.3.0",
|
135
133
|
"tsc-alias": "^1.8.10",
|
136
134
|
"typescript": "^5"
|
137
135
|
},
|