neroshitron/package.json

23 lines
480 B
JSON
Raw Normal View History

2024-05-21 22:32:11 -04:00
{
"dependencies": {
2024-05-21 23:04:57 -04:00
"@tamagui/config": "^1.98.2",
"@tamagui/next-plugin": "^1.98.2",
"@tamagui/next-theme": "^1.98.2",
2024-05-21 22:32:11 -04:00
"next": "^14.2.3",
"react": "^18.3.1",
2024-05-21 23:04:57 -04:00
"react-dom": "^18.3.1",
"react-native-web": "^0.19.11",
"tamagui": "^1.98.2"
2024-05-21 22:32:11 -04:00
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2024-05-21 23:04:57 -04:00
},
"devDependencies": {
"@types/react": "18.3.2",
"typescript": "5.4.5"
2024-05-21 22:32:11 -04:00
}
}