Files
dealplustech/node_modules/fontkitten/package.json
Kunthawat Greethong 6562a1748f fix: Fix product page syntax errors
1. Remove duplicate/broken code in product tables section
2. Fix PostCSS config for Tailwind 4
3. Add @tailwindcss/postcss dependency
4. Remove --production flag from Dockerfile (sharp required)

All fixes enable successful Docker build with favicon working.
2026-03-03 14:57:46 +07:00

41 lines
833 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "fontkitten",
"version": "1.0.2",
"description": "A lightweight font data library — fontkits little sibling",
"keywords": [
"opentype",
"font",
"typography",
"emoji",
"glyph"
],
"type": "module",
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
},
"files": [
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/delucis/fontkitten.git",
"directory": "packages/fontkitten"
},
"dependencies": {
"tiny-inflate": "^1.0.3"
},
"devDependencies": {
"@fontkitten/restructure": "^0.0.7",
"@types/node": "^24.10.7",
"tsdown": "^0.19.0"
},
"scripts": {
"test": "node --test",
"test:bun": "bun test ./test/*.js",
"build": "tsdown --dts --no-fixed-extension"
}
}