-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 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
{
"name": "JSBank",
"version": "2.0.0",
"description": "Kirove Bank is a customer-centric financial institution, offering a wide range of banking services with a focus on security, convenience, and competitive rates. Committed to community development, Kirove Bank prioritizes sustainable lending and financial education initiatives.",
"repository": "https://github.com/zxcanton228/javascript-bank",
"author": {
"name": "Kirill Vegele"
},
"contributors": [
{
"name": "Max [RED GROUP]"
}
],
"license": "UNLICENSE",
"engines": {
"node": ">=22.2.0",
"yarn": ">=1.22.19",
"npm": ">=10.8.0"
},
"main": "webpack.config.js",
"scripts": {
"dev": "webpack serve --mode development --open",
"build": "webpack --mode production"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.15.1"
}
}