Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored May 10, 2024
1 parent 58b7cb8 commit 4afd901
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "decentralized-banking",
"version": "1.0.0",
"description": "A cutting-edge decentralized banking application.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "webpack --mode production",
"test": "mocha test/**/*.test.js"
},
"dependencies": {
"axios": "^1.3.4",
"bootstrap": "^5.3.0-alpha1",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"web3": "^1.7.3"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.3",
"mocha": "^10.2.0",
"style-loader": "^3.3.3",
"webpack": "^5.80.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": ">=16.0.0"
},
"license": "MIT"
}

0 comments on commit 4afd901

Please sign in to comment.