-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
62 lines (62 loc) · 1.85 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@rails/ujs": "^7.1.501",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"bootstrap": "^4.6.2",
"css-loader": "^6.0.0",
"datatables.net-bs4": "^1.11.3",
"datatables.net-buttons-bs4": "^2.1.1",
"datatables.net-fixedcolumns-bs4": "^4.0.1",
"datatables.net-fixedheader-bs4": "^3.2.1",
"datatables.net-responsive-bs4": "^2.2.9",
"datatables.net-rowgroup-bs4": "^1.1.4",
"datatables.net-rowreorder-bs4": "^1.2.8",
"jquery": "^3.7.1",
"jsbarcode": "^3.11.6",
"jszip": "^3.10.1",
"popper.js": "^1.16.1",
"postcss": "^8.5.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.8.3",
"sass": "^1.77.6",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.6",
"terser": "^5.31.1",
"vue": "^2.7.16",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@prettier/plugin-ruby": "^4.0.0",
"@vitejs/plugin-legacy": "^1.8.2",
"@vue/test-utils": "^1.3.6",
"eslint": "^9.19.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"jsdom": "^26.0.0",
"miragejs": "^0.1.48",
"prettier": "^3.3.2",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.1.0",
"vite-plugin-vue2": "^1.9.3",
"vitest": "^3.0.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": "*"
},
"scripts": {
"test": "vitest run",
"lint": "eslint app/frontend",
"lintOnly": "eslint --ext .js --ext .vue"
}
}