-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "@nodrix/web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/state": "^6.7.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.9",
"@nodrix/blocks-shared": "*",
"@nodrix/integrations-shared": "*",
"@nodrix/widgets-shared": "*",
"@vue-flow/core": "^1.48.2",
"better-auth": "^1.6.11",
"codemirror": "^6.0.2",
"esptool-js": "^0.6.1",
"grid-layout-plus": "^1.1.1",
"pinia": "^2.3.0",
"reka-ui": "^2.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/w3c-web-serial": "^1.0.8",
"@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"vite-plugin-pwa": "^1.3.0",
"vue-tsc": "^2.1.10"
}
}