2021-06-29 17:26:17 +02:00
{
"name" : "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react" ,
2024-06-28 22:35:35 +02:00
"version" : "5.4.3" ,
2021-06-29 17:26:17 +02:00
"description" : "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates." ,
"author" : "Tony Air <tony@twma.pro>" ,
"license" : "BSD-2-Clause" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/a2nt/webpack-bootstrap-ui-kit.git"
} ,
"private" : false ,
"engines" : {
"node" : ">= 12" ,
"yarn" : ">= 1.22.0"
} ,
"scripts" : {
"start" : "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.serve.js" ,
"dash" : "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.serve.js" ,
2021-08-18 20:38:12 +02:00
"build" : "cross-env NODE_ENV=production webpack --progress --stats-all" ,
2021-12-14 18:37:32 +01:00
"lint:fix" : "eslint './src/**/*.js' -c eslint.config.json --fix" ,
2021-08-18 20:38:12 +02:00
"lint:js" : "eslint './src/**/*.js' -c eslint.config.json" ,
"lint:scss" : "sass-lint ./src/**/*.scss -c sass-lint.yml -v" ,
"lint:check" : "yarn lint:js && yarn lint:scss" ,
2022-06-24 16:27:25 +02:00
"prebuild" : "yarn lint:fix && rimraf dist" ,
2021-08-18 22:07:34 +02:00
"prepare" : "yarn build" ,
2021-06-29 17:26:17 +02:00
"prunecaches" : "rimraf ./node_modules/.cache/" ,
2023-10-10 20:24:59 +02:00
"preinstall" : "npx only-allow pnpm"
2021-06-29 17:26:17 +02:00
} ,
2022-01-10 00:12:01 +01:00
"resolutions" : {
"colors" : "1.4.0"
} ,
2021-06-29 17:26:17 +02:00
"directories" : {
"assets" : {
"css" : [
"dist/css/app.css"
] ,
"js" : [
"dist/js/app.js"
]
}
} ,
"main" : "./dist/js/app.js" ,
"browser" : {
"app" : "./dist/js/app.js"
} ,
"module" : "./src/js/app.js" ,
"browserslist" : [
"defaults" ,
"ie>=11"
] ,
"dependencies" : {
2023-11-08 18:39:39 +01:00
"@a2nt/meta-lightbox-js" : "^4.2.8" ,
"@angular/common" : "^17.0.0" ,
"@angular/core" : "^17.0.0" ,
"@apollo/client" : "^3.8.7" ,
2023-08-03 13:36:24 +02:00
"@glidejs/glide" : "^3.6.0" ,
2023-06-01 23:21:10 +02:00
"@popperjs/core" : "^2.11.8" ,
2021-10-28 07:23:04 +02:00
"@turf/clone" : "^6.5.0" ,
"@turf/clusters-dbscan" : "^6.5.0" ,
"@turf/clusters-kmeans" : "^6.5.0" ,
"@turf/distance" : "^6.5.0" ,
"@turf/helpers" : "^6.5.0" ,
"@turf/invariant" : "^6.5.0" ,
"@turf/meta" : "^6.5.0" ,
2021-06-29 17:26:17 +02:00
"aos" : "^2.3.4" ,
2022-07-12 16:45:34 +02:00
"apollo3-cache-persist" : "^0.14.1" ,
2023-11-08 18:39:39 +01:00
"balanced-match" : "^3.0.1" ,
"bootstrap" : "^5.3.2" ,
"brace-expansion" : "^3.0.0" ,
2023-02-20 16:05:00 +01:00
"choices.js" : "^10.2.0" ,
2021-10-28 07:23:04 +02:00
"density-clustering" : "^1.3.0" ,
2023-08-03 13:36:24 +02:00
"eslint-scope" : "^7.2.2" ,
2021-10-28 07:23:04 +02:00
"fast-deep-equal" : "^3.1.3" ,
2021-06-29 17:26:17 +02:00
"font-awesome" : "^4.7.0" ,
2023-11-08 18:39:39 +01:00
"graphql" : "^16.8.1" ,
2021-06-29 17:26:17 +02:00
"hammerjs" : "^2.0.8" ,
2023-03-28 13:25:33 +02:00
"inputmask" : "^5.0.8" ,
2023-08-04 00:56:00 +02:00
"kdbush" : "^4.0.2" ,
2023-02-20 16:05:00 +01:00
"keyboardjs" : "^2.7.0" ,
2021-09-05 21:12:57 +02:00
"localforage" : "^1.10.0" ,
2021-06-29 17:26:17 +02:00
"localforage-cordovasqlitedriver" : "^1.8.0" ,
"lodash.debounce" : "^4.0.8" ,
"lodash.throttle" : "^4.1.1" ,
2023-06-01 23:21:10 +02:00
"mapbox-gl" : "^2.15.0" ,
2021-06-29 17:26:17 +02:00
"material-design-color" : "^2.3.2" ,
2023-08-03 13:36:24 +02:00
"minimatch" : "^9.0.3" ,
2022-07-12 16:45:34 +02:00
"moment" : "^2.29.4" ,
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0" ,
2023-03-28 13:25:33 +02:00
"react-easy-swipe" : "^0.0.23" ,
2021-07-20 00:47:49 +02:00
"react-tiny-oembed" : "^1.1.0" ,
2023-02-20 16:05:00 +01:00
"redaxios" : "^0.5.1" ,
"redux" : "^4.2.1" ,
2023-05-13 03:50:45 +02:00
"rxjs" : "^7.8.1" ,
2021-06-29 17:26:17 +02:00
"select2" : "^4.0.13" ,
2021-08-10 01:52:32 +02:00
"setimmediate" : "^1.0.5" ,
2021-10-28 07:23:04 +02:00
"skmeans" : "^0.11.3" ,
2023-08-04 00:56:00 +02:00
"supercluster" : "^8.0.1" ,
2023-11-08 18:39:39 +01:00
"vanillajs-datepicker" : "^1.3.4" ,
2021-08-10 01:52:32 +02:00
"youtube-embed" : "^1.0.0"
2021-06-29 17:26:17 +02:00
} ,
"devDependencies" : {
"@a2nt/image-sprite-webpack-plugin" : "^0.2.5" ,
2023-11-08 18:39:39 +01:00
"@babel/core" : "^7.23.2" ,
"@babel/eslint-parser" : "^7.22.15" ,
2022-07-12 16:45:34 +02:00
"@babel/plugin-proposal-class-properties" : "^7.18.6" ,
2023-02-20 16:05:00 +01:00
"@babel/plugin-proposal-object-rest-spread" : "^7.20.7" ,
2023-06-21 13:29:26 +02:00
"@babel/plugin-syntax-jsx" : "^7.22.5" ,
2021-06-29 17:26:17 +02:00
"@babel/plugin-syntax-top-level-await" : "^7.14.5" ,
2023-11-08 18:39:39 +01:00
"@babel/plugin-transform-react-jsx" : "^7.22.15" ,
"@babel/plugin-transform-runtime" : "^7.23.2" ,
"@babel/plugin-transform-typescript" : "^7.22.15" ,
"@babel/preset-env" : "^7.23.2" ,
"@babel/preset-react" : "^7.22.15" ,
"@babel/runtime" : "^7.23.2" ,
"@googlemaps/markerclusterer" : "^2.5.1" ,
2021-06-29 17:26:17 +02:00
"@sucrase/webpack-loader" : "^2.0.0" ,
"@ungap/global-this" : "^0.4.4" ,
2023-11-08 18:39:39 +01:00
"@wry/context" : "^0.7.4" ,
"@wry/equality" : "^0.5.7" ,
"@wry/trie" : "^0.5.0" ,
2021-06-29 17:26:17 +02:00
"animate.css" : "^4.1.1" ,
2022-03-15 16:16:14 +01:00
"ansi-html" : "^0.0.9" ,
2021-09-08 22:34:34 +02:00
"ansi-html-community" : "^0.0.8" ,
2021-09-13 02:40:05 +02:00
"ansi-regex" : "^6.0.1" ,
2023-11-08 18:39:39 +01:00
"autoprefixer" : "^10.4.16" ,
2023-08-03 13:36:24 +02:00
"babel-loader" : "^9.1.3" ,
2023-02-20 16:05:00 +01:00
"classnames" : "^2.3.2" ,
2022-05-27 16:30:25 +02:00
"copy-webpack-plugin" : "^11.0.0" ,
2021-06-29 17:26:17 +02:00
"croppie" : "^2.6.5" ,
"cross-env" : "^7.0.3" ,
2023-06-01 23:21:10 +02:00
"css-loader" : "^6.8.1" ,
2023-06-21 13:29:26 +02:00
"css-minimizer-webpack-plugin" : "^5.0.1" ,
2022-04-12 13:54:18 +02:00
"debug" : "^4.3.4" ,
2023-11-08 18:39:39 +01:00
"eslint" : "^8.53.0" ,
"eslint-plugin-import" : "^2.29.0" ,
2021-06-29 17:26:17 +02:00
"eslint-plugin-jquery" : "^1.5.1" ,
2023-11-08 18:39:39 +01:00
"eslint-plugin-react" : "^7.33.2" ,
2021-06-29 17:26:17 +02:00
"events" : "^3.3.0" ,
"exif-js" : "^2.3.0" ,
2022-05-27 16:30:25 +02:00
"exports-loader" : "^4.0.0" ,
2021-06-29 17:26:17 +02:00
"fast-json-stable-stringify" : "^2.1.0" ,
"fast-levenshtein" : "^3.0.0" ,
2023-02-20 16:05:00 +01:00
"fastest-levenshtein" : "^1.0.16" ,
2023-08-03 13:36:24 +02:00
"favicons" : "^7.1.4" ,
2023-11-08 18:39:39 +01:00
"favicons-webpack-plugin" : "6.0.1" ,
2021-06-29 17:26:17 +02:00
"file-loader" : "^6.2.0" ,
2021-11-12 07:39:57 +01:00
"graphql-tag" : "^2.12.6" ,
2021-06-29 17:26:17 +02:00
"hoist-non-react-statics" : "^3.3.2" ,
2023-11-08 18:39:39 +01:00
"html-dom-parser" : "^5.0.4" ,
2023-08-03 13:36:24 +02:00
"html-entities" : "^2.4.0" ,
2023-02-20 16:05:00 +01:00
"html-loader" : "^4.2.0" ,
2023-11-08 18:39:39 +01:00
"html-react-parser" : "^5.0.6" ,
2023-06-21 13:29:26 +02:00
"html-webpack-plugin" : "^5.5.3" ,
2021-06-29 17:26:17 +02:00
"img-optimize-loader" : "^1.0.7" ,
2023-02-20 16:05:00 +01:00
"loglevel" : "^1.8.1" ,
2023-06-01 23:21:10 +02:00
"mini-css-extract-plugin" : "^2.7.6" ,
2021-06-29 17:26:17 +02:00
"ms" : "^2.1.3" ,
2023-11-08 18:39:39 +01:00
"msw" : "^2.0.4" ,
2023-08-03 13:36:24 +02:00
"node-fetch" : "^3.3.2" ,
2021-06-29 17:26:17 +02:00
"object-assign" : "^4.1.1" ,
2023-08-04 00:56:00 +02:00
"optimism" : "^0.17.5" ,
2023-06-21 13:29:26 +02:00
"postcss-loader" : "^7.3.3" ,
2022-01-10 00:12:01 +01:00
"prop-types" : "^15.8.1" ,
2023-11-08 18:39:39 +01:00
"punycode" : "^2.3.1" ,
2021-06-29 17:26:17 +02:00
"querystring" : "^0.2.1" ,
"raw-loader" : "^4.0.2" ,
2023-02-20 16:05:00 +01:00
"react-hot-loader" : "^4.13.1" ,
2022-07-12 16:45:34 +02:00
"react-is" : "^18.2.0" ,
2021-06-29 17:26:17 +02:00
"react-lifecycles-compat" : "^3.0.4" ,
2023-11-08 18:39:39 +01:00
"regenerator-runtime" : "^0.14.0" ,
2022-02-17 05:54:57 +01:00
"resolve-url-loader" : "^5.0.0" ,
2023-11-08 18:39:39 +01:00
"rimraf" : "^5.0.5" ,
2021-06-29 17:26:17 +02:00
"routie" : "0.0.1" ,
2023-11-08 18:39:39 +01:00
"sass" : "^1.69.5" ,
2021-06-29 17:26:17 +02:00
"sass-lint" : "^1.13.1" ,
2021-08-18 20:38:12 +02:00
"sass-lint-auto-fix" : "^0.21.2" ,
2021-06-29 17:26:17 +02:00
"sass-lint-fix" : "^1.12.1" ,
2023-06-21 13:29:26 +02:00
"sass-loader" : "^13.3.2" ,
2022-07-12 16:45:34 +02:00
"scheduler" : "^0.23.0" ,
2021-06-29 17:26:17 +02:00
"shallowequal" : "^1.1.0" ,
2023-06-01 23:21:10 +02:00
"strip-ansi" : "^7.1.0" ,
"style-loader" : "^3.3.3" ,
2023-08-03 13:36:24 +02:00
"sucrase" : "^3.34.0" ,
2023-03-28 13:25:33 +02:00
"svg-url-loader" : "^8.0.0" ,
2021-06-29 17:26:17 +02:00
"symbol-observable" : "^4.0.0" ,
2023-06-01 23:21:10 +02:00
"terser-webpack-plugin" : "^5.3.9" ,
2022-05-27 16:30:25 +02:00
"ts-invariant" : "^0.10.3" ,
2023-11-08 18:39:39 +01:00
"tslib" : "^2.6.2" ,
"url" : "^0.11.3" ,
2021-06-29 17:26:17 +02:00
"url-loader" : "^4.1.1" ,
2023-11-08 18:39:39 +01:00
"webpack" : "^5.89.0" ,
2022-05-27 16:30:25 +02:00
"webpack-build-notifications" : "^0.3.2" ,
2023-11-08 18:39:39 +01:00
"webpack-bundle-analyzer" : "^4.9.1" ,
2023-06-21 13:29:26 +02:00
"webpack-cli" : "^5.1.4" ,
"webpack-dev-server" : "^4.15.1" ,
2022-04-12 13:54:18 +02:00
"webpack-manifest-plugin" : "^5.0.0" ,
2023-11-08 18:39:39 +01:00
"webpack-merge" : "^5.10.0" ,
2022-07-12 16:45:34 +02:00
"yarn" : "^1.22.19" ,
2023-03-28 13:25:33 +02:00
"zen-observable" : "^0.10.0" ,
2021-08-02 22:03:17 +02:00
"zen-observable-ts" : "^1.1.0"
2021-06-29 17:26:17 +02:00
} ,
"stylelint" : {
"rules" : {
"block-no-empty" : null ,
"color-no-invalid-hex" : true ,
"comment-empty-line-before" : [
"always" ,
{
"ignore" : [
"stylelint-commands" ,
"after-comment"
]
}
] ,
"declaration-colon-space-after" : "always" ,
"indentation" : [
4 ,
{
"except" : [
"value"
]
}
] ,
"max-empty-lines" : 2 ,
"rule-empty-line-before" : [
"always" ,
{
"except" : [
"first-nested"
] ,
"ignore" : [
"after-comment"
]
}
] ,
"unit-whitelist" : [
"em" ,
"rem" ,
"%" ,
"s" ,
"px"
]
}
2021-08-09 15:10:02 +02:00
} ,
"msw" : {
"workerDirectory" : "src/_graphql"
2021-06-29 17:26:17 +02:00
}
2021-08-09 21:15:55 +02:00
}