-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
{
"private": true,
"name": "card-checking",
"version": "1.0.0",
"description": "Application for checking card payment data entered by the user",
"main": "index.js",
"scripts": {
"develop": "cross-env NODE_ENV=development webpack serve --mode development --open",
"release": "cross-env NODE_ENV=production webpack --config webpack.config.js --mode production"
},
"author": "Poul <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"csv-loader": "^3.0.3",
"del-webpack-plugin": "^2.1.0",
"dom-create-element": "^1.0.2",
"html-webpack-plugin": "^5.3.1",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"less-loader": "^8.0.0",
"mini-css-extract-plugin": "^1.4.0",
"papaparse": "^5.3.0",
"postcss-loader": "^5.2.0",
"sass": "^1.51.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svgo": "^2.8.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"xml-loader": "^1.2.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.1.3",
"card-info": "^1.0.2",
"jquery": "^3.6.0",
"jquery-mask-plugin": "^1.14.16"
}
}