52 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@it-tools/app",
 | |
|   "type": "module",
 | |
|   "private": true,
 | |
|   "packageManager": "pnpm@9.15.1",
 | |
|   "scripts": {
 | |
|     "dev": "nuxt dev",
 | |
|     "build": "nuxt build",
 | |
|     "build:cloudflare-pages": "nuxt build --preset cloudflare_pages",
 | |
|     "generate": "nuxt generate",
 | |
|     "preview": "nuxt preview",
 | |
|     "postinstall": "nuxt prepare",
 | |
|     "lint": "eslint .",
 | |
|     "lint:fix": "eslint --fix .",
 | |
|     "test": "pnpm run test:unit",
 | |
|     "test:unit": "vitest run",
 | |
|     "test:unit:watch": "vitest watch",
 | |
|     "typecheck": "tsc --noEmit"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@corentinth/chisels": "^1.1.0",
 | |
|     "@nuxt/fonts": "^0.10.3",
 | |
|     "@nuxt/icon": "^1.10.3",
 | |
|     "@nuxtjs/color-mode": "^3.5.2",
 | |
|     "@nuxtjs/i18n": "^8.5.6",
 | |
|     "@nuxtjs/seo": "2.0.0-rc.23",
 | |
|     "@pinia/nuxt": "^0.5.5",
 | |
|     "class-variance-authority": "^0.7.1",
 | |
|     "clsx": "^2.1.1",
 | |
|     "lodash-es": "^4.17.21",
 | |
|     "lucide-vue-next": "^0.453.0",
 | |
|     "nuxt": "^3.15.0",
 | |
|     "radix-vue": "^1.9.11",
 | |
|     "shadcn-nuxt": "^0.10.4",
 | |
|     "tailwind-merge": "^2.6.0",
 | |
|     "tailwindcss-animate": "^1.0.7",
 | |
|     "vue": "latest",
 | |
|     "vue-router": "latest"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@antfu/eslint-config": "^3.12.1",
 | |
|     "@nuxtjs/tailwindcss": "^6.12.2",
 | |
|     "@tailwindcss/typography": "^0.5.15",
 | |
|     "@types/lodash-es": "^4.17.12",
 | |
|     "@vueuse/core": "^11.3.0",
 | |
|     "@vueuse/nuxt": "^11.3.0",
 | |
|     "eslint": "^9.17.0",
 | |
|     "typescript": "^5.7.2",
 | |
|     "vitest": "^2.1.8"
 | |
|   }
 | |
| }
 |