-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 991 Bytes
/
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
{
"name": "vizz_trackr",
"private": true,
"scripts": {
"test": "run-p rails:test rails:lint",
"rails:test": "bundle exec rails test",
"rails:lint": "bundle exec rubocop"
},
"engines": {
"node": "~16.13"
},
"dependencies": {
"@fortawesome/fontawesome-free": "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.3",
"animate-sass": "0.8.2",
"bootstrap": "4.3.1",
"bootstrap-datepicker": "1.9.0",
"chart.js": "2.8.0",
"chartkick": "3.1.1",
"ionicons": "4.6.3",
"ionicons-npm": "2.0.1",
"jquery": "3.5.1",
"metismenu": "3.0.5",
"pe7-icon": "1.0.4",
"perfect-scrollbar": "1.5.0",
"popper.js": "1.15.0",
"serialize-javascript": "2.1.1",
"stimulus": "1.1.1",
"turbolinks": "5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"npm-run-all": "4.1.5",
"webpack-dev-server": "^4.11.1"
}
}