@teamsparta/stack-chip
Version:
stack chip
81 lines • 2.07 kB
JSON
{
"name": "@teamsparta/stack-chip",
"version": "1.0.18",
"description": "stack chip",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist"
],
"keywords": [
"TeamSparta",
"Design System",
"Chip"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamSparta-Inc/stack/issues"
},
"homepage": "https://github.com/TeamSparta-Inc/stack#readme",
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/react": "*",
"@types/react-dom": "*",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"@teamsparta/stack-core": "1.0.21"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.1",
"typescript": "^4.9.3",
"@teamsparta/stack-core": "1.0.21",
"@teamsparta/stack-icons": "2.3.1"
},
"dependencies": {
"@radix-ui/react-roving-focus": "^1.1.10",
"@teamsparta/stack-flex": "1.3.4",
"@teamsparta/stack-font": "2.0.0",
"@teamsparta/stack-tokens": "2.2.0",
"@teamsparta/stack-utils": "1.1.2"
},
"scripts": {
"dev": "tsup --watch",
"lint": "npx eslint --ext .ts,.tsx ./src",
"build": "tsup",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run --coverage --typecheck",
"test:ui": "vitest --ui",
"test:watch": "vitest --watch",
"type-coverage": "type-coverage --strict --at-least 97"
}
}