@spaceandtimelabs/makeinfinite-ui 0.72.2-beta.1 → 0.72.2-beta.2

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.
Files changed (1) hide show
  1. package/package.json +108 -106
package/package.json CHANGED
@@ -1,108 +1,110 @@
1
1
  {
2
- "name": "@spaceandtimelabs/makeinfinite-ui",
3
- "author": "aw-sxt",
4
- "private": false,
5
- "version": "0.72.2-beta.1",
6
- "type": "module",
7
- "exports": {
8
- ".": {
9
- "import": "./dist/makeinfinite-ui.es.js",
10
- "require": "./dist/makeinfinite-ui.umd.js",
11
- "types": "./dist/types/index.d.ts"
12
- }
13
- },
14
- "main": "dist/makeinfinite-ui.umd.js",
15
- "module": "dist/makeinfinite-ui.es.js",
16
- "types": "dist/types/index.d.ts",
17
- "files": [
18
- "dist"
19
- ],
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com/spaceandtimelabs/makeinfinite-ui.git"
23
- },
24
- "scripts": {
25
- "dev": "vite",
26
- "typecheck": "tsc -p tsconfig.json --noEmit",
27
- "build": "vite build && yarn build:types",
28
- "build:types": "tsc -p tsconfig.types.json",
29
- "lint:check": "eslint --quiet \"**/*.{ts,tsx}\"",
30
- "lint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
31
- "format:check": "prettier --check \"**/*.{ts,tsx}\"",
32
- "format:fix": "prettier --write \"**/*.{ts,tsx}\"",
33
- "prepublishOnly": "yarn run build"
34
- },
35
- "dependencies": {
36
- "@fontsource/geist-sans": "^5.1.0",
37
- "@hookform/resolvers": "^3.3.4",
38
- "@isomorphic-git/lightning-fs": "^4.6.0",
39
- "@radix-ui/react-icons": "^1.3.2",
40
- "@radix-ui/react-slot": "^1.1.2",
41
- "@radix-ui/react-toggle-group": "^1.1.2",
42
- "@tanstack/react-table": "^8.21.2",
43
- "@tanstack/react-virtual": "^3.13.0",
44
- "@zenfs/core": "2.1.0",
45
- "buffer": "^6.0.3",
46
- "class-variance-authority": "^0.7.1",
47
- "clsx": "^2.1.1",
48
- "cmdk": "^0.2.1",
49
- "date-fns": "^3.3.1",
50
- "echarts": "^5.3.3",
51
- "echarts-for-react": "3.0.2",
52
- "embla-carousel-react": "^8.5.2",
53
- "fflate": "^0.8.2",
54
- "ignore": "^7.0.3",
55
- "isomorphic-git": "^1.27.1",
56
- "lucide-react": "^0.503.0",
57
- "next-themes": "^0.4.4",
58
- "path-browserify": "^1.0.1",
59
- "radix-ui": "^1.1.3",
60
- "react-day-picker": "^8.10.0",
61
- "react-grid-layout": "^1.5.0",
62
- "react-hook-form": "^7.50.1",
63
- "react-resizable-panels": "^2.1.7",
64
- "recharts": "^2.15.1",
65
- "sonner": "^2.0.0",
66
- "styled-components": "^5.3.0",
67
- "tailwind-merge": "^3.0.1",
68
- "tailwindcss-animate": "^1.0.7",
69
- "uuid": "^10.0.0",
70
- "vaul": "^1.1.2",
71
- "whatwg-fetch": "^3.6.20",
72
- "zod": "^3.22.4"
73
- },
74
- "peerDependencies": {
75
- "@babel/standalone": "^7.26.2",
76
- "react": "^17.0.2",
77
- "react-dom": "^17.0.2"
78
- },
79
- "devDependencies": {
80
- "@babel/preset-typescript": "^7.26.0",
81
- "@babel/standalone": "^7.26.2",
82
- "@types/babel__standalone": "^7.1.9",
83
- "@types/node": "^18.9.0",
84
- "@types/react": "^17.0.2",
85
- "@types/react-dom": "^17.0.2",
86
- "@types/react-grid-layout": "^1.3.5",
87
- "@types/styled-components": "^5.1.34",
88
- "@types/uuid": "^10.0.0",
89
- "@typescript-eslint/eslint-plugin": "^5.13.0",
90
- "@typescript-eslint/parser": "^5.0.0",
91
- "@vitejs/plugin-react": "^4.3.2",
92
- "chokidar-cli": "^3.0.0",
93
- "eslint": "^8.2.0",
94
- "eslint-plugin-react-hooks": "^4.3.0",
95
- "eslint-plugin-react-refresh": "^0.4.12",
96
- "prettier": "^2.6.2",
97
- "react": "^17.0.2",
98
- "react-dom": "^17.0.2",
99
- "typescript": "^5.5.3",
100
- "vite": "^4.5.0"
101
- },
102
- "resolutions": {
103
- "elliptic": "6.5.7",
104
- "ws": "8.17.1"
105
- },
106
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
107
- "gitHead": "d692c4c2107992935129cb6d3d2f8f7833971e1d"
2
+ "name": "@spaceandtimelabs/makeinfinite-ui",
3
+ "author": "aw-sxt",
4
+ "private": false,
5
+ "version": "0.72.2-beta.2",
6
+ "type": "module",
7
+ "exports": {
8
+ ".": {
9
+ "development": "./lib/index.ts",
10
+ "default": {
11
+ "import": "./dist/makeinfinite-ui.es.js",
12
+ "require": "./dist/makeinfinite-ui.umd.js"
13
+ }
14
+ }
15
+ },
16
+ "main": "dist/makeinfinite-ui.umd.js",
17
+ "module": "dist/makeinfinite-ui.es.js",
18
+ "types": "dist/types/index.d.ts",
19
+ "files": [
20
+ "dist"
21
+ ],
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/spaceandtimelabs/makeinfinite-ui.git"
25
+ },
26
+ "scripts": {
27
+ "dev": "vite",
28
+ "typecheck": "tsc -p tsconfig.json --noEmit",
29
+ "build": "vite build && yarn build:types",
30
+ "build:types": "tsc -p tsconfig.types.json",
31
+ "lint:check": "eslint --quiet \"**/*.{ts,tsx}\"",
32
+ "lint:fix": "eslint --fix \"**/*.{ts,tsx}\"",
33
+ "format:check": "prettier --check \"**/*.{ts,tsx}\"",
34
+ "format:fix": "prettier --write \"**/*.{ts,tsx}\"",
35
+ "prepublishOnly": "yarn run build"
36
+ },
37
+ "dependencies": {
38
+ "@fontsource/geist-sans": "^5.1.0",
39
+ "@hookform/resolvers": "^3.3.4",
40
+ "@isomorphic-git/lightning-fs": "^4.6.0",
41
+ "@radix-ui/react-icons": "^1.3.2",
42
+ "@radix-ui/react-slot": "^1.1.2",
43
+ "@radix-ui/react-toggle-group": "^1.1.2",
44
+ "@tanstack/react-table": "^8.21.2",
45
+ "@tanstack/react-virtual": "^3.13.0",
46
+ "@zenfs/core": "2.1.0",
47
+ "buffer": "^6.0.3",
48
+ "class-variance-authority": "^0.7.1",
49
+ "clsx": "^2.1.1",
50
+ "cmdk": "^0.2.1",
51
+ "date-fns": "^3.3.1",
52
+ "echarts": "^5.3.3",
53
+ "echarts-for-react": "3.0.2",
54
+ "embla-carousel-react": "^8.5.2",
55
+ "fflate": "^0.8.2",
56
+ "ignore": "^7.0.3",
57
+ "isomorphic-git": "^1.27.1",
58
+ "lucide-react": "^0.503.0",
59
+ "next-themes": "^0.4.4",
60
+ "path-browserify": "^1.0.1",
61
+ "radix-ui": "^1.1.3",
62
+ "react-day-picker": "^8.10.0",
63
+ "react-grid-layout": "^1.5.0",
64
+ "react-hook-form": "^7.50.1",
65
+ "react-resizable-panels": "^2.1.7",
66
+ "recharts": "^2.15.1",
67
+ "sonner": "^2.0.0",
68
+ "styled-components": "^5.3.0",
69
+ "tailwind-merge": "^3.0.1",
70
+ "tailwindcss-animate": "^1.0.7",
71
+ "uuid": "^10.0.0",
72
+ "vaul": "^1.1.2",
73
+ "whatwg-fetch": "^3.6.20",
74
+ "zod": "^3.22.4"
75
+ },
76
+ "peerDependencies": {
77
+ "@babel/standalone": "^7.26.2",
78
+ "react": "^17.0.2",
79
+ "react-dom": "^17.0.2"
80
+ },
81
+ "devDependencies": {
82
+ "@babel/preset-typescript": "^7.26.0",
83
+ "@babel/standalone": "^7.26.2",
84
+ "@types/babel__standalone": "^7.1.9",
85
+ "@types/node": "^18.9.0",
86
+ "@types/react": "^17.0.2",
87
+ "@types/react-dom": "^17.0.2",
88
+ "@types/react-grid-layout": "^1.3.5",
89
+ "@types/styled-components": "^5.1.34",
90
+ "@types/uuid": "^10.0.0",
91
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
92
+ "@typescript-eslint/parser": "^5.0.0",
93
+ "@vitejs/plugin-react": "^4.3.2",
94
+ "chokidar-cli": "^3.0.0",
95
+ "eslint": "^8.2.0",
96
+ "eslint-plugin-react-hooks": "^4.3.0",
97
+ "eslint-plugin-react-refresh": "^0.4.12",
98
+ "prettier": "^2.6.2",
99
+ "react": "^17.0.2",
100
+ "react-dom": "^17.0.2",
101
+ "typescript": "^5.5.3",
102
+ "vite": "^4.5.0"
103
+ },
104
+ "resolutions": {
105
+ "elliptic": "6.5.7",
106
+ "ws": "8.17.1"
107
+ },
108
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
109
+ "gitHead": "606bf3e13620081dd9df3d7861a408b59e7c9874"
108
110
  }