@typeweave/plugin
Version:
For in-depth documentation, visit: [typeweave docs](https://typeweave.vercel.app)
47 lines • 1.01 kB
JSON
{
"name": "@typeweave/plugin",
"type": "module",
"version": "1.1.12",
"keywords": [
"typeweave",
"theme"
],
"author": {
"name": "Muhammad Zeeshan",
"email": "7up.charsi@gmail.com"
},
"license": "MIT",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7up-charsi/typeweave.git",
"directory": "packages/plugin"
},
"homepage": "https://typeweave.vercel.app",
"bugs": {
"url": "https://github.com/7up-charsi/typeweave/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"peerDependencies": {
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"color": "^4.2.3",
"deepmerge": "^4.3.1",
"flat": "^6.0.1",
"lodash.kebabcase": "^4.1.1"
},
"scripts": {
"build": "pnpm rimraf dist && pnpm tsc",
"clean": "rimraf dist .turbo",
"lint": "eslint",
"typecheck": "tsc --noEmit"
}
}