forked from pi-apps/pailot-for-pi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pailot-for-pi",
"version": "1.0.0",
"description": "An innovative application that bridges logistics and Web3 technology.",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"build": "webpack --mode production",
"dev": "webpack serve --mode development"
},
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.10.9",
"web3": "^1.3.6",
"dotenv": "^8.2.0",
"cors": "^2.8.5",
"body-parser": "^1.19.0",
"socket.io": "^4.0.0",
"axios": "^0.21.1"
},
"devDependencies": {
"jest": "^26.6.0",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.2",
"babel-loader": "^8.1.0",
"babel-core": "^7.0.0",
"babel-preset-env": "^1.7.0"
},
"keywords": [
"logistics",
"web3",
"blockchain",
"decentralized",
"smart contracts"
],
"author": "KOSASIH",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KOSASIH/pailot-for-pi.git"
}
}