Setup NextJS Project and Gluestack UI
This commit is contained in:
44
dashboard/package.json
Normal file
44
dashboard/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "dashboard",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/html-elements": "^0.10.1",
|
||||
"@gluestack-ui/core": "^3.0.10",
|
||||
"@gluestack-ui/utils": "^3.0.7",
|
||||
"@gluestack/ui-next-adapter": "^3.0.3",
|
||||
"@legendapp/motion": "^2.3.0",
|
||||
"dom-helpers": "^5.2.1",
|
||||
"nativewind": "^4.1.23",
|
||||
"next": "14.2.33",
|
||||
"react": "^18",
|
||||
"react-aria": "^3.33.0",
|
||||
"react-dom": "^18",
|
||||
"react-native-reanimated": "~4.1.0",
|
||||
"react-native-safe-area-context": "^5.6.1",
|
||||
"react-native-svg": "^15.13.0",
|
||||
"react-native-web": "^0.19.12",
|
||||
"react-native-worklets": "^0.5.1",
|
||||
"react-stately": "^3.39.0",
|
||||
"tailwind-variants": "^0.1.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native/assets-registry": "^0.79.3",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/react-native": "^0.72.8",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.33",
|
||||
"postcss": "^8.5.4",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user