-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·91 lines (91 loc) · 2.57 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "bootstrap-ratio-utilities",
"version": "1.0.3",
"description": "Bootstrap Ratio Utilities: Having a Responsive Ratio Utility, which needed for switching ratios for media brackpoints.",
"author": "Vardot",
"contributors": [
"Rajab Natshah"
],
"license": "MIT",
"main": "webpack.config.js",
"keywords": [
"Bootstrap",
"Bootstrap 5",
"bootstrap utilities",
"bootstrap utility",
"Ratio Utilities",
"Ratio utility",
"Responsive Ratio Utility",
"Aspect Ratio"
],
"engines": {
"npm": ">= 6.0",
"yarn": ">= 1.6",
"node": ">= 18.0"
},
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"lint:css": "stylelint \"**/*.css\""
},
"dependencies": { },
"devDependencies": {
"@popperjs/core": "~2",
"bootstrap": "~5.3.0",
"autoprefixer": "~10",
"css-loader": "~5",
"eslint": "~8",
"eslint-config-airbnb-base": "~15",
"eslint-config-prettier": "~8",
"eslint-plugin-import": "~2",
"eslint-plugin-jquery": "~1",
"eslint-plugin-jsx-a11y": "~6",
"eslint-plugin-prettier": "~4",
"eslint-plugin-yml": "~1",
"expose-loader": "~3",
"mini-css-extract-plugin": "^0.11.3",
"mkdirp": "^1.0.4",
"postcss": "^8.4.40",
"postcss-header": "^3.0.3",
"postcss-import": "^16.1.0",
"postcss-loader": "^6.2.1",
"postcss-perfectionist": "^2.3.9",
"postcss-preset-env": "^9.6.0",
"postcss-pxtorem": "^6.1.0",
"postcss-url": "^10.1.3",
"prettier": "^2.1.2",
"sass": "~1",
"sass-true": "~7",
"sass-loader": "~12",
"sass-resources-loader": "~2",
"stylelint": "^15.5.0",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.7.3",
"webpack-notifier": "^1.13.0",
"webpack-remove-empty-scripts": "^0.7.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "~11.0.0"
},
"browserslist": [
"last 2 Chrome major versions",
"last 2 Firefox major versions",
"last 2 Safari major versions",
"last 2 Edge major versions",
"last 2 Opera versions",
"last 2 iOS major versions",
"last 1 ChromeAndroid version",
"last 1 Samsung version",
"Firefox ESR"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Vardot/bootstrap-ratio-utilities.git"
},
"bugs": {
"url": "https://github.com/Vardot/bootstrap-ratio-utilities/issues"
},
"homepage": "https://github.com/Vardot/bootstrap-ratio-utilities#readme"
}