-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "GinLab",
"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.4.4",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"Chart.Smith.js": "^0.2.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"chartjs-plugin-crosshair": "^1.1.2",
"chartjs-plugin-streaming": "^1.8.0",
"chartjs-plugin-zoom": "^0.7.0",
"meteor-node-stubs": "^0.4.1",
"r-audio": "^1.2.0",
"react": "^16.5.0",
"react-bootstrap": "^1.0.0-beta.8",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.5.0",
"reactstrap": "^8.0.0"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}