-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.01 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
{
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"fmt": "prettier . --write",
"lint": "prettier . --check && tsc"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@rails/activestorage": "8.0.100",
"@rails/ujs": "7.1.x",
"@sentry/browser": "^8.47.0",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"admin-lte": "^3.2.0",
"bootstrap": "^4.6.0",
"datatables.net": "^1.13.6",
"datatables.net-bs4": "^3.2.2",
"esbuild": "^0.24.2",
"jquery": "^3.7.0",
"react": "^19.0.0",
"react-bootstrap": "^1.6.7",
"react-dom": "^19.0.0",
"select2": "^4.0.13"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/rails__activestorage": "^7.0.1",
"@types/rails__ujs": "^6.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}