-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.69 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
51
52
53
54
55
56
57
58
{
"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.9",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.8.3",
"sass": "^1.99.0",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.7",
"terser": "^5.46.2"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^8.0",
"@vitest/coverage-v8": "^4.0",
"eslint": "^9.19",
"eslint-config-prettier": "^9.0",
"globals": "^15.14",
"jsdom": "^26.0",
"prettier": "^3.3",
"vite": "^8.0",
"vite-plugin-ruby": "^5.2.0",
"vitest": "^4.1.5"
},
"_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": "*"
},
"_comment_esbuild": "https://github.com/vitejs/vite/issues/22225",
"resolutions": {
"esbuild": "0.27.4"
},
"scripts": {
"lint": "eslint app/frontend",
"lintOnly": "eslint --ext .js",
"test": "vitest run",
"coverage": "vitest run --coverage"
}
}