mirror of
https://github.com/abhay-raizada/PeerScribe.git
synced 2026-04-26 08:14:03 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "PeerScribe",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/react-native": "^5.1.0",
|
|
"@formstr/sdk": "^0.0.4-alpha",
|
|
"@react-native-community/segmented-control": "^2.2.2",
|
|
"@react-native-community/slider": "^4.5.0",
|
|
"nostr-tools": "^2.3.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.73.4",
|
|
"text-encoding-polyfill": "^0.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.73.21",
|
|
"@react-native/eslint-config": "0.73.2",
|
|
"@react-native/metro-config": "0.73.5",
|
|
"@react-native/typescript-config": "0.73.1",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.6.3",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|