Skip to content

Commit 41c781a

Browse files
committed
move package
1 parent b91407f commit 41c781a

File tree

1 file changed

+64
-65
lines changed

1 file changed

+64
-65
lines changed

web/common/package.json

Lines changed: 64 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,53 @@
11
{
22
"name": "@tobikodata/sqlmesh-common",
33
"version": "0.0.1",
4-
"dependencies": {
5-
"cronstrue": "3.3.0"
6-
},
74
"devDependencies": {
8-
"@eslint/js": "9.31.0",
9-
"@radix-ui/react-slot": "1.2.3",
10-
"@radix-ui/react-tooltip": "1.2.8",
11-
"@storybook/addon-docs": "9.1.5",
12-
"@storybook/react-vite": "9.1.5",
13-
"@tailwindcss/typography": "0.5.16",
14-
"@tanstack/react-virtual": "3.13.12",
15-
"@testing-library/dom": "10.4.1",
16-
"@testing-library/jest-dom": "6.6.3",
17-
"@testing-library/react": "16.3.0",
18-
"@types/dagre": "0.7.53",
19-
"@types/lodash": "4.17.20",
20-
"@types/node": "20.11.25",
21-
"@types/react": "18.3.23",
22-
"@types/react-dom": "18.3.7",
23-
"@vitejs/plugin-react": "4.7.0",
24-
"@vitest/browser": "3.2.4",
25-
"@xyflow/react": "12.8.4",
26-
"autoprefixer": "10.4.21",
27-
"class-variance-authority": "0.7.1",
28-
"clsx": "2.1.1",
29-
"dagre": "0.8.5",
30-
"deepmerge": "4.3.1",
31-
"eslint": "9.31.0",
32-
"eslint-plugin-react-hooks": "5.2.0",
33-
"eslint-plugin-storybook": "9.1.5",
34-
"fuse.js": "7.1.0",
35-
"globals": "16.3.0",
36-
"lodash": "4.17.21",
37-
"lucide-react": "0.542.0",
38-
"playwright": "1.54.1",
39-
"postcss": "8.5.6",
40-
"react": "18.3.1",
41-
"react-dom": "18.3.1",
42-
"storybook": "9.1.5",
43-
"syncpack": "13.0.4",
44-
"tailwind-merge": "3.3.1",
45-
"tailwind-scrollbar": "3.1.0",
46-
"tailwindcss": "3.4.17",
47-
"typescript": "5.8.3",
48-
"typescript-eslint": "8.38.0",
49-
"vite": "6.3.5",
50-
"vite-plugin-dts": "4.5.4",
51-
"vite-plugin-static-copy": "3.1.1",
52-
"vitest": "3.2.4"
5+
"@eslint/js": "^9.31.0",
6+
"@radix-ui/react-slot": "^1.2.3",
7+
"@radix-ui/react-tooltip": "^1.2.8",
8+
"@storybook/addon-docs": "^9.1.5",
9+
"@storybook/react-vite": "^9.1.5",
10+
"@tailwindcss/typography": "^0.5.16",
11+
"@tanstack/react-virtual": "^3.13.12",
12+
"@testing-library/dom": "^10.4.1",
13+
"@testing-library/jest-dom": "^6.6.3",
14+
"@testing-library/react": "^16.3.0",
15+
"@types/dagre": "^0.7.53",
16+
"@types/lodash": "^4.17.20",
17+
"@types/node": "^20.11.25",
18+
"@types/react": "^18.3.23",
19+
"@types/react-dom": "^18.3.7",
20+
"@vitejs/plugin-react": "^4.7.0",
21+
"@vitest/browser": "^3.2.4",
22+
"@xyflow/react": "^12.8.4",
23+
"autoprefixer": "^10.4.21",
24+
"class-variance-authority": "^0.7.1",
25+
"clsx": "^2.1.1",
26+
"cronstrue": "^3.3.0",
27+
"dagre": "^0.8.5",
28+
"deepmerge": "^4.3.1",
29+
"eslint": "^9.31.0",
30+
"eslint-plugin-react-hooks": "^5.2.0",
31+
"eslint-plugin-storybook": "^9.1.5",
32+
"fuse.js": "^7.1.0",
33+
"globals": "^16.3.0",
34+
"lodash": "^4.17.21",
35+
"lucide-react": "^0.542.0",
36+
"playwright": "^1.54.1",
37+
"postcss": "^8.5.6",
38+
"react": "^18.3.1",
39+
"react-dom": "^18.3.1",
40+
"storybook": "^9.1.5",
41+
"syncpack": "^13.0.4",
42+
"tailwind-merge": "^3.3.1",
43+
"tailwind-scrollbar": "^3.1.0",
44+
"tailwindcss": "^3.4.17",
45+
"typescript": "^5.8.3",
46+
"typescript-eslint": "^8.38.0",
47+
"vite": "^6.3.5",
48+
"vite-plugin-dts": "^4.5.4",
49+
"vite-plugin-static-copy": "^3.1.1",
50+
"vitest": "^3.2.4"
5351
},
5452
"exports": {
5553
".": {
@@ -83,23 +81,24 @@
8381
"main": "dist/sqlmesh-common.umd.js",
8482
"module": "dist/sqlmesh-common.es.js",
8583
"peerDependencies": {
86-
"@radix-ui/react-slot": "1.2.3",
87-
"@radix-ui/react-tooltip": "1.2.8",
88-
"@tailwindcss/typography": "0.5.16",
89-
"@tanstack/react-virtual": "3.13.12",
90-
"@xyflow/react": "12.8.4",
91-
"class-variance-authority": "0.7.1",
92-
"clsx": "2.1.1",
93-
"dagre": "0.8.5",
94-
"deepmerge": "4.3.1",
95-
"fuse.js": "7.1.0",
96-
"lodash": "4.17.21",
97-
"lucide-react": "0.542.0",
98-
"react": "18.3.1",
99-
"react-dom": "18.3.1",
100-
"tailwind-merge": "3.3.1",
101-
"tailwind-scrollbar": "3.1.0",
102-
"tailwindcss": "3.4.17"
84+
"@radix-ui/react-slot": "^1.2.3",
85+
"@radix-ui/react-tooltip": "^1.2.8",
86+
"@tailwindcss/typography": "^0.5.16",
87+
"@tanstack/react-virtual": "^3.13.12",
88+
"@xyflow/react": "^12.8.4",
89+
"class-variance-authority": "^0.7.1",
90+
"clsx": "^2.1.1",
91+
"cronstrue": "^3.3.0",
92+
"dagre": "^0.8.5",
93+
"deepmerge": "^4.3.1",
94+
"fuse.js": "^7.1.0",
95+
"lodash": "^4.17.21",
96+
"lucide-react": "^0.542.0",
97+
"react": "^18.3.1",
98+
"react-dom": "^18.3.1",
99+
"tailwind-merge": "^3.3.1",
100+
"tailwind-scrollbar": "^3.1.0",
101+
"tailwindcss": "^3.4.17"
103102
},
104103
"private": false,
105104
"repository": "TobikoData/sqlmesh",

0 commit comments

Comments
 (0)