-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
40
{
"name": "pinmapper",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@hotwired/turbo-rails": "^7.2.0",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^7.0.4",
"@rails/actiontext": "^7.0.4",
"@rails/activestorage": "^7.0.4",
"@rails/request.js": "^0.0.8",
"@rails/ujs": "^7.0.4",
"@rails/webpacker": "5.2.1",
"animate.css": "^4.1.1",
"bootstrap": "^5.2.1",
"cropperjs": "^1.5.11",
"hamburgers": "^1.1.3",
"jquery": "^3.6.1",
"js-cookie": "^3.0.1",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet.markercluster": "^1.5.3",
"photoswipe": "^5.2.8",
"sass": "^1.53.0",
"sortablejs": "^1.15.0",
"stimulus": "^3.1.0",
"toastr": "^2.1.4",
"tom-select": "^2.2.2",
"trix": "^1.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": "14.16.0"
}
}