-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 968 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": "app",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@popperjs/core": "^2.11.8",
"@rails/actiontext": "^7.1.2",
"base64-arraybuffer": "^1.0.2",
"bootstrap": "^5",
"d3": "^7.8.5",
"d3-sankey": "^0.12.3",
"datatables.net": "^1.13.8",
"datatables.net-dt": "^1.13.8",
"esbuild": "^0.19",
"file-saver": "^2.0.5",
"jquery": "^3.7.1",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"p-limit": "^5.0.0",
"papaparse": "^5.4.1",
"parsleyjs": "^2.9.2",
"puppeteer": "^23",
"select2": "^4.1.0-rc.0",
"sharp": "^0.33",
"tinycarousel": "^2.1.8",
"trix": "^2.1.8"
},
"scripts": {
"build": "bin/esbuild",
"build-watch": "bin/esbuild --watch",
"build-analyze": "esbuild app/javascript/*.* --outdir=/tmp --bundle --minify --analyze",
"test": "mocha spec/javascripts"
},
"devDependencies": {
"mocha": "^10"
}
}