-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 825 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 825 Bytes
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
{
"name": "task-bucket",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-vue": "^2.0.4",
"date-fns": "^2.4.1",
"fullcalendar": "^3.10.0",
"jquery": "^3.4.0",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"timepicker": "^1.11.14",
"turbolinks": "^5.2.0",
"vue": "^2.6.10",
"vue-custom-element": "^3.2.7",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-vue": "^5.2.2",
"webpack-dev-server": "^3.10.1"
}
}