-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.92 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
63
64
65
66
67
68
69
70
71
{
"name": "m7",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"build": "webpack --mode=production --env prod",
"dev": "webpack serve --mode=development --env dev",
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix",
"test": "jest"
},
"author": "Anna Y",
"license": "ISC",
"browserslist": [
"> 0.5%",
"last 4 versions",
"Firefox ESR",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.18",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-preset-minify": "^0.5.2",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.6.0",
"image-minimizer-webpack-plugin": "^4.0.0",
"imagemin": "^8.0.1",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"mini-css-extract-plugin": "^2.8.1",
"npm": "^10.5.0",
"postcss": "^8.4.35",
"postcss-extract-media-query": "^3.0.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.0",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "3.2.5",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"card-validator": "^9.1.0",
"gh-pages": "^6.1.1",
"imask": "^7.4.0",
"just-validate": "^4.3.0",
"just-validate-plugin-date": "^1.2.0",
"luhn": "^2.4.1",
"normalize.css": "^8.0.1",
"redom": "^4.0.0"
}
}