-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1009 Bytes
/
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
{
"name": "swap.io-networks-app",
"version": "1.0.0",
"description": "https://networks.swap.io",
"main": "index.js",
"scripts": {
"dev": "node server/index.js",
"client": "cd client && npm start",
"start": "concurrently \"npm run dev\" \"npm run client\"",
"build": "cd client && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swaponline/swap.io-networks-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swaponline/swap.io-networks-app/issues"
},
"homepage": "https://github.com/swaponline/swap.io-networks-app#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.14.1",
"ant-design": "^1.0.0",
"axios": "^0.21.4",
"concurrently": "^6.2.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"glob": "^7.1.7",
"react-scripts": "^4.0.3",
"simple-git": "^2.45.1"
}
}