-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.98 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"scripts": {
"postinstall": "husky install",
"prettier:format": "prettier --write .",
"prettier:check": "prettier --check ."
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@fullcalendar/core": "5.9.0",
"@fullcalendar/daygrid": "5.9.0",
"@fullcalendar/google-calendar": "5.9.0",
"@fullcalendar/icalendar": "5.9.0",
"@fullcalendar/interaction": "5.9.0",
"@fullcalendar/list": "5.9.0",
"@fullcalendar/timegrid": "5.9.0",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo": "^8.0.12",
"@hotwired/turbo-rails": "^8.0.12",
"@popperjs/core": "^2.11.5",
"@rails/actiontext": "^8.0.100",
"@rails/activestorage": "^8.0.100",
"@rails/ujs": "^7.1.3-4",
"@shopify/buy-button-js": "^2.1.7",
"bootstrap": "^5.3.3",
"bs-custom-file-input": "^1.3.4",
"chart.js": "^4.4.7",
"chartkick": "^5.0.1",
"clipboard": "^2.0.6",
"expose-loader": "^5.0.0",
"datatables.net-bs5": "^2.2.1",
"flatpickr": "^4.6.9",
"font-awesome": "^4.7.0",
"husky": "^9.1.7",
"js-cookie": "^3.0.5",
"lightgallery": "^2.8.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.47",
"node-sass": "^9.0.0",
"photoswipe": "^5.4.4",
"popper.js": "^1.16.1",
"progress-tracker": "^2.0.6",
"rails-erb-loader": "^5.5.2",
"sass": "^1.83.4",
"sortablejs": "^1.15.6",
"stimulus-vite-helpers": "^3.1.0",
"toastr": "^2.1.4",
"tom-select": "^2.4.2",
"trix": "^2.1.12"
},
"devDependencies": {
"@prettier/plugin-ruby": "^4.0.4",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"vite": "^6.0.11",
"vite-plugin-ruby": "^5.1.0",
"webpack-dev-server": "^5.2.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}