-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1003 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
{
"name": "material-fhir-demo",
"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.3.4",
"bootstrap": "^4.3.1",
"esm": "^3.2.25",
"fhir-kit-client": "^1.4.0",
"internal": "^1.0.8",
"lodash": "^4.17.11",
"lodash-es": "^4.17.11",
"material-fhir-ui": "^0.6.11",
"material-ui": "^0.20.1",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.8.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.0",
"react-icons": "^3.7.0",
"react-mixin": "^5.0.0"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}