@lotte-innovate/ui-component-test 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +163 -163
- package/dist/globals.css +57640 -57642
- package/dist/lib/components/Skeleton/index.d.ts +0 -1
- package/dist/lib/components/Skeleton/index.js +0 -1
- package/dist/lib/components/Slider/index.d.ts +0 -1
- package/dist/lib/components/Slider/index.js +0 -1
- package/dist/lib/components/TextField/index.d.ts +0 -1
- package/dist/lib/components/TextField/index.js +0 -1
- package/dist/lib/components/Tooltip/index.d.ts +1 -1
- package/dist/styles.css +1563 -1563
- package/package.json +134 -130
package/package.json
CHANGED
@@ -1,130 +1,134 @@
|
|
1
|
-
{
|
2
|
-
"name": "@lotte-innovate/ui-component-test",
|
3
|
-
"description": "Lotte UI Library",
|
4
|
-
"version": "0.1.
|
5
|
-
"private": false,
|
6
|
-
"type": "module",
|
7
|
-
"files": [
|
8
|
-
"dist/lib",
|
9
|
-
"dist/tailwind.config.d.ts",
|
10
|
-
"dist/tailwind.config.js",
|
11
|
-
"dist/globals.css",
|
12
|
-
"dist/styles.css"
|
13
|
-
],
|
14
|
-
"main": "dist/lib/index.js",
|
15
|
-
"module": "dist/lib/index.js",
|
16
|
-
"types": "dist/lib/index.d.ts",
|
17
|
-
"publishConfig": {
|
18
|
-
"access": "public"
|
19
|
-
},
|
20
|
-
"browser": "./browser/specific/main.js",
|
21
|
-
"babel": {
|
22
|
-
"presets": [
|
23
|
-
"@babel/preset-react",
|
24
|
-
"@babel/preset-env"
|
25
|
-
]
|
26
|
-
},
|
27
|
-
"browserslist": {
|
28
|
-
"production": [
|
29
|
-
">0.2%",
|
30
|
-
"not dead",
|
31
|
-
"not op_mini all"
|
32
|
-
],
|
33
|
-
"development": [
|
34
|
-
"last 1 chrome version",
|
35
|
-
"last 1 firefox version",
|
36
|
-
"last 1 safari version"
|
37
|
-
]
|
38
|
-
},
|
39
|
-
"scripts": {
|
40
|
-
"dev": "next dev",
|
41
|
-
"
|
42
|
-
"prepare": "next build",
|
43
|
-
"start": "next start",
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"build
|
48
|
-
"
|
49
|
-
"
|
50
|
-
"move:
|
51
|
-
"move": "
|
52
|
-
"
|
53
|
-
|
54
|
-
|
55
|
-
"
|
56
|
-
"
|
57
|
-
|
58
|
-
|
59
|
-
"@
|
60
|
-
"@
|
61
|
-
"@
|
62
|
-
"@radix-ui/
|
63
|
-
"@radix-ui/react-
|
64
|
-
"@radix-ui/react-
|
65
|
-
"@radix-ui/react-
|
66
|
-
"@radix-ui/react-
|
67
|
-
"@radix-ui/react-
|
68
|
-
"@radix-ui/react-
|
69
|
-
"@radix-ui/react-
|
70
|
-
"@radix-ui/react-
|
71
|
-
"@radix-ui/react-
|
72
|
-
"@radix-ui/react-
|
73
|
-
"@radix-ui/react-
|
74
|
-
"@radix-ui/react-
|
75
|
-
"@radix-ui/react-
|
76
|
-
"@radix-ui/react-
|
77
|
-
"@radix-ui/
|
78
|
-
"@
|
79
|
-
"@
|
80
|
-
"@
|
81
|
-
"@
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"
|
87
|
-
"
|
88
|
-
"
|
89
|
-
"
|
90
|
-
"
|
91
|
-
"
|
92
|
-
"react
|
93
|
-
"
|
94
|
-
"
|
95
|
-
"
|
96
|
-
"
|
97
|
-
|
98
|
-
|
99
|
-
"
|
100
|
-
"
|
101
|
-
|
102
|
-
|
103
|
-
"@babel/
|
104
|
-
"@babel/
|
105
|
-
"@
|
106
|
-
"@
|
107
|
-
"@
|
108
|
-
"@
|
109
|
-
"@storybook
|
110
|
-
"@storybook/
|
111
|
-
"@storybook/
|
112
|
-
"@storybook/
|
113
|
-
"@storybook/
|
114
|
-
"@storybook/
|
115
|
-
"@
|
116
|
-
"@
|
117
|
-
"@
|
118
|
-
"
|
119
|
-
"
|
120
|
-
"
|
121
|
-
"
|
122
|
-
"
|
123
|
-
"
|
124
|
-
"
|
125
|
-
"
|
126
|
-
"
|
127
|
-
"
|
128
|
-
"
|
129
|
-
|
130
|
-
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.1.8",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist/lib",
|
9
|
+
"dist/tailwind.config.d.ts",
|
10
|
+
"dist/tailwind.config.js",
|
11
|
+
"dist/globals.css",
|
12
|
+
"dist/styles.css"
|
13
|
+
],
|
14
|
+
"main": "dist/lib/index.js",
|
15
|
+
"module": "dist/lib/index.js",
|
16
|
+
"types": "dist/lib/index.d.ts",
|
17
|
+
"publishConfig": {
|
18
|
+
"access": "public"
|
19
|
+
},
|
20
|
+
"browser": "./browser/specific/main.js",
|
21
|
+
"babel": {
|
22
|
+
"presets": [
|
23
|
+
"@babel/preset-react",
|
24
|
+
"@babel/preset-env"
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"browserslist": {
|
28
|
+
"production": [
|
29
|
+
">0.2%",
|
30
|
+
"not dead",
|
31
|
+
"not op_mini all"
|
32
|
+
],
|
33
|
+
"development": [
|
34
|
+
"last 1 chrome version",
|
35
|
+
"last 1 firefox version",
|
36
|
+
"last 1 safari version"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"scripts": {
|
40
|
+
"dev": "next dev",
|
41
|
+
"lint": "next lint",
|
42
|
+
"prepare": "next build",
|
43
|
+
"start": "next start",
|
44
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
45
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
|
46
|
+
"compile": "tsc --jsx react-jsx",
|
47
|
+
"build": "next build && npm run compile",
|
48
|
+
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css && npx tailwindcss -i src/app/styles.css -o dist/styles.css",
|
49
|
+
"build-storybook": "storybook build",
|
50
|
+
"move:unix": "mv dist/src/lib dist/lib",
|
51
|
+
"move:win": "move dist/src/lib dist/lib",
|
52
|
+
"move": "cross-env-shell 'if [ \"$OS\" = \"Windows_NT\" ]; then npm run move:win; else npm run move:unix; fi' && rimraf dist/src",
|
53
|
+
"clean": "rimraf dist && mkdir dist",
|
54
|
+
"update-tailwind": "node update-tailwind-import.js",
|
55
|
+
"build:all": "npm run clean && npm run compile && npm run move:win && npm run build:css && tsc-alias && npm run update-tailwind",
|
56
|
+
"publish:npm": "npm run build:all && npm publish"
|
57
|
+
},
|
58
|
+
"dependencies": {
|
59
|
+
"@babel/runtime": "^7.24.7",
|
60
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
61
|
+
"@lotte-innovate/ui-component-test": "^0.0.30",
|
62
|
+
"@radix-ui/colors": "^3.0.0",
|
63
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
64
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
65
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
67
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
68
|
+
"@radix-ui/react-icons": "^1.3.0",
|
69
|
+
"@radix-ui/react-label": "^2.1.0",
|
70
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
71
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
72
|
+
"@radix-ui/react-popover": "1.0.7",
|
73
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
74
|
+
"@radix-ui/react-select": "^2.1.1",
|
75
|
+
"@radix-ui/react-separator": "^1.1.0",
|
76
|
+
"@radix-ui/react-slider": "^1.2.0",
|
77
|
+
"@radix-ui/react-switch": "^1.1.0",
|
78
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
79
|
+
"@radix-ui/react-toast": "^1.2.1",
|
80
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
81
|
+
"@radix-ui/themes": "^3.1.1",
|
82
|
+
"@stitches/core": "^1.2.8",
|
83
|
+
"@stitches/react": "^1.2.8",
|
84
|
+
"@storybook/addon-a11y": "^8.0.10",
|
85
|
+
"@storybook/addons": "^7.6.17",
|
86
|
+
"chart.js": "^4.4.4",
|
87
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
88
|
+
"class-variance-authority": "^0.7.0",
|
89
|
+
"clsx": "^2.1.0",
|
90
|
+
"cross-env": "^7.0.3",
|
91
|
+
"dotenv": "^16.4.5",
|
92
|
+
"lucide-react": "^0.364.0",
|
93
|
+
"next": "14.1.4",
|
94
|
+
"react": "^18",
|
95
|
+
"react-chartjs-2": "^5.2.0",
|
96
|
+
"react-dom": "^18",
|
97
|
+
"react-tabs": "^6.0.2",
|
98
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
99
|
+
"storybook-dark-mode": "^4.0.2",
|
100
|
+
"tailwind-merge": "^2.2.2"
|
101
|
+
},
|
102
|
+
"devDependencies": {
|
103
|
+
"@babel/cli": "^7.24.7",
|
104
|
+
"@babel/core": "^7.24.7",
|
105
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
106
|
+
"@babel/preset-env": "^7.25.4",
|
107
|
+
"@babel/preset-react": "^7.24.7",
|
108
|
+
"@babel/preset-typescript": "^7.24.7",
|
109
|
+
"@chromatic-com/storybook": "^1.2.25",
|
110
|
+
"@storybook/addon-essentials": "^8.0.4",
|
111
|
+
"@storybook/addon-interactions": "^8.0.4",
|
112
|
+
"@storybook/addon-links": "^8.0.4",
|
113
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
114
|
+
"@storybook/blocks": "^8.0.4",
|
115
|
+
"@storybook/nextjs": "^8.0.4",
|
116
|
+
"@storybook/react": "^8.0.4",
|
117
|
+
"@storybook/test": "^8.0.4",
|
118
|
+
"@storybook/theming": "^8.2.4",
|
119
|
+
"@types/node": "^20",
|
120
|
+
"@types/react": "^18",
|
121
|
+
"@types/react-dom": "^18",
|
122
|
+
"autoprefixer": "^10.0.1",
|
123
|
+
"chromatic": "^11.5.4",
|
124
|
+
"eslint": "^8",
|
125
|
+
"eslint-config-next": "14.1.4",
|
126
|
+
"eslint-plugin-storybook": "^0.8.0",
|
127
|
+
"postcss": "^8",
|
128
|
+
"rimraf": "^6.0.1",
|
129
|
+
"storybook": "^8.2.6",
|
130
|
+
"tailwindcss": "^3.3.0",
|
131
|
+
"tsc-alias": "^1.8.10",
|
132
|
+
"typescript": "^5"
|
133
|
+
}
|
134
|
+
}
|