babel-tailwind/package.json
2024-06-29 11:27:31 -04:00

57 lines
1.3 KiB
JSON

{
"name": "@aet/tailwind",
"version": "0.0.1-beta.14",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "./scripts/index.ts",
"test": "vitest"
},
"files": [
"dist"
],
"devDependencies": {
"@aet/eslint-rules": "^0.0.34",
"@types/babel__core": "^7.20.5",
"@types/bun": "^1.1.6",
"@types/dedent": "^0.7.2",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.3.3",
"cli-highlight": "^2.1.11",
"clsx": "^2.1.1",
"colord": "^2.9.3",
"css-what": "^6.1.0",
"dedent": "^1.5.3",
"esbuild": "^0.21.5",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"postcss-nested": "^6.0.1",
"postcss-safe-parser": "^7.0.0",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@emotion/hash": "^0.9.1",
"lodash": "^4.17.21",
"postcss": "^8.4.38",
"type-fest": "^4.20.1"
},
"prettier": {
"arrowParens": "avoid",
"tabWidth": 2,
"printWidth": 90,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}
}