@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
103 lines (102 loc) • 3.05 kB
JSON
{
"name": "@atlrdsgn/kit",
"version": "0.5.7",
"description": "An ever–expanding library of React components, primitives, and tools",
"keywords": [
"react",
"react-ui",
"react-components-library",
"design-system",
"atlrdsgn",
"radix-ui"
],
"license": "MIT",
"author": "chvndler",
"sideEffects": [
"src/lib/css/*",
"src/lib/theme/*",
"*.css.ts"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
},
"./css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "vite build",
"build:types": "yarn tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"clean": "rm -rf node_modules && rm -rf dist && rm -rf .turbo",
"dev:release": "npm publish --access private",
"empty": "rm -rf dist",
"lint": "eslint . --ext .js,.ts,.tsx",
"npm:login": "npm login --registry=https://npm.pkg.github.com --scope=@atlrdsgn",
"pretti": "prettier --write src/**/*.{ts,tsx,json,md}",
"release": "npm publish --access public"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/dynamic": "^2.1.0",
"@vanilla-extract/private": "^1.0.4",
"@vanilla-extract/recipes": "^0.5.2",
"@vanilla-extract/sprinkles": "^1.6.1",
"clsx": "^2.1.0",
"framer-motion": "^11.1.7",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@atlrdsgn/tsconfig": "*",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vanilla-extract/vite-plugin": "^4.0.7",
"eslint": "^9.1.0",
"eslint-config-atlrdsgn": "*",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-lib": "^0.0.5",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.8.3",
"vite-plugin-zip-pack": "^1.2.3",
"vite-tsconfig-paths": "^4.3.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"publishConfig": {
"access": "public"
}
}