|
1 | 1 | { |
2 | | - "name": "@fluster.io/dev", |
3 | | - "version": "0.3.22", |
4 | | - "keywords": [ |
5 | | - "academic", |
6 | | - "fluster", |
7 | | - "note taking", |
8 | | - "science", |
9 | | - "STEM" |
10 | | - ], |
11 | | - "funding": [ |
12 | | - { |
13 | | - "type": "paypal", |
14 | | - "url": "https://www.paypal.com/ncp/payment/D6S6NP4AHJD6Y" |
| 2 | + "name": "@fluster.io/dev", |
| 3 | + "version": "0.3.22", |
| 4 | + "keywords": [ |
| 5 | + "academic", |
| 6 | + "fluster", |
| 7 | + "note taking", |
| 8 | + "science", |
| 9 | + "STEM" |
| 10 | + ], |
| 11 | + "funding": [ |
| 12 | + { |
| 13 | + "type": "paypal", |
| 14 | + "url": "https://www.paypal.com/ncp/payment/D6S6NP4AHJD6Y" |
| 15 | + }, |
| 16 | + { |
| 17 | + "type": "patreon", |
| 18 | + "url": "https://www.patreon.com/uhlittlelessdum/about" |
| 19 | + }, |
| 20 | + { |
| 21 | + "type": "github", |
| 22 | + "url": "https://github.com/flusterIO/fluster" |
| 23 | + } |
| 24 | + ], |
| 25 | + "type": "module", |
| 26 | + "private": false, |
| 27 | + "publishConfig": { |
| 28 | + "access": "public" |
15 | 29 | }, |
16 | | - { |
17 | | - "type": "patreon", |
18 | | - "url": "https://www.patreon.com/uhlittlelessdum/about" |
| 30 | + "files": [ |
| 31 | + "dist" |
| 32 | + ], |
| 33 | + "scripts": { |
| 34 | + "build": "wireit", |
| 35 | + "build-storybook": "storybook build", |
| 36 | + "dev": "storybook dev -p 6006", |
| 37 | + "lint": "eslint .", |
| 38 | + "preview": "vite preview", |
| 39 | + "typecheck": "tsc --noEmit -p ./tsconfig.json" |
19 | 40 | }, |
20 | | - { |
21 | | - "type": "github", |
22 | | - "url": "https://github.com/flusterIO/fluster" |
23 | | - } |
24 | | - ], |
25 | | - "type": "module", |
26 | | - "private": false, |
27 | | - "publishConfig": { |
28 | | - "access": "public" |
29 | | - }, |
30 | | - "files": [ |
31 | | - "dist", |
32 | | - "src/themes.scss" |
33 | | - ], |
34 | | - "scripts": { |
35 | | - "build": "wireit", |
36 | | - "build-storybook": "storybook build", |
37 | | - "dev": "storybook dev -p 6006", |
38 | | - "lint": "eslint .", |
39 | | - "preview": "vite preview", |
40 | | - "typecheck": "tsc --noEmit -p ./tsconfig.json" |
41 | | - }, |
42 | | - "wireit": { |
43 | | - "build": { |
44 | | - "clean": false, |
45 | | - "command": "tsc && NODE_OPTIONS=--max-old-space-size=8192 vite build", |
46 | | - "output": [ |
47 | | - "dist/index.cjs", |
48 | | - "dist/index.mjs", |
49 | | - "dist/index.d.ts" |
50 | | - ] |
51 | | - } |
52 | | - }, |
53 | | - "types": "./dist/index.d.ts", |
54 | | - "main": "./dist/index.umd.js", |
55 | | - "exports": { |
56 | | - ".": { |
57 | | - "types": "./dist/index.d.ts", |
58 | | - "import": "./dist/index.es.js", |
59 | | - "require": "./dist/index.umd.js" |
| 41 | + "wireit": { |
| 42 | + "build": { |
| 43 | + "clean": false, |
| 44 | + "command": "tsc && NODE_OPTIONS=--max-old-space-size=8192 vite build", |
| 45 | + "output": [ |
| 46 | + "dist/index.cjs", |
| 47 | + "dist/index.mjs", |
| 48 | + "dist/index.d.ts" |
| 49 | + ] |
| 50 | + } |
60 | 51 | }, |
61 | | - "./themes.css": { |
62 | | - "import": "./dist/themes.css", |
63 | | - "require": "./dist/themes.css" |
| 52 | + "types": "./dist/index.d.ts", |
| 53 | + "main": "./dist/index.umd.js", |
| 54 | + "exports": { |
| 55 | + ".": { |
| 56 | + "types": "./dist/index.d.ts", |
| 57 | + "import": "./dist/index.es.js", |
| 58 | + "require": "./dist/index.umd.js" |
| 59 | + }, |
| 60 | + "./themes.css": { |
| 61 | + "import": "./dist/themes.css", |
| 62 | + "require": "./dist/themes.css" |
| 63 | + }, |
| 64 | + "./themes.scss": { |
| 65 | + "import": "./src/themes.scss", |
| 66 | + "require": "./src/themes.scss" |
| 67 | + } |
64 | 68 | }, |
65 | | - "./themes.scss": { |
66 | | - "import": "./src/themes.scss", |
67 | | - "require": "./src/themes.scss" |
68 | | - } |
69 | | - }, |
70 | | - "dependencies": { |
71 | | - "@datalayer/jupyter-react": "^1.0.1", |
72 | | - "@radix-ui/react-accordion": "^1.2.11", |
73 | | - "@radix-ui/react-alert-dialog": "^1.1.14", |
74 | | - "@radix-ui/react-aspect-ratio": "^1.1.7", |
75 | | - "@radix-ui/react-avatar": "^1.1.10", |
76 | | - "@radix-ui/react-checkbox": "^1.3.2", |
77 | | - "@radix-ui/react-collapsible": "^1.1.11", |
78 | | - "@radix-ui/react-context-menu": "^2.2.15", |
79 | | - "@radix-ui/react-dialog": "^1.1.14", |
80 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
81 | | - "@radix-ui/react-hover-card": "^1.1.14", |
82 | | - "@radix-ui/react-label": "^2.1.7", |
83 | | - "@radix-ui/react-menubar": "^1.1.15", |
84 | | - "@radix-ui/react-navigation-menu": "^1.2.13", |
85 | | - "@radix-ui/react-popover": "^1.1.14", |
86 | | - "@radix-ui/react-progress": "^1.1.7", |
87 | | - "@radix-ui/react-radio-group": "^1.3.7", |
88 | | - "@radix-ui/react-scroll-area": "^1.2.9", |
89 | | - "@radix-ui/react-select": "^2.2.5", |
90 | | - "@radix-ui/react-separator": "^1.1.7", |
91 | | - "@radix-ui/react-slider": "^1.3.5", |
92 | | - "@radix-ui/react-slot": "^1.2.3", |
93 | | - "@radix-ui/react-switch": "^1.2.5", |
94 | | - "@radix-ui/react-tabs": "^1.1.12", |
95 | | - "@radix-ui/react-toggle": "^1.1.9", |
96 | | - "@radix-ui/react-toggle-group": "^1.1.10", |
97 | | - "@radix-ui/react-tooltip": "^1.2.7", |
98 | | - "@tailwindcss/postcss": "^4.1.10", |
99 | | - "@tanstack/react-table": "^8.21.3", |
100 | | - "@tauri-apps/api": "2", |
101 | | - "@tauri-apps/plugin-clipboard-manager": "~2", |
102 | | - "@tauri-apps/plugin-dialog": "~2", |
103 | | - "@tauri-apps/plugin-opener": "^2.2.7", |
104 | | - "class-variance-authority": "^0.7.1", |
105 | | - "clsx": "2.1.1", |
106 | | - "cmdk": "1.1.1", |
107 | | - "embla-carousel-react": "^8.6.0", |
108 | | - "lucide-react": "0.510.0", |
109 | | - "plotly.js": "^3.0.1", |
110 | | - "react": "^19.1.0", |
111 | | - "react-day-picker": "8.10.1", |
112 | | - "react-dom": "^19.1.0", |
113 | | - "react-h5-audio-player": "^3.10.0", |
114 | | - "react-hook-form": "7.56.3", |
115 | | - "react-icons": "^5.5.0", |
116 | | - "react-mathquill": "^1.0.3", |
117 | | - "react-plotly.js": "^2.6.0", |
118 | | - "react-resizable-panels": "3.0.2", |
119 | | - "react-responsive": "10.0.1", |
120 | | - "react-router": "7.6.0", |
121 | | - "react-youtube": "^10.1.0", |
122 | | - "recharts": "2.15.3", |
123 | | - "tailwind-merge": "3.3.0", |
124 | | - "vaul": "1.1.2", |
125 | | - "zod": "3.24.4" |
126 | | - }, |
127 | | - "devDependencies": { |
128 | | - "@chromatic-com/storybook": "^4.0.0", |
129 | | - "@eslint/js": "^9.25.0", |
130 | | - "@fluster.io/config": "workspace:*", |
131 | | - "@microsoft/api-extractor": "^7.52.8", |
132 | | - "@storybook/addon-docs": "^9.0.4", |
133 | | - "@storybook/addon-onboarding": "^9.0.4", |
134 | | - "@storybook/addon-themes": "^9.0.4", |
135 | | - "@storybook/addon-vitest": "9.0.4", |
136 | | - "@storybook/react-vite": "^9.0.4", |
137 | | - "@storybook/types": "^8.6.14", |
138 | | - "@testing-library/jest-dom": "^6.6.3", |
139 | | - "@testing-library/react": "^16.3.0", |
140 | | - "@testing-library/user-event": "^14.6.1", |
141 | | - "@types/react": "^19.1.2", |
142 | | - "@types/react-dom": "^19.1.2", |
143 | | - "@types/react-plotly.js": "^2.6.3", |
144 | | - "@vitejs/plugin-react": "^4.4.1", |
145 | | - "@vitest/browser": "^3.1.4", |
146 | | - "@vitest/coverage-v8": "^3.1.4", |
147 | | - "eslint": "^9.25.0", |
148 | | - "eslint-plugin-react-hooks": "^5.2.0", |
149 | | - "eslint-plugin-react-refresh": "^0.4.19", |
150 | | - "eslint-plugin-storybook": "^9.0.4", |
151 | | - "globals": "^16.0.0", |
152 | | - "jsdom": "26.1.0", |
153 | | - "playwright": "^1.52.0", |
154 | | - "sass": "^1.89.0", |
155 | | - "storybook": "^9.0.4", |
156 | | - "storybook-addon-data-theme-switcher": "^2.0.0", |
157 | | - "storybook-dark-mode": "^4.0.2", |
158 | | - "tailwindcss": "^4.1.10", |
159 | | - "typedoc": "0.28.3", |
160 | | - "typescript": "~5.8.3", |
161 | | - "typescript-eslint": "^8.30.1", |
162 | | - "vite": "^6.3.5", |
163 | | - "vite-plugin-treat-umd-as-commonjs": "^0.1.4", |
164 | | - "vitest": "^3.1.4", |
165 | | - "wireit": "0.14.12" |
166 | | - }, |
167 | | - "packageManager": "[email protected]", |
168 | | - "eslintConfig": { |
169 | | - "extends": [ |
170 | | - "plugin:storybook/recommended" |
171 | | - ] |
172 | | - }, |
173 | | - "module": "./dist/index.es.js" |
| 69 | + "dependencies": { |
| 70 | + "@datalayer/jupyter-react": "^1.0.1", |
| 71 | + "@radix-ui/react-accordion": "^1.2.11", |
| 72 | + "@radix-ui/react-alert-dialog": "^1.1.14", |
| 73 | + "@radix-ui/react-aspect-ratio": "^1.1.7", |
| 74 | + "@radix-ui/react-avatar": "^1.1.10", |
| 75 | + "@radix-ui/react-checkbox": "^1.3.2", |
| 76 | + "@radix-ui/react-collapsible": "^1.1.11", |
| 77 | + "@radix-ui/react-context-menu": "^2.2.15", |
| 78 | + "@radix-ui/react-dialog": "^1.1.14", |
| 79 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 80 | + "@radix-ui/react-hover-card": "^1.1.14", |
| 81 | + "@radix-ui/react-label": "^2.1.7", |
| 82 | + "@radix-ui/react-menubar": "^1.1.15", |
| 83 | + "@radix-ui/react-navigation-menu": "^1.2.13", |
| 84 | + "@radix-ui/react-popover": "^1.1.14", |
| 85 | + "@radix-ui/react-progress": "^1.1.7", |
| 86 | + "@radix-ui/react-radio-group": "^1.3.7", |
| 87 | + "@radix-ui/react-scroll-area": "^1.2.9", |
| 88 | + "@radix-ui/react-select": "^2.2.5", |
| 89 | + "@radix-ui/react-separator": "^1.1.7", |
| 90 | + "@radix-ui/react-slider": "^1.3.5", |
| 91 | + "@radix-ui/react-slot": "^1.2.3", |
| 92 | + "@radix-ui/react-switch": "^1.2.5", |
| 93 | + "@radix-ui/react-tabs": "^1.1.12", |
| 94 | + "@radix-ui/react-toggle": "^1.1.9", |
| 95 | + "@radix-ui/react-toggle-group": "^1.1.10", |
| 96 | + "@radix-ui/react-tooltip": "^1.2.7", |
| 97 | + "@tailwindcss/postcss": "^4.1.10", |
| 98 | + "@tanstack/react-table": "^8.21.3", |
| 99 | + "@tauri-apps/api": "2", |
| 100 | + "@tauri-apps/plugin-clipboard-manager": "~2", |
| 101 | + "@tauri-apps/plugin-dialog": "~2", |
| 102 | + "@tauri-apps/plugin-opener": "^2.2.7", |
| 103 | + "class-variance-authority": "^0.7.1", |
| 104 | + "clsx": "2.1.1", |
| 105 | + "cmdk": "1.1.1", |
| 106 | + "embla-carousel-react": "^8.6.0", |
| 107 | + "lucide-react": "0.510.0", |
| 108 | + "plotly.js": "^3.0.1", |
| 109 | + "react": "^19.1.0", |
| 110 | + "react-day-picker": "8.10.1", |
| 111 | + "react-dom": "^19.1.0", |
| 112 | + "react-h5-audio-player": "^3.10.0", |
| 113 | + "react-hook-form": "7.56.3", |
| 114 | + "react-icons": "^5.5.0", |
| 115 | + "react-mathquill": "^1.0.3", |
| 116 | + "react-plotly.js": "^2.6.0", |
| 117 | + "react-resizable-panels": "3.0.2", |
| 118 | + "react-responsive": "10.0.1", |
| 119 | + "react-router": "7.6.0", |
| 120 | + "react-youtube": "^10.1.0", |
| 121 | + "recharts": "2.15.3", |
| 122 | + "tailwind-merge": "3.3.0", |
| 123 | + "vaul": "1.1.2", |
| 124 | + "zod": "3.24.4" |
| 125 | + }, |
| 126 | + "devDependencies": { |
| 127 | + "@chromatic-com/storybook": "^4.0.0", |
| 128 | + "@eslint/js": "^9.25.0", |
| 129 | + "@fluster.io/config": "workspace:*", |
| 130 | + "@microsoft/api-extractor": "^7.52.8", |
| 131 | + "@storybook/addon-docs": "^9.0.4", |
| 132 | + "@storybook/addon-onboarding": "^9.0.4", |
| 133 | + "@storybook/addon-themes": "^9.0.4", |
| 134 | + "@storybook/addon-vitest": "9.0.4", |
| 135 | + "@storybook/react-vite": "^9.0.4", |
| 136 | + "@storybook/types": "^8.6.14", |
| 137 | + "@testing-library/jest-dom": "^6.6.3", |
| 138 | + "@testing-library/react": "^16.3.0", |
| 139 | + "@testing-library/user-event": "^14.6.1", |
| 140 | + "@types/react": "^19.1.2", |
| 141 | + "@types/react-dom": "^19.1.2", |
| 142 | + "@types/react-plotly.js": "^2.6.3", |
| 143 | + "@vitejs/plugin-react": "^4.4.1", |
| 144 | + "@vitest/browser": "^3.1.4", |
| 145 | + "@vitest/coverage-v8": "^3.1.4", |
| 146 | + "eslint": "^9.25.0", |
| 147 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 148 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 149 | + "eslint-plugin-storybook": "^9.0.4", |
| 150 | + "globals": "^16.0.0", |
| 151 | + "jsdom": "26.1.0", |
| 152 | + "playwright": "^1.52.0", |
| 153 | + "sass": "^1.89.0", |
| 154 | + "storybook": "^9.0.4", |
| 155 | + "storybook-addon-data-theme-switcher": "^2.0.0", |
| 156 | + "storybook-dark-mode": "^4.0.2", |
| 157 | + "tailwindcss": "^4.1.10", |
| 158 | + "typedoc": "0.28.3", |
| 159 | + "typescript": "~5.8.3", |
| 160 | + "typescript-eslint": "^8.30.1", |
| 161 | + "vite": "^6.3.5", |
| 162 | + "vite-plugin-treat-umd-as-commonjs": "^0.1.4", |
| 163 | + "vitest": "^3.1.4", |
| 164 | + "wireit": "0.14.12" |
| 165 | + }, |
| 166 | + "packageManager": "[email protected]", |
| 167 | + "eslintConfig": { |
| 168 | + "extends": [ |
| 169 | + "plugin:storybook/recommended" |
| 170 | + ] |
| 171 | + }, |
| 172 | + "module": "./dist/index.es.js" |
174 | 173 | } |
0 commit comments