@lotte-innovate/ui-component-test 0.2.85 → 0.2.86
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -14
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.
|
4
|
+
"version": "0.2.86",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -53,8 +53,19 @@
|
|
53
53
|
"publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
|
+
"next": "14.1.4",
|
57
|
+
"dotenv": "^16.4.5",
|
58
|
+
"@storybook/addon-a11y": "^8.3.5",
|
59
|
+
"@storybook/manager-api": "^8.3.5",
|
60
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
61
|
+
"storybook-dark-mode": "^4.0.2",
|
62
|
+
"postcss-cli": "^11.0.0",
|
63
|
+
"raw-loader": "^4.0.2",
|
56
64
|
"@babel/runtime": "^7.24.7",
|
57
65
|
"@babel/runtime-corejs3": "^7.24.7",
|
66
|
+
"cross-env": "^7.0.3"
|
67
|
+
},
|
68
|
+
"peerDependencies": {
|
58
69
|
"@radix-ui/colors": "^3.0.0",
|
59
70
|
"@radix-ui/react-accordion": "^1.2.0",
|
60
71
|
"@radix-ui/react-checkbox": "^1.0.4",
|
@@ -77,21 +88,14 @@
|
|
77
88
|
"@radix-ui/themes": "^3.1.1",
|
78
89
|
"@stitches/core": "^1.2.8",
|
79
90
|
"@stitches/react": "^1.2.8",
|
80
|
-
"@storybook/addon-a11y": "^8.3.5",
|
81
|
-
"@storybook/manager-api": "^8.3.5",
|
82
91
|
"@tanstack/react-table": "^8.20.5",
|
83
92
|
"@tinymce/tinymce-react": "^5.1.1",
|
84
93
|
"chart.js": "^4.4.4",
|
85
94
|
"chartjs-plugin-datalabels": "^2.2.0",
|
86
95
|
"class-variance-authority": "^0.7.0",
|
87
96
|
"clsx": "^2.1.0",
|
88
|
-
"cross-env": "^7.0.3",
|
89
97
|
"date-fns": "^2.30.0",
|
90
|
-
"dotenv": "^16.4.5",
|
91
98
|
"marked": "^14.1.3",
|
92
|
-
"next": "14.1.4",
|
93
|
-
"postcss-cli": "^11.0.0",
|
94
|
-
"raw-loader": "^4.0.2",
|
95
99
|
"react": "^18",
|
96
100
|
"react-calendar-datetime-picker": "^1.7.4",
|
97
101
|
"react-chartjs-2": "^5.2.0",
|
@@ -102,8 +106,6 @@
|
|
102
106
|
"react-tabs": "^6.0.2",
|
103
107
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
104
108
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
105
|
-
"storybook-addon-deep-controls": "^0.7.1",
|
106
|
-
"storybook-dark-mode": "^4.0.2",
|
107
109
|
"tailwind-merge": "^2.2.2",
|
108
110
|
"tinymce": "^6.8.5"
|
109
111
|
},
|
@@ -142,15 +144,12 @@
|
|
142
144
|
"prettier": "^3.3.3",
|
143
145
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
144
146
|
"rimraf": "^6.0.1",
|
147
|
+
"rollup-plugin-auto-external": "^2.0.0",
|
145
148
|
"rollup-plugin-postcss": "^4.0.2",
|
146
149
|
"rollup-plugin-terser": "^7.0.2",
|
147
150
|
"storybook": "^8.3.5",
|
148
151
|
"tailwindcss": "^3.3.0",
|
149
152
|
"tsc-alias": "^1.8.10",
|
150
153
|
"typescript": "^5"
|
151
|
-
},
|
152
|
-
"peerDependencies": {
|
153
|
-
"react": "^18",
|
154
|
-
"react-dom": "^18"
|
155
154
|
}
|
156
155
|
}
|