- Nouvelle palette : #080c14 fond, accents néon par type (#00d4d4 item, #ff3d5a kungfu, #4a9eff spell, #cc44ff supernatural) - Nouveaux composants LESS : .cde-neon-header (clip-path angulaire + accent line), .cde-avatar (clip-path), .cde-stat-grid/.cde-stat-cell (style terminal), .cde-badge (parallélogramme), .cde-neon-tabs (underline néon animé), .cde-check-cell - Fix layout : .cde-sheet width: 100% + height: 100% + overflow: hidden, .cde-tab-body flex: 1 + min-height: 0, .cde-notes-editor flex stretch - Fix positions : DEFAULT_OPTIONS height explicite pour tous les types (item 620x580, spell 660x680, kungfu 720x680, supernatural 560x520) - 4 templates items reécrits avec nouvelles classes et structure épurée Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
27 lines
854 B
JSON
27 lines
854 B
JSON
{
|
|
"name": "fvtt-chroniques-de-l-etrange",
|
|
"version": "3.0.0",
|
|
"description": "Refonte du système Chroniques de l'Étrange avec DataModels et Application V2.",
|
|
"main": "dist/system.js",
|
|
"scripts": {
|
|
"build:css": "lessc css/cde-theme.less css/cde-theme.css",
|
|
"build:js": "esbuild src/system.js --bundle --format=esm --target=es2022 --sourcemap --outfile=dist/system.js",
|
|
"build": "npm run build:css && npm run build:js",
|
|
"build:watch": "npm run build:css && npm run build:js -- --watch",
|
|
"clean": "rm -rf dist",
|
|
"prepare": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-chroniques-de-l-etrange.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"esbuild": "^0.27.4",
|
|
"less": "^4.2.0"
|
|
}
|
|
}
|