-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "test",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@coreui/coreui": "2.0.0",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "^0.1.1",
"@octokit/rest": "^16.25.0",
"assert": "^1.4.1",
"bcrypt": "^3.0.6",
"bootstrap": "^4.3.1",
"core-js": "^2.6.5",
"crypto-js": "^3.1.9-1",
"daterangepicker": "^3.0.4",
"fibers": "^1.0.15",
"flag-icon-css": "3.0.0",
"fs-extra": "^7.0.1",
"git-commit-push-via-github-api": "^1.0.2",
"gm": "^1.23.1",
"jquery": "3.3.1",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"meteor-node-stubs": "^0.3.3",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"noty": "^3.1.4",
"perfect-scrollbar": "^1.4.0",
"popper.js": "1.14.3",
"select2": "^4.0.6-rc.1",
"simpl-schema": "^1.5.5",
"simplemde": "^1.11.2",
"sweetalert": "^2.1.2",
"sweetalert2": "^7.33.1",
"transliteration": "^2.1.3",
"twit": "^2.2.11",
"xss": "^1.0.6"
},
"devDependencies": {
"chai": "^4.2.0",
"chalk": "^2.4.2",
"wdio-mocha-framework": "^0.5.13",
"webdriverio": "^4.14.4"
}
}