-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.14 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
{
"name": "cradlephp-cdn",
"description": "CDN for Cradle",
"repository": "https://github.com/cradlephp/cradle.git",
"author": "Christian Blanquera <cblanquera@openovate.com>",
"license": "MIT",
"dependencies": {
"@aprilsacil/number_format.js": "^1.0.1",
"@fortawesome/fontawesome-free": "5.11.2",
"ace-editor-builds": "^1.2.4",
"bootstrap": "^4.3.1",
"bootstrap-markdown-editor-4": "^3.0.0",
"doon": "^1.0.0",
"flatpickr": "^4.6.2",
"fullcalendar": "3.10.1",
"google-code-prettify": "^1.0.5",
"handlebars": "^4.3.1",
"inputmask": "^4.0.8",
"ion-rangeslider": "^2.3.0",
"jquery": "^3.4.1",
"jquery-knob": "^1.2.11",
"jquery-sortable": "^0.9.13",
"moment": "^2.24.0",
"npm": "^6.11.3",
"open-sans-fontface": "^1.4.0",
"papaparse": "^5.1.0",
"select2": "^4.0.10",
"toastr": "^2.1.4",
"wysihtml": "^0.6.0-beta1",
"yarn-acquire": "^0.0.8",
"yarn-cropper": "^0.0.1"
},
"scripts": {
"build": "yarn install --modules-folder ./components"
}
}