@gluestack-v2/glue-plugin-web
Version:
Gluestack V2 Web Plugin
24 lines (23 loc) • 506 B
JSON
{
"name": "@project/INSTANCENAME",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.3",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.32.0",
"eslint-config-next": "13.1.3",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
}
}