-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.33 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": "stats-sputnik-dao",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@material-ui/core": "^4.12.2",
"@material-ui/data-grid": "^4.0.0-alpha.34",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.2.10",
"@material-ui/x-grid-data-generator": "^4.0.0-alpha.34",
"autobahn": "^20.9.2",
"coingecko-api": "^1.0.10",
"decimal.js": "^10.3.1",
"js-sha256": "^0.9.0",
"meteor-node-stubs": "^1.1.0",
"moment": "^2.29.1",
"near-api-js": "^0.40.0",
"npm": "^7.20.1",
"pg": "^8.7.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-material-ui-form-validator": "^2.1.4",
"react-number-format": "^4.6.4",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"recharts": "^2.1.4",
"regenerator-runtime": "^0.13.9"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}