@lotte-innovate/ui-component-test 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,118 +1,120 @@
1
- {
2
- "name": "@lotte-innovate/ui-component-test",
3
- "description": "Lotte UI Library",
4
- "version": "0.0.9",
5
- "private": false,
6
- "type": "module",
7
- "files": [
8
- "dist"
9
- ],
10
- "main": "dist/index.js",
11
- "types": "dist/index.d.ts",
12
- "publishConfig": {
13
- "access": "public"
14
- },
15
- "browser": "./browser/specific/main.js",
16
- "babel": {
17
- "presets": [
18
- "@babel/preset-react"
19
- ]
20
- },
21
- "browserslist": {
22
- "production": [
23
- ">0.2%",
24
- "not dead",
25
- "not op_mini all"
26
- ],
27
- "development": [
28
- "last 1 chrome version",
29
- "last 1 firefox version",
30
- "last 1 safari version"
31
- ]
32
- },
33
- "scripts": {
34
- "dev": "next dev",
35
- "build": "tsc",
36
- "prepare": "next build",
37
- "start": "next start",
38
- "lint": "next lint",
39
- "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
40
- "build-storybook": "storybook build",
41
- "publish:npm": "rimraf dist && mkdir dist && tsc",
42
- "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
43
- },
44
- "dependencies": {
45
- "@babel/runtime": "^7.24.7",
46
- "@babel/runtime-corejs3": "^7.24.7",
47
- "@radix-ui/colors": "^3.0.0",
48
- "@radix-ui/react-accordion": "^1.2.0",
49
- "@radix-ui/react-checkbox": "^1.0.4",
50
- "@radix-ui/react-dialog": "^1.1.1",
51
- "@radix-ui/react-dropdown-menu": "^2.1.1",
52
- "@radix-ui/react-hover-card": "^1.1.1",
53
- "@radix-ui/react-icons": "^1.3.0",
54
- "@radix-ui/react-label": "^2.1.0",
55
- "@radix-ui/react-menubar": "^1.1.1",
56
- "@radix-ui/react-navigation-menu": "^1.2.0",
57
- "@radix-ui/react-popover": "1.0.7",
58
- "@radix-ui/react-radio-group": "^1.1.3",
59
- "@radix-ui/react-select": "^2.1.1",
60
- "@radix-ui/react-separator": "^1.1.0",
61
- "@radix-ui/react-slider": "^1.2.0",
62
- "@radix-ui/react-switch": "^1.1.0",
63
- "@radix-ui/react-tabs": "^1.1.0",
64
- "@radix-ui/react-toast": "^1.2.1",
65
- "@radix-ui/react-tooltip": "^1.1.1",
66
- "@radix-ui/themes": "^3.1.1",
67
- "@stitches/core": "^1.2.8",
68
- "@stitches/react": "^1.2.8",
69
- "@storybook/addon-a11y": "^8.0.10",
70
- "@storybook/addons": "^7.6.17",
71
- "chart.js": "^4.4.4",
72
- "chartjs-plugin-datalabels": "^2.2.0",
73
- "class-variance-authority": "^0.7.0",
74
- "clsx": "^2.1.0",
75
- "cross-env": "^7.0.3",
76
- "dotenv": "^16.4.5",
77
- "lucide-react": "^0.364.0",
78
- "next": "14.1.4",
79
- "react": "^18",
80
- "react-chartjs-2": "^5.2.0",
81
- "react-dom": "^18",
82
- "react-tabs": "^6.0.2",
83
- "storybook-addon-deep-controls": "^0.7.1",
84
- "storybook-dark-mode": "^4.0.2",
85
- "tailwind-merge": "^2.2.2"
86
- },
87
- "devDependencies": {
88
- "@babel/cli": "^7.24.7",
89
- "@babel/core": "^7.24.7",
90
- "@babel/plugin-transform-runtime": "^7.24.7",
91
- "@babel/preset-env": "^7.24.7",
92
- "@babel/preset-react": "^7.24.7",
93
- "@babel/preset-typescript": "^7.24.7",
94
- "@chromatic-com/storybook": "^1.2.25",
95
- "@storybook/addon-essentials": "^8.0.4",
96
- "@storybook/addon-interactions": "^8.0.4",
97
- "@storybook/addon-links": "^8.0.4",
98
- "@storybook/addon-styling-webpack": "^1.0.0",
99
- "@storybook/blocks": "^8.0.4",
100
- "@storybook/nextjs": "^8.0.4",
101
- "@storybook/react": "^8.0.4",
102
- "@storybook/test": "^8.0.4",
103
- "@storybook/theming": "^8.2.4",
104
- "@types/node": "^20",
105
- "@types/react": "^18",
106
- "@types/react-dom": "^18",
107
- "autoprefixer": "^10.0.1",
108
- "chromatic": "^11.5.4",
109
- "eslint": "^8",
110
- "eslint-config-next": "14.1.4",
111
- "eslint-plugin-storybook": "^0.8.0",
112
- "postcss": "^8",
113
- "rimraf": "^6.0.1",
114
- "storybook": "^8.2.6",
115
- "tailwindcss": "^3.3.0",
116
- "typescript": "^5"
117
- }
118
- }
1
+ {
2
+ "name": "@lotte-innovate/ui-component-test",
3
+ "description": "Lotte UI Library",
4
+ "version": "0.0.10",
5
+ "private": false,
6
+ "type": "module",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "main": "dist/index.js",
11
+ "module": "dist/index.js",
12
+ "types": "dist/index.d.ts",
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "browser": "./browser/specific/main.js",
17
+ "babel": {
18
+ "presets": [
19
+ "@babel/preset-react",
20
+ "@babel/preset-env"
21
+ ]
22
+ },
23
+ "browserslist": {
24
+ "production": [
25
+ ">0.2%",
26
+ "not dead",
27
+ "not op_mini all"
28
+ ],
29
+ "development": [
30
+ "last 1 chrome version",
31
+ "last 1 firefox version",
32
+ "last 1 safari version"
33
+ ]
34
+ },
35
+ "scripts": {
36
+ "dev": "next dev",
37
+ "build": "next build && tsc",
38
+ "prepare": "next build",
39
+ "start": "next start",
40
+ "lint": "next lint",
41
+ "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
42
+ "build-storybook": "storybook build",
43
+ "publish:npm": "rimraf dist && mkdir dist && tsc",
44
+ "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
45
+ },
46
+ "dependencies": {
47
+ "@babel/runtime": "^7.24.7",
48
+ "@babel/runtime-corejs3": "^7.24.7",
49
+ "@radix-ui/colors": "^3.0.0",
50
+ "@radix-ui/react-accordion": "^1.2.0",
51
+ "@radix-ui/react-checkbox": "^1.0.4",
52
+ "@radix-ui/react-dialog": "^1.1.1",
53
+ "@radix-ui/react-dropdown-menu": "^2.1.1",
54
+ "@radix-ui/react-hover-card": "^1.1.1",
55
+ "@radix-ui/react-icons": "^1.3.0",
56
+ "@radix-ui/react-label": "^2.1.0",
57
+ "@radix-ui/react-menubar": "^1.1.1",
58
+ "@radix-ui/react-navigation-menu": "^1.2.0",
59
+ "@radix-ui/react-popover": "1.0.7",
60
+ "@radix-ui/react-radio-group": "^1.1.3",
61
+ "@radix-ui/react-select": "^2.1.1",
62
+ "@radix-ui/react-separator": "^1.1.0",
63
+ "@radix-ui/react-slider": "^1.2.0",
64
+ "@radix-ui/react-switch": "^1.1.0",
65
+ "@radix-ui/react-tabs": "^1.1.0",
66
+ "@radix-ui/react-toast": "^1.2.1",
67
+ "@radix-ui/react-tooltip": "^1.1.1",
68
+ "@radix-ui/themes": "^3.1.1",
69
+ "@stitches/core": "^1.2.8",
70
+ "@stitches/react": "^1.2.8",
71
+ "@storybook/addon-a11y": "^8.0.10",
72
+ "@storybook/addons": "^7.6.17",
73
+ "chart.js": "^4.4.4",
74
+ "chartjs-plugin-datalabels": "^2.2.0",
75
+ "class-variance-authority": "^0.7.0",
76
+ "clsx": "^2.1.0",
77
+ "cross-env": "^7.0.3",
78
+ "dotenv": "^16.4.5",
79
+ "lucide-react": "^0.364.0",
80
+ "next": "14.1.4",
81
+ "react": "^18",
82
+ "react-chartjs-2": "^5.2.0",
83
+ "react-dom": "^18",
84
+ "react-tabs": "^6.0.2",
85
+ "storybook-addon-deep-controls": "^0.7.1",
86
+ "storybook-dark-mode": "^4.0.2",
87
+ "tailwind-merge": "^2.2.2"
88
+ },
89
+ "devDependencies": {
90
+ "@babel/cli": "^7.24.7",
91
+ "@babel/core": "^7.24.7",
92
+ "@babel/plugin-transform-runtime": "^7.24.7",
93
+ "@babel/preset-env": "^7.25.4",
94
+ "@babel/preset-react": "^7.24.7",
95
+ "@babel/preset-typescript": "^7.24.7",
96
+ "@chromatic-com/storybook": "^1.2.25",
97
+ "@storybook/addon-essentials": "^8.0.4",
98
+ "@storybook/addon-interactions": "^8.0.4",
99
+ "@storybook/addon-links": "^8.0.4",
100
+ "@storybook/addon-styling-webpack": "^1.0.0",
101
+ "@storybook/blocks": "^8.0.4",
102
+ "@storybook/nextjs": "^8.0.4",
103
+ "@storybook/react": "^8.0.4",
104
+ "@storybook/test": "^8.0.4",
105
+ "@storybook/theming": "^8.2.4",
106
+ "@types/node": "^20",
107
+ "@types/react": "^18",
108
+ "@types/react-dom": "^18",
109
+ "autoprefixer": "^10.0.1",
110
+ "chromatic": "^11.5.4",
111
+ "eslint": "^8",
112
+ "eslint-config-next": "14.1.4",
113
+ "eslint-plugin-storybook": "^0.8.0",
114
+ "postcss": "^8",
115
+ "rimraf": "^6.0.1",
116
+ "storybook": "^8.2.6",
117
+ "tailwindcss": "^3.3.0",
118
+ "typescript": "^5"
119
+ }
120
+ }