-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.73 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
59
60
61
62
{
"name": "web",
"version": "1.0.0",
"private": true,
"description": "",
"license": "MIT",
"author": "DirtyRacer",
"main": "",
"scripts": {
"prepare": "husky",
"build": "webpack --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"datatables.net": "^2.3.8",
"datatables.net-bs5": "^2.3.8",
"datatables.net-buttons": "^3.2.6",
"datatables.net-buttons-bs5": "^3.2.6",
"datatables.net-colreorder": "^2.1.2",
"datatables.net-colreorder-bs5": "^2.1.2",
"datatables.net-fixedheader": "^4.0.6",
"datatables.net-fixedheader-bs5": "^4.0.6",
"datatables.net-responsive": "^3.0.8",
"datatables.net-responsive-bs5": "^3.0.8",
"jquery": "^4.0.0",
"lodash": "^4.18.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.5",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"babel-loader": "^10.1.1",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"eslint": "^10.4.0",
"eslint-config-standard": "^17.1.0",
"file-loader": "^6.2.0",
"globals": "^17.6.0",
"html-minimizer-webpack-plugin": "^6.0.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.15",
"postcss-loader": "^8.2.1",
"postcss-preset-env": "^11.3.0",
"sass": "^1.100.0",
"sass-loader": "^17.0.0",
"terser-webpack-plugin": "^5.6.0",
"webpack": "^5.107.1",
"webpack-cli": "^7.0.2"
},
"engines": {
"node": "^24.0",
"npm": "^9.0",
"pnpm": "^11.0"
}
}