forked from hitobito/hitobito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 991 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
{
"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.2.1",
"bootstrap-sass": "~2.3.2",
"chosen-js": "~1.8.7",
"coffee-loader": "^1.0.0",
"coffeescript": "1.12.7",
"compass-mixins": "^0.12.10",
"expose-loader": "^1.0.0",
"jquery": "~1.12.4",
"jquery-ui": "~1.12.1",
"jquery-ujs": "~1.2.2",
"jquery.turbolinks": "~2.1.0",
"js-cookie": "~2.2.0",
"moment": "~2.19.3",
"rails-erb-loader": "^5.5.2",
"resolve-url-loader": "^3.1.1",
"trix": "^1.2.0",
"turbolinks": "~5.0.1"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"jquery": "~1.12.4"
}
}