-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.82 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "graphics-debug",
"main": "dist/lib/index.js",
"type": "module",
"version": "0.0.94",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/lib/index.d.ts",
"import": "./dist/lib/index.js"
},
"./react": {
"types": "./dist/lib/react.d.ts",
"import": "./dist/lib/react.js"
},
"./matcher": {
"types": "./dist/lib/matcher.d.ts",
"import": "./dist/lib/matcher.js"
}
},
"bin": {
"graphics-debug": "./dist/cli/cli.js",
"gd": "./dist/cli/cli.js"
},
"scripts": {
"start": "cosmos",
"start:landing": "vite",
"build": "tsup-node ./cli ./lib --dts --format esm --sourcemap",
"format": "biome format --write .",
"format:check": "biome format .",
"vercel-build": "vite build"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tscircuit/image-utils": "^0.0.3",
"@types/bun": "^1.2.17",
"@types/debug": "^4.1.12",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"commander": "^12.1.0",
"debug": "^4.3.7",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react-cosmos": "^6.2.3",
"react-cosmos-plugin-vite": "^6.2.0",
"react-dom": "^18.3.1",
"tsup": "^8.3.5",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
},
"peerDependencies": {
"typescript": "^5.0.0",
"bun-match-svg": "*",
"looks-same": "^9.0.1"
},
"dependencies": {
"@react-hook/resize-observer": "^2.0.2",
"@tscircuit/alphabet": "^0.0.25",
"@types/react-router-dom": "^5.3.3",
"fast-png": "^8.0.0",
"polished": "^4.3.1",
"react-router-dom": "^6.28.0",
"react-supergrid": "^1.0.10",
"svgson": "^5.3.1",
"transformation-matrix": "^3.0.0",
"use-mouse-matrix-transform": "^1.3.0"
}
}