@equinor/mad-core
Version:
Core library for the Mobile App Delivery team
72 lines (71 loc) • 2.33 kB
JSON
{
"name": "@equinor/mad-core",
"description": "Core library for the Mobile App Delivery team",
"version": "0.13.0",
"author": {
"name": "Equinor Mobile App Delivery team (MAD)"
},
"bugs": "https://github.com/equinor/mad/issues",
"dependencies": {
"@equinor/mad-auth": "*",
"@equinor/mad-components": "*",
"@equinor/mad-insights": "*",
"@equinor/mad-navigation": "*",
"@equinor/mad-toast": "*",
"@react-navigation/elements": "1.3.30",
"markdown-it": "^14.0.0",
"react-native-markdown-display": "^7.0.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@equinor/eslint-config-mad": "*",
"@equinor/mad-tsconfig": "*",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react-native": "^12.3.0",
"@types/showdown": "^2.0.0",
"eslint": "^8.46.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5"
},
"files": [
"CODE_OF_CONDUCT.md",
"LICENSE",
"CHANGELOG.md",
"dist"
],
"homepage": "https://github.com/equinor/mad/",
"keywords": [
"equinor",
"expo",
"mad",
"react native"
],
"license": "MIT",
"main": "./dist/index.js",
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^6.1.17",
"expo-device": "~7.0.1",
"expo-localization": "~16.0.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "~0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-msal": "*",
"react-native-safe-area-context": "4.12.0"
},
"scripts": {
"build": "tsup-node && echo '\n ⚙️ Generating typescript declarations..' && tsc --project tsconfig.json --emitDeclarationOnly --declaration",
"clean": "rm -rf node_modules dist .turbo",
"dev": "tsup-node --watch --clean=false",
"lint": "eslint src/",
"test": "jest"
},
"type": "module",
"types": "./dist/index.d.ts"
}