@teamsparta/stack-custom-modal
Version:
stack custom modal
81 lines • 2.06 kB
JSON
{
"name": "@teamsparta/stack-custom-modal",
"version": "1.0.37",
"description": "stack custom modal",
"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",
"Custom Modal"
],
"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"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@teamsparta/react": "^2.7.12",
"motion": "^12.6.3",
"@teamsparta/stack-button": "1.2.26",
"@teamsparta/stack-flex": "1.3.4",
"@teamsparta/stack-icons": "2.4.0",
"@teamsparta/stack-text": "1.0.23",
"@teamsparta/stack-tokens": "2.2.0",
"@teamsparta/stack-utils": "1.1.2",
"@teamsparta/stack-z-index": "1.0.1"
},
"scripts": {
"dev": "tsup --watch",
"lint": "npx eslint --ext .ts,.tsx ./src",
"build": "tsup",
"storybook": "storybook dev -p 6006"
}
}