Skip to content

Commit

Permalink
Increment NPM Version, Install Aryana
Browse files Browse the repository at this point in the history
  • Loading branch information
Accretence authored and Accretence committed Sep 3, 2022
1 parent f251afa commit fb41a94
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 27 deletions.
95 changes: 71 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Set up a full-stack Next.js dashboard by running one NPX command.",
"author": "@accretence",
"license": "MIT",
"version": "0.1.4",
"version": "0.1.5",
"bin": "scripts/npx.js",
"keywords": [
"geist-ui",
Expand All @@ -21,7 +21,8 @@
"stop": "taskkill -F -IM node.exe",
"update": "npx npm-check-updates -u",
"data:import": "node scripts/seeder",
"data:destroy": "node scripts/seeder -d"
"data:destroy": "node scripts/seeder -d",
"publish": "npm publish --access public --non-interactive"
},
"repository": {
"type": "git",
Expand All @@ -36,6 +37,7 @@
"@geist-ui/icons": "^1.0.2",
"angra": "^0.4.6",
"apadana": "^0.0.4",
"aryana": "^0.0.22",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cookie": "^0.5.0",
Expand All @@ -46,7 +48,8 @@
"mongoose": "^6.5.4",
"next": "^12.2.5",
"react": "^18.2.0",
"react-usestateref": "^1.0.8"
"react-usestateref": "^1.0.8",
"styled-jsx": "^5.0.5"
},
"devDependencies": {
"eslint": "^8.23.0",
Expand Down

1 comment on commit fb41a94

@vercel
Copy link

@vercel vercel bot commented on fb41a94 Sep 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.