@mtec-solutions-org/design-system
Version:
A React Native Web design system library with theme and components
98 lines • 2.96 kB
JSON
{
"name": "@mtec-solutions-org/design-system",
"version": "1.1.4",
"description": "A React Native Web design system library with theme and components",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./theme": {
"types": "./dist/theme/index.d.ts",
"import": "./dist/theme/index.js",
"require": "./dist/theme/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "biome lint ./src",
"format": "biome format --write ./src",
"prepare": "yarn build",
"prepublishOnly": "yarn lint && yarn build",
"publish:npm": "npm publish",
"login:npm": "npm login"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtech-ai-solutions/design-system.git"
},
"homepage": "https://github.com/mtech-ai-solutions/design-system#readme",
"bugs": {
"url": "https://github.com/mtech-ai-solutions/design-system/issues"
},
"keywords": [
"design-system",
"react-native",
"react-native-web",
"ui-components",
"theme",
"dripsy",
"expo",
"typescript"
],
"author": "mTech AI Solutions",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@biomejs/biome": "^1.8.3",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-onboarding": "^8.1.11",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/blocks": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/react-webpack5": "^8.1.11",
"@storybook/test": "^8.1.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^10.0.0",
"storybook": "^8.1.11",
"typescript": "^5.5.2",
"expo": "^53.0.0",
"react-native": "^0.79.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-web": "^0.19.12"
},
"dependencies": {
"@dripsy/core": "4.0.0-alpha.31"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"react-native-web": ">=0.19.0",
"expo": ">=53.0.0"
}
}