mirror of
				https://github.com/mmahdium/TBW.git
				synced 2025-11-04 04:28:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "tbw",
 | 
						|
  "version": "0.0.0",
 | 
						|
  "private": true,
 | 
						|
  "type": "module",
 | 
						|
  "engines": {
 | 
						|
    "node": "^20.19.0 || >=22.12.0"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite",
 | 
						|
    "build": "run-p type-check \"build-only {@}\" --",
 | 
						|
    "preview": "vite preview",
 | 
						|
    "build-only": "vite build",
 | 
						|
    "type-check": "vue-tsc --build",
 | 
						|
    "lint": "eslint . --fix",
 | 
						|
    "format": "prettier --write src/"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@formkit/auto-animate": "^0.9.0",
 | 
						|
    "@tailwindcss/vite": "^4.1.16",
 | 
						|
    "@vercel/speed-insights": "^1.2.0",
 | 
						|
    "@vueuse/motion": "^3.0.3",
 | 
						|
    "axios": "^1.13.1",
 | 
						|
    "pinia": "^3.0.3",
 | 
						|
    "tailwindcss": "^4.1.16",
 | 
						|
    "vue": "^3.5.22",
 | 
						|
    "vue-router": "^4.6.3"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@tsconfig/node22": "^22.0.2",
 | 
						|
    "@types/node": "^24.9.2",
 | 
						|
    "@vitejs/plugin-vue": "^6.0.1",
 | 
						|
    "@vue/eslint-config-prettier": "^10.2.0",
 | 
						|
    "@vue/eslint-config-typescript": "^14.6.0",
 | 
						|
    "@vue/tsconfig": "^0.8.1",
 | 
						|
    "daisyui": "^5.3.10",
 | 
						|
    "eslint": "^9.38.0",
 | 
						|
    "eslint-plugin-vue": "~10.5.1",
 | 
						|
    "jiti": "^2.6.1",
 | 
						|
    "npm-run-all2": "^8.0.4",
 | 
						|
    "prettier": "3.6.2",
 | 
						|
    "typescript": "~5.9.3",
 | 
						|
    "vite": "^7.1.12",
 | 
						|
    "vite-bundle-analyzer": "^1.2.3",
 | 
						|
    "vite-plugin-vue-devtools": "^8.0.3",
 | 
						|
    "vue-tsc": "^3.1.2"
 | 
						|
  }
 | 
						|
}
 |