august-design-system
Version:
A comprehensive React Native design system following Apple Human Interface Guidelines
146 lines (145 loc) • 4.38 kB
JSON
{
"name": "august-design-system",
"version": "1.0.3",
"description": "A comprehensive React Native design system following Apple Human Interface Guidelines",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"react-native": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./tokens": {
"types": "./dist/tokens/index.d.ts",
"react-native": "./dist/tokens/index.js",
"import": "./dist/tokens/index.mjs",
"require": "./dist/tokens/index.js"
},
"./theme": {
"types": "./dist/theme/index.d.ts",
"react-native": "./dist/theme/index.js",
"import": "./dist/theme/index.mjs",
"require": "./dist/theme/index.js"
},
"./components": {
"types": "./dist/components/index.d.ts",
"react-native": "./dist/components/index.js",
"import": "./dist/components/index.mjs",
"require": "./dist/components/index.js"
},
"./hooks": {
"types": "./dist/hooks/index.d.ts",
"react-native": "./dist/hooks/index.js",
"import": "./dist/hooks/index.mjs",
"require": "./dist/hooks/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "webpack serve --mode development",
"build:web": "webpack --mode production",
"build": "tsup",
"build:watch": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o storybook-static",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0"
},
"peerDependenciesMeta": {
"react-native-web": {
"optional": true
}
},
"dependencies": {
"react-native-gesture-handler": "^2.29.1",
"react-native-reanimated": "^4.1.5",
"react-native-safe-area-context": "^5.5.2",
"react-native-svg": "^15.15.0",
"react-native-vector-icons": "^10.3.0",
"react-native-worklets": "^0.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.82.1",
"@react-native/eslint-config": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@react-native/new-app-screen": "0.82.1",
"@react-native/typescript-config": "0.82.1",
"@storybook/addon-a11y": "^8.6.14",
"@storybook/addon-docs": "^8.6.14",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-react-native-web": "^0.0.29",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.1",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^19.1.0",
"babel-loader": "^10.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-native-web": "^0.21.2",
"eslint": "^8.19.0",
"html-webpack-plugin": "^5.6.5",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react": "19.1.1",
"react-dom": "^19.1.1",
"react-native": "0.82.1",
"react-native-web": "^0.21.2",
"react-test-renderer": "19.1.1",
"storybook": "^8.6.14",
"tsup": "^8.5.1",
"typescript": "^5.8.3",
"vite": "^7.2.4",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/SaraHan774/AugustDesignSystem"
},
"homepage": "https://SaraHan774.github.io/AugustDesignSystem",
"bugs": {
"url": "https://github.com/SaraHan774/AugustDesignSystem/issues"
},
"keywords": [
"react-native",
"design-system",
"ui-components",
"apple-hig",
"chat-sdk",
"react-native-web",
"typescript",
"theming"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=20"
}
}