- Delete old Vite+Svelte frontend - Initialize new SvelteKit project with TypeScript - Configure Tailwind CSS v4 + DaisyUI - Implement JWT authentication with auto-refresh - Create login page with form validation (Zod) - Add protected route guards - Update Docker configuration for single-stage build - Add E2E tests with Playwright (6/11 passing) - Fix Svelte 5 reactivity with $state() runes Known issues: - 5 E2E tests failing (timing/async issues) - Token refresh implementation needs debugging - Validation error display timing
35 lines
719 B
JSON
35 lines
719 B
JSON
{
|
|
"name": "lightningcss-win32-x64-msvc",
|
|
"version": "1.30.2",
|
|
"license": "MPL-2.0",
|
|
"description": "A CSS parser, transformer, and minifier written in Rust",
|
|
"main": "lightningcss.win32-x64-msvc.node",
|
|
"browserslist": "last 2 versions, not dead",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/lightningcss.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"files": [
|
|
"lightningcss.win32-x64-msvc.node"
|
|
],
|
|
"resolutions": {
|
|
"lightningcss": "link:."
|
|
},
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
]
|
|
}
|