forked from shwilliam/coral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "coral",
"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.6.0",
"@emotion/core": "^10.0.22",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"antd": "^3.26.1",
"aphrodite": "^2.4.0",
"bcrypt": "^3.0.7",
"history": "^4.10.1",
"indexof": "0.0.1",
"jspdf": "^1.5.3",
"meteor-node-stubs": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-gravatar": "^2.6.3",
"react-joyride": "^2.2.1",
"react-quill": "^1.3.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"prettier": "^1.19.1"
}
}