-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 894 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
{
"dependencies": {
"@babel/preset-typescript": "^7.25.7",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.13",
"@mapbox/mapbox-gl-draw": "^1.5.1",
"@rails/actioncable": "^8.0.200",
"@rails/activestorage": "^7.2.100",
"@rails/ujs": "^7.1.3-4",
"@rails/webpacker": "5.4.4",
"@types/mapbox__mapbox-gl-draw": "^1.4.9",
"@types/node": "^22.5.5",
"lucide": "^0.562.0",
"mapbox-gl": "^3.11.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@types/rails__activestorage": "^7.1.1",
"@types/rails__ujs": "^6.0.4",
"@types/turbolinks": "^5.2.2",
"babel-loader": "latest",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"webpack": "5",
"webpack-cli": "4",
"webpack-dev-server": "4",
"webpack-manifest-plugin": "^5.0.1"
}
}