forked from lane711/sonicjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.44 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
85
86
87
88
89
90
91
{
"name": "sonicjs-cms",
"version": "0.0.9",
"main": "server/server.js",
"engines": {
"node": ">=4 <12.9.2"
},
"scripts": {
"lint": "eslint .",
"start": "nodemon -e handlebars,js,css,html",
"posttest": "npm run lint"
},
"dependencies": {
"@coreui/coreui": "^2.1.12",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "^0.4.1",
"@fancyapps/fancybox": "^3.5.7",
"@popperjs/core": "^2.2.2",
"@simonwep/pickr": "^1.4.3",
"ace-builds": "^1.4.6",
"amplitude": "^4.0.0",
"axios": "^0.18.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"chart.js": "^2.8.0",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.0.3",
"cookie-parser": "^1.4.4",
"cors": "^2.5.2",
"css": "^2.2.4",
"css-tree": "^1.0.0-alpha.35",
"cssbeautify": "^0.3.1",
"csso": "^4.0.3",
"datatables.net": "^1.10.20",
"datatables.net-autofill": "^2.3.4",
"datatables.net-autofill-bs4": "^2.3.4",
"datatables.net-bs4": "^1.10.20",
"datatables.net-buttons": "^1.6.1",
"datatables.net-buttons-bs4": "^1.6.1",
"dotenv": "^8.2.0",
"dropzone": "^5.7.0",
"express-handlebars": "^3.1.0",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"formiojs": "^3.29.8",
"jimp": "^0.9.3",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"jsoneditor": "^6.1.0",
"jstree": "^3.3.9",
"lodash": "^4.17.15",
"loopback": "^3.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.2.0",
"loopback-component-storage": "^3.6.0",
"loopback-connector-mongodb": "3.8.0",
"lorem-ipsum": "^2.0.0",
"mixpanel": "^0.11.0",
"moment": "^2.24.0",
"node-cache": "^5.1.0",
"node-dir": "^0.1.17",
"nodemon": "^1.18.11",
"pace-progress": "^1.0.2",
"perfect-scrollbar": "^1.4.0",
"photoswipe": "^4.1.3",
"popper.js": "^1.16.1",
"puppeteer": "^1.13.0",
"rxjs": "6.3.3",
"sanitize-html": "^1.20.1",
"sendgrid": "^5.2.3",
"serve-favicon": "^2.0.1",
"shortcode-tree": "^1.4.14",
"simple-line-icons": "^2.4.1",
"sortablejs": "^1.10.2",
"strong-error-handler": "^3.0.0",
"tinymce": "^5.0.7",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "lb3-mongodb"
}