-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1003 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1003 Bytes
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
{
"name": "@t-req/web",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "bun test"
},
"dependencies": {
"@t-req/sdk": "workspace:*",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-javascript": "^6.2.0",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/language": "^6.10.0",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.8.0",
"@codemirror/search": "^6.5.0",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.26.0",
"codemirror": "^6.0.1",
"solid-js": "^1.9.10"
},
"devDependencies": {
"@t-req/ui": "workspace:*",
"@tailwindcss/vite": "^4.1.0",
"@types/node": "^24.10.1",
"tailwindcss": "^4.1.0",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.10"
}
}