dashboardlyi
Version:
This is UI library for Reactjs.
34 lines (33 loc) • 767 B
JSON
{
"name": "dashboardlyi",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"description": "This is UI library for Reactjs.",
"main": "next.config.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rahulnikam2002/dashboardlyi.git"
},
"keywords": [
"nextjsui",
"frontendui"
],
"author": "Rahul Rajesh Nikam",
"license": "ISC",
"bugs": {
"url": "https://github.com/rahulnikam2002/dashboardlyi/issues"
},
"homepage": "https://github.com/rahulnikam2002/dashboardlyi#readme"
}