forked from hitobito/hitobito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "hitobito",
"license": "AGPL-3.0-only",
"scripts": {
"preanalyze": "webpack --config config/webpack/production.js --profile --json > stats.json",
"analyze": "npx webpack-bundle-analyzer stats.json",
"postanalyze": "rm stats.json"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.2",
"@popperjs/core": "^2.11.6",
"@rails/actiontext": "^6.0.3-3",
"@rails/webpacker": "5.4.3",
"@tarekraafat/autocomplete.js": "^10.2.7",
"bootstrap": "^5.2.0",
"coffee-loader": "^1.0.0",
"coffeescript": "1.12.7",
"expose-loader": "^1.0.0",
"jquery": "~1.12.4",
"jquery-ui": "~1.13.2",
"jquery-ujs": "~1.2.2",
"js-cookie": "~2.2.0",
"moment": "~2.29.4",
"rails-erb-loader": "^5.5.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"stimulus": "^3.2.2",
"tom-select": "^2.2.2",
"trix": "^1.2.0"
},
"devDependencies": {
"@webpack-cli/serve": "^1.6.1",
"webpack-dev-server": "~3"
},
"resolutions": {
"jquery": "~1.12.4"
}
}