forked from EmurgoHK/emurgolance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 999 Bytes
/
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
{
"name": "test",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@coreui/coreui": "2.0.6",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "^0.1.1",
"assert": "^1.4.1",
"bcrypt": "^2.0.1",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.2",
"fibers": "^3.0.0",
"flag-icon-css": "3.0.0",
"jquery": "^3.3.1",
"meteor-node-stubs": "^0.3.2",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"noty": "^3.2.0-beta",
"pace-progress": "1.0.2",
"perfect-scrollbar": "^1.3.0",
"popper.js": "^1.14.3",
"semver": "^5.5.0",
"simpl-schema": "^1.5.0",
"source-map-support": "^0.5.6",
"sweetalert": "^2.1.0",
"sweetalert2": "^7.26.28",
"underscore": "^1.9.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.4.1"
}
}