82 строки
2.2 KiB
JSON
82 строки
2.2 KiB
JSON
{
|
|
"name": "@fluentui-react-native/experimental-stack",
|
|
"version": "0.1.0",
|
|
"description": "A cross-platform opinionated Fluent Text component",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"typings": "lib/index.d.ts",
|
|
"onPublish": {
|
|
"main": "lib-commonjs/index.js",
|
|
"module": "lib/index.js"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "fluentui-scripts build",
|
|
"clean": "fluentui-scripts clean",
|
|
"depcheck": "fluentui-scripts depcheck",
|
|
"just": "fluentui-scripts",
|
|
"lint": "fluentui-scripts eslint",
|
|
"test": "fluentui-scripts jest",
|
|
"update-snapshots": "fluentui-scripts jest -u",
|
|
"prettier": "fluentui-scripts prettier",
|
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
|
"directory": "packages/experimental/Stack"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui-react-native/adapters": "workspace:*",
|
|
"@fluentui-react-native/framework": "workspace:*",
|
|
"@fluentui-react-native/tokens": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@fluentui-react-native/eslint-config-rules": "workspace:*",
|
|
"@fluentui-react-native/scripts": "workspace:*",
|
|
"@fluentui-react-native/text": "workspace:*",
|
|
"@react-native/babel-preset": "^0.73.0",
|
|
"@react-native/metro-config": "^0.73.0",
|
|
"react": "18.2.0",
|
|
"react-native": "^0.73.0",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@office-iss/react-native-win32": "^0.73.0",
|
|
"react": "18.2.0",
|
|
"react-native": "^0.73.0",
|
|
"react-native-macos": "^0.73.0",
|
|
"react-native-windows": "^0.73.0"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"rnx-kit": {
|
|
"kitType": "library",
|
|
"alignDeps": {
|
|
"presets": [
|
|
"microsoft/react-native"
|
|
],
|
|
"requirements": [
|
|
"react-native@0.73"
|
|
],
|
|
"capabilities": [
|
|
"core",
|
|
"core-android",
|
|
"core-ios",
|
|
"react"
|
|
]
|
|
}
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@office-iss/react-native-win32": {
|
|
"optional": true
|
|
},
|
|
"react-native-macos": {
|
|
"optional": true
|
|
},
|
|
"react-native-windows": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|