Skip to content

Commit

Permalink
Update: Added nodemon and SwaggerJS
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Sep 4, 2024
1 parent dd99f08 commit 8bd69ad
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "ecommerce-fullstack-website-frontend",
"displayName": "Fusion Electronics Ecommerce Website",
"description": "A fullstack ecommerce website built with React, Node.js, Express, MongoDB, and Material-UI.",
"author": "Son Nguyen",
"license": "MIT",
"homepage": "https://github.com/hoangsonww/MERN-Stack-Ecommerce-App",
"bugs": {
"url": "https://github.com/hoangsonww/MERN-Stack-Ecommerce-App/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoangsonww/MERN-Stack-Ecommerce-App.git"
},
"version": "1.1.0",
"dependencies": {
"@emotion/react": "^11.11.4",
Expand All @@ -26,18 +36,12 @@
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoangsonww/Fullstack-Ecommerce-Website.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"author": "Son Nguyen",
"license": "MIT",
"eslintConfig": {
"extends": [
"react-app",
Expand Down

0 comments on commit 8bd69ad

Please sign in to comment.