forked from hitobito/hitobito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"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",
"@rails/actiontext": "^6.0.3-3",
"@rails/webpacker": "5.4.3",
"bootstrap-sass": "~2.3.2",
"chosen-js": "~1.8.7",
"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",
"jquery.turbolinks": "~2.1.0",
"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",
"trix": "^1.2.0",
"turbolinks": "~5.0.1"
},
"devDependencies": {
"@webpack-cli/serve": "^1.6.1",
"webpack-dev-server": "~3"
},
"resolutions": {
"jquery": "~1.12.4"
}
}