55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@defgov/ui-web-tw",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"module": "./dist/index.es.js",
|
|
"main": "./dist/index.cjs.js",
|
|
"types": "./dist/index.d.ts",
|
|
"style": "./dist/index.css",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.es.js",
|
|
"require": "./dist/index.cjs.js"
|
|
},
|
|
"./index.css": "./dist/index.css"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"gen-css": "ts-node scripts/gen-index-css.ts",
|
|
"gen-ts": "ts-node scripts/gen-index-ts.ts",
|
|
"gen-index": "pnpm run gen-css && pnpm run gen-ts",
|
|
"dev": "pnpm run gen-index && vite build --watch",
|
|
"build": "pnpm run gen-index && tsc -p tsconfig.build.json && vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "~5.2.0",
|
|
"tinyglobby": "^0.2.16",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~6.0.3",
|
|
"vite": "~7.3.2",
|
|
"vite-plugin-dts": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.4.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tailwindcss": "^4.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19",
|
|
"react-dom": "^19"
|
|
}
|
|
}
|