-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 KB
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
{
"name": "logpile",
"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": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"asana": "^0.16.6",
"chai": "^4.2.0",
"glamor": "^2.20.40",
"history": "^4.9.0",
"lodash.isequal": "^4.5.0",
"material-ui": "^0.20.2",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"notistack": "^0.6.1",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-router-dom": "^5.0.0",
"react-scroll-to-bottom": "^1.3.1",
"react-vertical-timeline-component": "^2.3.1",
"typeface-roboto": "0.0.54"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"babel-preset-stage-1": "^6.24.1"
}
}