babel-tailwind/package.json
2024-07-27 02:55:54 -04:00

71 lines
1.7 KiB
JSON

{
"name": "@aet/tailwind",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "./scripts/index.ts",
"test": "vitest",
"do": "vitest run && yarn build && ver bump && npm publish && ver unpub"
},
"files": [
"dist"
],
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json",
"./classed": "./dist/classed.mjs",
"./macro": {
"types": "./dist/macro.d.ts"
}
},
"devDependencies": {
"@aet/eslint-rules": "^1.0.1-beta.6",
"@types/babel__core": "^7.20.5",
"@types/bun": "^1.1.6",
"@types/dedent": "^0.7.2",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.3.3",
"@types/stylis": "^4.2.6",
"cli-highlight": "^2.1.11",
"clsx": "^2.1.1",
"colord": "^2.9.3",
"css-what": "^6.1.0",
"dedent": "^1.5.3",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.0",
"postcss-nested": "^6.2.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tslib": "^2.6.3",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
},
"peerDependencies": {
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@babel/core": "^7.24.9",
"@emotion/hash": "^0.9.2",
"esbuild": "^0.23.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"postcss": "^8.4.40",
"postcss-selector-parser": "^6.1.1",
"stylis": "^4.3.2",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.23.0"
},
"prettier": {
"arrowParens": "avoid",
"tabWidth": 2,
"printWidth": 90,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}
}