-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "rebacklogs",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^5.4.4",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.11",
"bootstrap-vue": "^2.0.0-rc.28",
"bs-custom-file-input": "^1.3.2",
"color": "^3.1.2",
"highlight.js": "^9.15.10",
"install": "^0.13.0",
"jquery": "^3.5.0",
"markdown-it": "^10.0.0",
"markdown-it-ins": "^3.0.0",
"markdown-it-sanitizer": "^0.4.3",
"popper.js": "^1.15.0",
"toastr": "^2.1.4",
"turbolinks": "^5.2.0",
"url-parse": "^1.4.7",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-clipboard2": "^0.3.1",
"vue-color": "^2.7.0",
"vue-i18n": "^8.14.1",
"vue-loader": "^15.7.1",
"vue-loading-overlay": "^3.2.0",
"vue-numeral-filter": "^1.1.1",
"vue-observe-visibility": "^0.4.4",
"vue-router": "^3.1.3",
"vue-select": "^3.2.0",
"vue-template-compiler": "^2.6.10",
"vue2-daterange-picker": "^0.3.1",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1"
},
"version": "0.1.0",
"devDependencies": {
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.8.0"
}
}