-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.17 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.17 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
{
"private": true,
"type": "module",
"devDependencies": {
"@types/node": "^25.3.1",
"@types/three": "^0.184.0",
"prettier": "^3.8.1",
"shadcn": "^4.1.2",
"vite": "^7.3.2",
"vite-plugin-ruby": "^5.2.1"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@fontsource-variable/geist": "^5.2.8",
"@headlessui/react": "^2.1.0",
"@heroicons/react": "^2.2.0",
"@inertiajs/core": "^2.3.17",
"@inertiajs/react": "^2.3.15",
"@inertiaui/modal-react": "file:packages/inertiaui-modal-react",
"@lookout/react": "file:packages/lookout-react",
"@lookout/shared": "file:packages/lookout-shared",
"@rails/actioncable": "^8.1.300",
"@rails/activestorage": "^8.1.200",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.0",
"@sentry/react": "^10.43.0",
"@sentry/vite-plugin": "^5.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-table": "^8.21.3",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@videojs/react": "^10.0.0-beta.11",
"@vitejs/plugin-react-swc": "^4.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"gerber-to-svg": "^4.2.8",
"gsap": "^3.14.2",
"highlight.js": "^11.11.1",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"occt-import-js": "^0.0.23",
"pcb-stackup": "^4.2.8",
"pdfjs-dist": "^5.6.205",
"radix-ui": "^1.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"recharts": "^3.8.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.18",
"three": "^0.184.0",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"y-codemirror.next": "^0.3.5",
"y-protocols": "^1.0.7",
"yjs": "^13.6.30"
},
"scripts": {
"check": "tsc -p tsconfig.json && tsc -p tsconfig.node.json",
"format:check": "prettier --check 'app/frontend/**/*.{ts,tsx,js}'"
}
}