Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
upload the package.json file
  • Loading branch information
newnol authored Oct 10, 2024
1 parent 111db36 commit 0949eeb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "stored",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/register": "^7.25.7",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"express": "^4.21.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"postcss-cli": "^11.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13"
}
}

0 comments on commit 0949eeb

Please sign in to comment.