You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
796 B
32 lines
796 B
{ |
|
"name": "data-collector", |
|
"private": true, |
|
"engines": { |
|
"node": "^16.0.0" |
|
}, |
|
"dependencies": { |
|
"@activeadmin/activeadmin": "^2.9.0", |
|
"@hotwired/stimulus": "^3.0.0", |
|
"@hotwired/stimulus-webpack-helpers": "^1.0.1", |
|
"@hotwired/turbo": "^7.1.0", |
|
"@hotwired/turbo-rails": "^7.1.0", |
|
"@rails/actioncable": "^6.0.0", |
|
"@rails/activestorage": "^6.0.0", |
|
"@rails/webpacker": "5.4.3", |
|
"accessible-autocomplete": "^2.0.3", |
|
"chart.js": "^3.6.0", |
|
"chartkick": "^4.1.0", |
|
"govuk-frontend": "^4.0.1", |
|
"stimulus": "^3.0.0", |
|
"webpack": "^4.46.0", |
|
"webpack-cli": "^4.9.2" |
|
}, |
|
"version": "0.1.0", |
|
"devDependencies": { |
|
"webpack-dev-server": "^4.7.4" |
|
}, |
|
"resolutions": { |
|
"glob-parent": "^6.0.2", |
|
"nth-check": "^2.0.1" |
|
} |
|
}
|
|
|