forked from EmurgoHK/emurpas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "test",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@coreui/coreui": "2.0.6",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "^0.1.1",
"assert": "^1.4.1",
"bcrypt": "^3.0.0",
"bootstrap": "4.1.3",
"chart.js": "^2.7.2",
"corejs-typeahead": "^1.2.1",
"country-list": "^1.1.0",
"fibers": "^1.0.15",
"flag-icon-css": "3.0.0",
"jquery": "3.3.1",
"marked": "^0.5.1",
"meteor-node-stubs": "^0.3.2",
"moment": "^2.22.2",
"noty": "^3.1.4",
"pace-progress": "1.0.2",
"perfect-scrollbar": "^1.3.0",
"popper.js": "1.14.3",
"select2": "^4.0.6-rc.1",
"simpl-schema": "^1.4.3",
"sweetalert": "^2.1.2",
"sweetalert2": "^7.29.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.4.1",
"wdio-mocha-framework": "^0.5.13",
"webdriverio": "^4.13.0"
}
}