UNPKG

@teamsparta/stack-icons

Version:
69 lines 1.6 kB
{ "name": "@teamsparta/stack-icons", "version": "2.4.0", "description": "stack icons", "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", "Icons" ], "license": "ISC", "bugs": { "url": "https://github.com/TeamSparta-Inc/stack/issues" }, "homepage": "https://github.com/TeamSparta-Inc/stack#readme", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@types/react-dom": { "optional": true } }, "devDependencies": { "@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" }, "dependencies": { "@teamsparta/stack-tokens": "2.2.0" }, "scripts": { "dev": "tsup --watch", "lint": "npx eslint --ext .ts,.tsx ./src", "build": "tsup", "storybook": "storybook dev -p 6006", "test": "vitest run --coverage --typecheck", "test:ui": "vitest --ui", "test:watch": "vitest --watch", "type-coverage": "type-coverage --strict --at-least 97" } }