-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 983 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
36
37
38
39
40
{
"name": "0l-explorer",
"version": "0.0.1",
"description": "0L Blockchain Explorer",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Andrew Gouin",
"email": "[email protected]"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/react-slick": "^0.29.2",
"@koa/router": "^10.1.1",
"@types/react": "^17.0.34",
"antd": "^4.21.7",
"archiver": "^5.3.0",
"axios": "^0.24.0",
"change-case": "^4.1.2",
"eventsource": "^1.1.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"lodash": "^4.17.21",
"next": "^12.2.3",
"node-sass": "^6.0.1",
"nodemon": "^2.0.15",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^3.0.15",
"react-qr-code": "^2.0.7",
"sass": "^1.43.4",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"typescript": "^4.4.4"
},
"scripts": {
"start": "node index.js"
}
}