-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "Exemplar-Meteor",
"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.5.5",
"bcrypt": "^3.0.6",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.4.1",
"json-loader": "^0.5.7",
"meteor-node-stubs": "^0.4.1",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-bootstrap": "^1.0.0-beta.9",
"react-clock": "^2.4.0",
"react-dom": "^16.8.6",
"react-loading-screen": "0.0.17",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-textarea-autosize": "^7.1.0",
"react-typed": "^1.1.2",
"react-typing-animation": "^1.6.2",
"video-react": "^0.14.1"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}