Files
nativewind/apps/benchmarks/package.json
github-actions[bot] 8aa55dd02b Version Packages (next) (#114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-13 14:09:46 +10:00

40 lines
1007 B
JSON

{
"name": "benchmarks",
"version": "0.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"test": "reassure measure",
"data": "npm run build && node dist/chart-data",
"build": "tsc",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@tamagui/babel-plugin": "1.0.1-beta.107",
"chart.js": "^3.8.0",
"chartjs-chart-error-bars": "^3.8.0",
"dripsy": "^3.6.0",
"expo": "~45.0.0",
"jest": "28.1.2",
"native-base": "3.4.8",
"nativewind": "2.0.0-next.48",
"react": "*",
"react-dom": "*",
"react-native": "0.69.1",
"react-native-paper": "rc",
"react-native-safe-area-context": "^4.3.1",
"reassure": "^0.1.0",
"tamagui": "^1.0.1-beta.93",
"ts-jest": "^28.0.5",
"twrnc": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"patch-package": "^6.4.7"
},
"private": true
}