Files
nativewind/apps/benchmarks/package.json
github-actions[bot] 40b5c6ea02 Version Packages (next) (#121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-19 12:57:33 -03:00

40 lines
1004 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.113",
"chart.js": "^3.8.0",
"chartjs-chart-error-bars": "^3.8.0",
"dripsy": "^3.6.0",
"expo": "~45.0.0",
"jest": "28.1.3",
"native-base": "3.4.9",
"nativewind": "2.0.0-next.51",
"react": "*",
"react-dom": "*",
"react-native": "0.69.1",
"react-native-paper": "rc",
"react-native-safe-area-context": "^4.3.1",
"reassure": "0.3.0",
"tamagui": "^1.0.1-beta.93",
"ts-jest": "28.0.7",
"twrnc": "^3.3.3"
},
"devDependencies": {
"@babel/core": "7.18.9",
"patch-package": "^6.4.7"
},
"private": true
}