-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.48 KB
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
41
42
43
44
45
46
47
48
49
50
{
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@rails/ujs": "^7.1.600",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"bootstrap": "^4.6.2",
"codemirror": "^5.65.18",
"css-loader": "^6.0.0",
"datatables.net-bs4": "^2.3.6",
"datatables.net-buttons-bs4": "^3.2.6",
"datatables.net-fixedcolumns-bs4": "^5.0.5",
"datatables.net-fixedheader-bs4": "^4.0.5",
"datatables.net-responsive-bs4": "^3.0.7",
"datatables.net-rowgroup-bs4": "^1.6.0",
"datatables.net-rowreorder-bs4": "^1.5.0",
"jquery": "^3.7.1",
"jsbarcode": "^3.12.3",
"jszip": "^3.10.1",
"popper.js": "^1.16.1",
"postcss": "^8.5.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.8.3",
"sass": "^1.97.3",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.7",
"terser": "^5.46.0"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^1.8",
"eslint": "^9.19",
"eslint-config-prettier": "^8.10",
"globals": "^15.14",
"jsdom": "^26.0",
"prettier": "^3.3",
"vite": "^5.4",
"vite-plugin-ruby": ">=5.1.0 <5.1.2 || ^5.1.3 || ^5.2"
},
"_comment": "Required to address https://github.com/npm/cli/issues/4828",
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "*",
"@rollup/rollup-linux-x64-gnu": "*",
"@rollup/rollup-win32-x64-msvc": "*"
},
"scripts": {
"lint": "eslint app/frontend",
"lintOnly": "eslint --ext .js"
}
}