@lotte-innovate/ui-component-test 0.2.87-beta.1 → 0.2.87
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -0
- package/dist/globals.css +3 -3
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +32 -31
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.2.87
|
4
|
+
"version": "0.2.87",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
|
47
47
|
"compile:typescript": "npm run compile && node src/utils/post-compile.js && tsc-alias",
|
48
48
|
"bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
|
49
|
-
"build:
|
50
|
-
"build:
|
49
|
+
"build:css2": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
|
50
|
+
"build:css": "npx postcss src/app/globals.css -o dist/globals.css && node update-tailwind-import.js",
|
51
51
|
"build:test": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css",
|
52
52
|
"publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
|
53
53
|
"publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
|
@@ -57,13 +57,18 @@
|
|
57
57
|
"@babel/runtime-corejs3": "^7.24.7",
|
58
58
|
"@stitches/core": "^1.2.8",
|
59
59
|
"@stitches/react": "^1.2.8",
|
60
|
+
"@storybook/addon-a11y": "^8.3.5",
|
61
|
+
"@storybook/manager-api": "^8.3.5",
|
60
62
|
"cross-env": "^7.0.3",
|
61
63
|
"dotenv": "^16.4.5",
|
62
|
-
"next": "
|
63
|
-
"postcss": "^8.5.1",
|
64
|
+
"next": "14.1.4",
|
64
65
|
"raw-loader": "^4.0.2",
|
65
66
|
"react": "^18",
|
66
|
-
"react-dom": "^18"
|
67
|
+
"react-dom": "^18",
|
68
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
69
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
70
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
71
|
+
"storybook-dark-mode": "^4.0.2"
|
67
72
|
},
|
68
73
|
"devDependencies": {
|
69
74
|
"@babel/cli": "^7.24.7",
|
@@ -77,13 +82,11 @@
|
|
77
82
|
"@rollup/plugin-commonjs": "^28.0.0",
|
78
83
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
79
84
|
"@rollup/plugin-typescript": "^12.1.0",
|
80
|
-
"@storybook/addon-a11y": "^8.3.5",
|
81
85
|
"@storybook/addon-essentials": "^8.3.5",
|
82
86
|
"@storybook/addon-interactions": "^8.3.5",
|
83
87
|
"@storybook/addon-links": "^8.0.4",
|
84
88
|
"@storybook/addon-styling-webpack": "^1.0.0",
|
85
89
|
"@storybook/blocks": "^8.3.5",
|
86
|
-
"@storybook/manager-api": "^8.3.5",
|
87
90
|
"@storybook/nextjs": "^8.3.5",
|
88
91
|
"@storybook/react": "^8.3.5",
|
89
92
|
"@storybook/test": "^8.3.5",
|
@@ -97,22 +100,38 @@
|
|
97
100
|
"eslint": "^8",
|
98
101
|
"eslint-config-next": "14.1.4",
|
99
102
|
"eslint-plugin-storybook": "^0.8.0",
|
103
|
+
"postcss": "^8.5.1",
|
100
104
|
"postcss-import": "^16.1.0",
|
101
105
|
"prettier": "^3.3.3",
|
102
106
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
103
107
|
"rimraf": "^6.0.1",
|
104
|
-
"rollup-plugin-
|
108
|
+
"rollup-plugin-auto-external": "^2.0.0",
|
105
109
|
"rollup-plugin-postcss": "^4.0.2",
|
106
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
107
110
|
"rollup-plugin-terser": "^7.0.2",
|
108
111
|
"storybook": "^8.3.5",
|
109
|
-
"storybook-addon-deep-controls": "^0.7.1",
|
110
|
-
"storybook-dark-mode": "^4.0.2",
|
111
112
|
"tailwindcss": "^3.3.0",
|
112
113
|
"tsc-alias": "^1.8.10",
|
113
114
|
"typescript": "^5"
|
114
115
|
},
|
115
116
|
"peerDependencies": {
|
117
|
+
"react": "^18",
|
118
|
+
"react-dom": "^18",
|
119
|
+
"chart.js": "^4.4.4",
|
120
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
121
|
+
"react-chartjs-2": "^5.2.0",
|
122
|
+
"tailwind-merge": "^2.2.2",
|
123
|
+
"react-pro-sidebar": "^1.1.0",
|
124
|
+
"react-tabs": "^6.0.2",
|
125
|
+
"react-calendar-datetime-picker": "^1.7.4",
|
126
|
+
"react-complex-tree": "^2.4.6",
|
127
|
+
"react-day-picker": "^8.7.1",
|
128
|
+
"date-fns": "^2.30.0",
|
129
|
+
"class-variance-authority": "^0.7.0",
|
130
|
+
"clsx": "^2.1.0",
|
131
|
+
"marked": "^14.1.3",
|
132
|
+
"@tanstack/react-table": "^8.20.5",
|
133
|
+
"@tinymce/tinymce-react": "^5.1.1",
|
134
|
+
"tinymce": "^6.8.5",
|
116
135
|
"@radix-ui/colors": "^3.0.0",
|
117
136
|
"@radix-ui/react-accordion": "^1.2.0",
|
118
137
|
"@radix-ui/react-checkbox": "^1.0.4",
|
@@ -132,24 +151,6 @@
|
|
132
151
|
"@radix-ui/react-tabs": "^1.1.0",
|
133
152
|
"@radix-ui/react-toast": "^1.2.1",
|
134
153
|
"@radix-ui/react-tooltip": "^1.1.1",
|
135
|
-
"@radix-ui/themes": "^3.1.1"
|
136
|
-
"@tanstack/react-table": "^8.20.5",
|
137
|
-
"@tinymce/tinymce-react": "^5.1.1",
|
138
|
-
"chart.js": "^4.4.4",
|
139
|
-
"chartjs-plugin-datalabels": "^2.2.0",
|
140
|
-
"class-variance-authority": "^0.7.0",
|
141
|
-
"clsx": "^2.1.0",
|
142
|
-
"date-fns": "^2.30.0",
|
143
|
-
"marked": "^14.1.3",
|
144
|
-
"react": "^18",
|
145
|
-
"react-calendar-datetime-picker": "^1.7.4",
|
146
|
-
"react-chartjs-2": "^5.2.0",
|
147
|
-
"react-complex-tree": "^2.4.6",
|
148
|
-
"react-day-picker": "^8.7.1",
|
149
|
-
"react-dom": "^18",
|
150
|
-
"react-pro-sidebar": "^1.1.0",
|
151
|
-
"react-tabs": "^6.0.2",
|
152
|
-
"tailwind-merge": "^2.2.2",
|
153
|
-
"tinymce": "^7.6.0"
|
154
|
+
"@radix-ui/themes": "^3.1.1"
|
154
155
|
}
|
155
156
|
}
|