@abdullahjaswal/tickyr-charts 0.1.0

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/package.json ADDED
@@ -0,0 +1,128 @@
1
+ {
2
+ "name": "@abdullahjaswal/tickyr-charts",
3
+ "version": "0.1.0",
4
+ "description": "Tickyr Charts: opinionated, canvas-rendered trading charts for React + Solid, powered by a vendored Rust/WASM engine.",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "type": "module",
7
+ "workspaces": ["packages/*"],
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/AbdullahJaswal/tickyr-charts.git"
11
+ },
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "main": "./dist/index.js",
16
+ "module": "./dist/index.js",
17
+ "types": "./dist/index.d.ts",
18
+ "exports": {
19
+ ".": {
20
+ "types": "./dist/index.d.ts",
21
+ "import": "./dist/index.js"
22
+ },
23
+ "./react": {
24
+ "types": "./dist/react.d.ts",
25
+ "import": "./dist/react.js"
26
+ },
27
+ "./solid": {
28
+ "types": "./dist/solid.d.ts",
29
+ "import": "./dist/solid.js"
30
+ }
31
+ },
32
+ "files": [
33
+ "dist"
34
+ ],
35
+ "engines": {
36
+ "node": ">=22.13.0"
37
+ },
38
+ "overrides": {
39
+ "ajv": "^8.0.0"
40
+ },
41
+ "scripts": {
42
+ "build": "vite build",
43
+ "build:storybook": "NODE_OPTIONS=\"--disable-warning=DEP0205\" storybook build",
44
+ "dev": "vite build --watch",
45
+ "fmt": "biome format --write .",
46
+ "fmt:check": "biome format .",
47
+ "bench": "bun run bench/run.ts",
48
+ "lint": "biome lint src",
49
+ "lint:zero-alloc": "bun scripts/lint-zero-alloc.ts",
50
+ "storybook": "NODE_OPTIONS=\"--disable-warning=DEP0205\" storybook dev -p 6006 --no-open",
51
+ "shots": "node scripts/capture-readme-shots.mjs",
52
+ "test": "NODE_OPTIONS=\"--disable-warning=DEP0205\" vitest run",
53
+ "test:watch": "NODE_OPTIONS=\"--disable-warning=DEP0205\" vitest",
54
+ "test:visual": "NODE_OPTIONS=\"--disable-warning=DEP0205\" vitest run --project=stories",
55
+ "test:visual:update": "NODE_OPTIONS=\"--disable-warning=DEP0205\" vitest run --project=stories -u",
56
+ "typecheck": "tsc --noEmit"
57
+ },
58
+ "dependencies": {
59
+ "d3-array": "^3.2.4",
60
+ "d3-format": "^3.1.2",
61
+ "d3-scale": "^4.0.2",
62
+ "d3-shape": "^3.2.0",
63
+ "d3-time-format": "^4.1.0",
64
+ "d3-zoom": "^3.0.0"
65
+ },
66
+ "peerDependencies": {
67
+ "react": "^18.0.0 || ^19.0.0",
68
+ "react-dom": "^18.0.0 || ^19.0.0",
69
+ "solid-js": "^1.9.0"
70
+ },
71
+ "peerDependenciesMeta": {
72
+ "react": {
73
+ "optional": true
74
+ },
75
+ "react-dom": {
76
+ "optional": true
77
+ },
78
+ "solid-js": {
79
+ "optional": true
80
+ }
81
+ },
82
+ "devDependencies": {
83
+ "@abdullahjaswal/tickyr-charts-wasm": "workspace:*",
84
+ "@biomejs/biome": "^2.4.16",
85
+ "@microsoft/api-extractor": "^7.58.7",
86
+ "@playwright/test": "1.59.1",
87
+ "@rolldown/plugin-babel": "^0.2.3",
88
+ "@solidjs/testing-library": "^0.8.10",
89
+ "@storybook/addon-a11y": "^10.3.6",
90
+ "@storybook/addon-docs": "^10.3.6",
91
+ "@storybook/addon-themes": "^10.3.6",
92
+ "@storybook/addon-vitest": "^10.3.6",
93
+ "@storybook/react-vite": "^10.3.6",
94
+ "@testing-library/jest-dom": "^6.9.1",
95
+ "@testing-library/react": "^16.3.2",
96
+ "@testing-library/user-event": "^14.6.1",
97
+ "@types/d3-array": "^3.2.0",
98
+ "@types/d3-format": "^3.0.0",
99
+ "@types/d3-scale": "^4.0.0",
100
+ "@types/d3-shape": "^3.1.0",
101
+ "@types/d3-time-format": "^4.0.0",
102
+ "@types/d3-zoom": "^3.0.0",
103
+ "@types/node": "^25.0.0",
104
+ "@types/react": "^19.2.14",
105
+ "@types/react-dom": "^19.2.3",
106
+ "@vitejs/plugin-react": "^6.0.1",
107
+ "@vitest/browser-playwright": "^4.1.5",
108
+ "@vitest/coverage-v8": "^4.1.5",
109
+ "axe-core": "^4.11.4",
110
+ "babel-plugin-react-compiler": "^1.0.0",
111
+ "fast-check": "^4.7.0",
112
+ "happy-dom": "^20.9.0",
113
+ "lefthook": "^2.1.6",
114
+ "react": "^19.2.6",
115
+ "react-dom": "^19.2.6",
116
+ "solid-js": "^1.9.12",
117
+ "storybook": "^10.3.6",
118
+ "storybook-solidjs-vite": "^10.0.12",
119
+ "tinybench": "^6.0.1",
120
+ "typescript": "^6.0.3",
121
+ "vite": "^8.0.11",
122
+ "vite-plugin-dts": "^5.0.0",
123
+ "vite-plugin-solid": "^2.11.12",
124
+ "vite-plugin-top-level-await": "^1.6.0",
125
+ "vite-plugin-wasm": "^3.6.0",
126
+ "vitest": "^4.1.5"
127
+ }
128
+ }