b29a21780f
Introduced a new FEN block feature, including a PHP snippet to render FEN diagrams, a new CSS file for chessboard styling, font integration, and blueprint updates. Adjusted asset paths and file references for consistency.
14 lines
443 B
JSON
14 lines
443 B
JSON
{
|
|
"name": "kirby-composer",
|
|
"version": "1.0.0",
|
|
"description": "Kirby Composer Template",
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.10",
|
|
"tailwindcss": "^4.1.10"
|
|
},
|
|
"scripts": {
|
|
"watch": "npx @tailwindcss/cli -i ./src/css/input.css -o ./assets/css/styles.css --content './site/**/*.php' --watch",
|
|
"build": "npx @tailwindcss/cli -i ./src/css/input.css -o ./assets/css/styles.css --content './site/**/*.php'"
|
|
}
|
|
}
|