65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "fpga-weblab",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite --host",
 | 
						|
    "build": "run-p type-check \"build-only {@}\" --",
 | 
						|
    "preview": "vite preview",
 | 
						|
    "build-only": "vite build",
 | 
						|
    "type-check": "vue-tsc --build",
 | 
						|
    "gen-api": "npx tsx scripts/GenerateWebAPI.ts"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@microsoft/signalr": "^9.0.6",
 | 
						|
    "@svgdotjs/svg.js": "^3.2.4",
 | 
						|
    "@tanstack/vue-table": "^8.21.3",
 | 
						|
    "@types/lodash": "^4.17.16",
 | 
						|
    "@types/signalr": "^2.4.3",
 | 
						|
    "@vueuse/core": "^13.5.0",
 | 
						|
    "async-mutex": "^0.5.0",
 | 
						|
    "axios": "^1.11.0",
 | 
						|
    "echarts": "^5.6.0",
 | 
						|
    "highlight.js": "^11.11.1",
 | 
						|
    "lodash": "^4.17.21",
 | 
						|
    "log-symbols": "^7.0.0",
 | 
						|
    "lucide-vue-next": "^0.525.0",
 | 
						|
    "marked": "^12.0.0",
 | 
						|
    "mathjs": "^14.4.0",
 | 
						|
    "md-editor-v3": "^5.8.4",
 | 
						|
    "pinia": "^3.0.1",
 | 
						|
    "reka-ui": "^2.3.1",
 | 
						|
    "ts-log": "^2.2.7",
 | 
						|
    "ts-results-es": "^5.0.1",
 | 
						|
    "vue": "^3.5.13",
 | 
						|
    "vue-echarts": "^7.0.3",
 | 
						|
    "vue-konva": "^3.2.1",
 | 
						|
    "vue-router": "4",
 | 
						|
    "yocto-queue": "^1.2.1",
 | 
						|
    "zod": "^3.24.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@tailwindcss/postcss": "^4.0.12",
 | 
						|
    "@tsconfig/node22": "^22.0.0",
 | 
						|
    "@types/node": "^22.13.4",
 | 
						|
    "@vitejs/plugin-vue": "^5.2.1",
 | 
						|
    "@vitejs/plugin-vue-jsx": "^4.1.1",
 | 
						|
    "@vue/tsconfig": "^0.7.0",
 | 
						|
    "autoprefixer": "^10.4.20",
 | 
						|
    "daisyui": "^5.0.0",
 | 
						|
    "node-fetch": "^3.3.2",
 | 
						|
    "npm-run-all2": "^7.0.2",
 | 
						|
    "nswag": "^14.3.0",
 | 
						|
    "postcss": "^8.5.3",
 | 
						|
    "tailwindcss": "^4.0.12",
 | 
						|
    "ts-node": "^10.9.2",
 | 
						|
    "tsx": "^4.20.3",
 | 
						|
    "typescript": "~5.7.3",
 | 
						|
    "unplugin-vue-components": "^28.8.0",
 | 
						|
    "vite": "^6.1.0",
 | 
						|
    "vite-plugin-vue-devtools": "^7.7.2",
 | 
						|
    "vue-tsc": "^2.2.2"
 | 
						|
  }
 | 
						|
}
 |