forked from ctagroup/home-app
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"dependencies": {
"@babel/runtime": "^7.3.1",
"@sentry/node": "^5.1.0",
"async": "http://registry.npmjs.org/async/-/async-1.0.0.tgz",
"awilix": "^4.0.1",
"aws-sdk": "^2.471.0",
"babel-runtime": "^6.26.0",
"better-queue": "^3.8.10",
"currency.js": "^1.1.1",
"datatables.net-bs": "^1.10.16",
"eventemitter2": "^5.0.1",
"fibers": "^3.1.1",
"jquery": "^1.11.10",
"js-yaml": "^3.13.1",
"meteor-node-stubs": "^0.2.11",
"moment": "https://registry.npmjs.org/moment/-/moment-2.16.0.tgz",
"moment-timezone": "^0.5.27",
"nock": "^10.0.2",
"papaparse": "^4.6.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-datepicker": "^2.3.0",
"react-dom": "^16.8.6",
"react-input-mask": "^1.2.2",
"react-json-tree": "^0.11.2",
"react-modal": "^3.3.2",
"react-quill": "^1.2.7",
"react-select": "^2.3.0",
"react-sortable-tree": "^1.8.1",
"react-table": "^6.9.2",
"underscore": "^1.9.1",
"uniforms": "^1.23.2",
"uniforms-bootstrap3": "^1.23.2",
"winston": "^2.4.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.1",
"eslint-plugin-react": "^5.2.2",
"mup-git": "^1.0.1",
"npm": "^5.8.0",
"sinon": "^5.1.1"
},
"scripts": {
"start": "meteor --settings settings.local.json",
"lint": "eslint .",
"test": "meteor test --once --driver-package meteortesting:mocha --port 4000",
"test:watch": "meteor test --driver-package meteortesting:mocha --port 4000"
}
}