- web/: Vue 3 + Vite + UnoCSS + Pinia, dark tactical theme (amber/#0d1117) - AppNav, ListingCard, SearchView with filters/sort, composables (useSnipeMode, useKonamiCode, useMotion), Pinia search store - Steal shimmer, auction countdown, Snipe Mode easter egg all native in Vue - docker/web/: nginx + multi-stage Dockerfile (node build → nginx serve) - compose.yml: api (8510) + web (8509) services - Dockerfile CMD updated to uvicorn for upcoming FastAPI layer - Clean build: 0 TS errors, 380 modules
32 lines
No EOL
686 B
JSON
32 lines
No EOL
686 B
JSON
{
|
|
"name": "@vue/devtools-api",
|
|
"type": "module",
|
|
"version": "7.7.9",
|
|
"author": "webfansplz",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/devtools-api",
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/devtools.git"
|
|
},
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@vue/devtools-kit": "^7.7.9"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup --clean",
|
|
"prepare:type": "tsup --dts-only",
|
|
"stub": "tsup --watch --onSuccess 'tsup --dts-only'"
|
|
}
|
|
} |