-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
148 lines (148 loc) · 4.94 KB
/
package.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "snippets",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/tscircuit/snippets"
},
"scripts": {
"start": "bun run dev",
"snapshot": "bun scripts/snapshot.ts",
"playwright": "bunx playwright test",
"playwright:update": "bunx playwright test --update-snapshots",
"start:playwright-server": "bun run build:fake-api && vite --port 5177",
"dev": "AUTOLOAD_SNIPPETS=true bun run build:fake-api && vite",
"dev:registry": "SNIPPETS_API_URL=http://localhost:3100 vite",
"build": "bun run build:fake-api && tsc -b && vite build",
"preview": "vite preview",
"format": "biome format --write .",
"lint": "biome format .",
"build:fake-api": "winterspec bundle -o dist/bundle.js"
},
"dependencies": {
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lint": "^6.8.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tscircuit/3d-viewer": "^0.0.74",
"@tscircuit/footprinter": "^0.0.95",
"@tscircuit/layout": "^0.0.29",
"@tscircuit/mm": "^0.0.8",
"@tscircuit/pcb-viewer": "^1.10.22",
"@tscircuit/props": "^0.0.123",
"@tscircuit/schematic-viewer": "^1.4.3",
"@types/file-saver": "^2.0.7",
"@types/ms": "^0.7.34",
"@typescript/ata": "^0.9.7",
"@valtown/codemirror-ts": "^2.2.0",
"change-case": "^5.4.4",
"circuit-json": "^0.0.122",
"circuit-json-to-bom-csv": "^0.0.6",
"circuit-json-to-gerber": "^0.0.16",
"circuit-json-to-pnp-csv": "^0.0.6",
"circuit-json-to-readable-netlist": "^0.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"codemirror": "^6.0.1",
"country-list": "^2.3.0",
"date-fns": "^4.1.0",
"dsn-converter": "^0.0.54",
"easyeda": "^0.0.62",
"embla-carousel-react": "^8.3.0",
"extract-codefence": "^0.0.4",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"immer": "^10.1.1",
"input-otp": "^1.2.4",
"jose": "^5.9.3",
"jscad-electronics": "^0.0.23",
"jszip": "^3.10.1",
"lucide-react": "^0.445.0",
"ms": "^2.1.3",
"next-themes": "^0.3.0",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.0",
"react-query": "^3.39.3",
"react-resizable-panels": "^2.1.3",
"recharts": "^2.12.7",
"rollup-plugin-visualizer": "^5.12.0",
"sonner": "^1.5.0",
"states-us": "^1.1.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"use-async-memo": "^1.2.5",
"use-mouse-matrix-transform": "^1.1.13",
"vaul": "^0.9.9",
"wouter": "^3.3.5"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@babel/standalone": "^7.26.2",
"@biomejs/biome": "^1.9.2",
"@playwright/test": "^1.48.0",
"@tscircuit/core": "^0.0.245",
"@tscircuit/prompt-benchmarks": "^0.0.20",
"@types/babel__standalone": "^7.1.7",
"@types/bun": "^1.1.10",
"@types/country-list": "^2.1.4",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@typescript/vfs": "^1.6.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"circuit-to-svg": "^0.0.99",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"prismjs": "^1.29.0",
"prompts": "^2.4.2",
"react": "^18.3.1",
"redaxios": "^0.5.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"winterspec": "^0.0.94",
"zod": "^3.23.8",
"zustand": "^4.5.5",
"zustand-hoist": "^2.0.1"
}
}