-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "edukado_web",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "6.0.2-1",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"bootstrap": "^4.6.0",
"bootstrap-switch": "^3.4.0",
"cd-easypiechart": "^0.0.2",
"chartjs": "^0.3.24",
"clipboard": "^2.0.6",
"code-prettify": "^0.1.0",
"dropzone": "^5.7.0",
"fastclick": "^1.0.6",
"flatpickr": "^4.6.3",
"flot": "^4.2.0",
"gmaps.core": "^0.5.1",
"jasny-bootstrap": "^4.0.0",
"jquery": "^3.5.1",
"jquery-countdown": "^2.2.0",
"jquery-countto": "^1.2.0",
"jquery-parallax.js": "^1.5.0",
"jquery-slimscroll": "^1.3.8",
"jqvmap": "^1.5.1",
"jvectormap": "2.0.4",
"metismenu": "2.7.2",
"modernizr": "^3.9.1",
"object-fit-images": "^3.2.4",
"popper.js": "^1.16.1",
"prismjs": "^1.19.0",
"sparklines": "^1.2.0",
"stimulus": "^1.1.1",
"trix": "1.0.0",
"turbolinks": "^5.2.0",
"typeahead.js": "^0.11.1",
"typed.js": "^2.0.11",
"webpack": "4.42.0",
"webpack-merge": "^4.2.2"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.10.3"
},
"engines": {
"node": "12.16.2"
}
}