-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 840 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 840 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
{
"name": "wetrockpolice",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/ujs": "^7.1.3-2",
"@rails/webpacker": "5.4.4",
"bootstrap": "5.1.2",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.4",
"date-fns": "^4.1.0",
"rails_admin": "3.1.2"
},
"devDependencies": {
"webpack-dev-server": "^3"
},
"resolutions": {
"rails_admin/@fortawesome/fontawesome-free": "^5.15.0"
},
"engines": {
"node": "20.x"
}
}