-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
84 lines (84 loc) ยท 2.99 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"scripts": {
"start": "meteor --settings deploy/local.json",
"pretest": "npm run lint --silent",
"test": "meteor test --once --driver-package dispatch:mocha-phantomjs --settings settings/ci.json --port 8000",
"test-app": "meteor test --full-app --once --driver-package dispatch:mocha-phantomjs --settings settings/ci.json --port 8000",
"test-watch": "meteor test --driver-package practicalmeteor:mocha --settings settings/ci.json --port 8000",
"test-app-watch": "meteor test --full-app --driver-package practicalmeteor:mocha --settings settings/local.json --port 8000",
"test-watch-terminal": "TEST_WATCH=1 meteor test --driver-package dispatch:mocha-phantomjs --settings settings/local.json --port 8000",
"test-app-watch-terminal": "TEST_WATCH=1 meteor test --full-app --driver-package dispatch:mocha-phantomjs --settings settings/local.json --port 8000",
"lint": "eslint ."
},
"dependencies": {
"@sozialhelden/a11yjson": "^12.0.1",
"@types/meteor": "^1.4.22",
"JSONStream": "^1.3.2",
"autoprefixer": "^10.0.0",
"aws-sdk": "^2.337.0",
"babel-runtime": "^6.26.0",
"basic-auth-connect": "^1.0.0",
"bcrypt": "^2.0.1",
"better-queue": "^3.8.10",
"body-parser": "^1.18.3",
"connect-multiparty": "^2.1.0",
"csv-stream": "^0.1.3",
"csvstream": "^1.1.0",
"d3": "^4.13.0",
"d3-scale-chromatic": "^1.3.0",
"es6-promise-pool": "^2.5.0",
"event-stream": "^3.3.4",
"faker": "^3.1.0",
"fast-csv": "^2.4.1",
"fibers": "^1.0.15",
"geojson": "^0.5.0",
"gettext-parser": "^1.3.1",
"iconv-lite": "^0.4.23",
"image-size-stream": "^1.1.0",
"inflected": "^2.0.4",
"inflection": "^1.12.0",
"jssha": "^2.3.1",
"leaflet": "^1.3.1",
"leaflet.markercluster": "^1.3.0",
"lodash": "^4.17.21",
"meteor-node-stubs": "^0.2.11",
"mime-types": "^2.1.18",
"mongo-dot-notation": "^1.2.0",
"progress-stream": "^1.2.0",
"request": "^2.88.2",
"s3-upload-stream": "^1.0.7",
"sax": "^1.2.4",
"simpl-schema": "^1.12.0",
"simple-rate-limiter": "^0.2.3",
"stream-file-type": "^0.1.1",
"stream-length": "^1.0.2",
"stream-throttle": "^0.1.3",
"svg-captcha": "^1.3.11",
"tslint": "^5.11.0",
"ttl": "^1.3.1",
"typescript": "^3.1.3",
"vstream": "^0.1.0",
"xpath-stream": "0.0.9",
"zstreams": "^4.0.1"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"@types/inflection": "^1.5.28",
"@types/lodash": "^4.14.117",
"@types/mime-types": "^2.1.0",
"babel-eslint": "^7.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.10.3",
"flow-bin": "^0.43.1",
"shell-source": "^1.1.0",
"sinon": "^1.17.7",
"tslint-config-airbnb": "^5.11.0",
"undefined": "^0.1.0"
}
}