Skip to content

Commit

Permalink
update(package): update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
neelbrahmakshatriya committed Mar 16, 2022
1 parent 4b6dfdf commit b59a6bc
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 2 deletions.
35 changes: 34 additions & 1 deletion javascript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@
{
"name": "materio-mui-react-nextjs-admin-template-free",
"description": "Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀",
"license": "MIT",
"version": "1.0.0",
"private": true,
"author": {
"name": "ThemeSelection",
"url": "https://themeselection.com/"
},
"bugs": {
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/issues"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free.git"
},
"homepage": "https://themeselection.com/products/materio-free-mui-react-nextjs-admin-template/",
"keywords": [
"react",
"javascript",
"admin",
"typescript",
"dashboard",
"material-design",
"nextjs",
"material-ui",
"admin-dashboard",
"free",
"mui",
"admin-template",
"admin-panel",
"freebies",
"nextjs-template",
"react-dashboard",
"themeselection"
],
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
35 changes: 34 additions & 1 deletion typescript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@
{
"name": "materio-mui-react-nextjs-admin-template-free",
"description": "Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀",
"license": "MIT",
"version": "1.0.0",
"private": true,
"author": {
"name": "ThemeSelection",
"url": "https://themeselection.com/"
},
"bugs": {
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/issues"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free.git"
},
"homepage": "https://themeselection.com/products/materio-free-mui-react-nextjs-admin-template/",
"keywords": [
"react",
"javascript",
"admin",
"typescript",
"dashboard",
"material-design",
"nextjs",
"material-ui",
"admin-dashboard",
"free",
"mui",
"admin-template",
"admin-panel",
"freebies",
"nextjs-template",
"react-dashboard",
"themeselection"
],
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit b59a6bc

Please sign in to comment.