-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
{
"name": "debug.tscircuit.com-frontend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"author": "seveibar <[email protected]>",
"license": "MIT",
"scripts": {
"start": "DEV_MODE=1 next dev -p 4011",
"build": "next build",
"update-deps": "npm add @tscircuit/react-fiber@latest @tscircuit/builder@latest @tscircuit/pcb-viewer@latest @tscircuit/schematic-viewer@latest"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tscircuit/3d-viewer": "^0.0.13",
"@tscircuit/builder": "^1.5.149",
"@tscircuit/react-fiber": "^1.0.39",
"@tscircuit/soup-util": "^0.0.29",
"@types/better-sqlite3": "^7.6.2",
"@types/http-proxy": "^1.17.9",
"@types/react": "^18.0.25",
"esbuild-register": "^3.3.3",
"prettier": "^2.7.1",
"typescript": "^5.4.3",
"zapatos": "^6.1.1"
},
"dependencies": {
"@react-hook/mouse-position": "^4.1.3",
"@sindresorhus/string-hash": "^2.0.0",
"@tscircuit/pcb-viewer": "^1.3.10",
"@tscircuit/schematic-viewer": "^1.2.9",
"@tscircuit/table-viewer": "^0.0.8",
"axios": "^1.3.2",
"color-alpha": "^1.1.3",
"http-proxy": "^1.18.1",
"next": "^14.2.6",
"nice-color-palettes": "^3.0.0",
"react": "^18.2.0",
"react-data-grid": "^7.0.0-beta.46",
"react-error-boundary": "^4.0.13",
"react-query": "^3.39.2",
"react-use": "^17.4.0",
"transformation-matrix": "^2.14.0",
"ts-toolbelt": "^9.6.0",
"use-mouse-matrix-transform": "^0.0.3"
},
"resolutions": {
"react": "18.2.0"
}
}