mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
251 lines
7.3 KiB
JSON
251 lines
7.3 KiB
JSON
{
|
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
|
|
"version": "4.5.5",
|
|
"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",
|
|
"build": "cross-env NODE_ENV=production webpack --progress --stats-all",
|
|
"lint:fix": "eslint './src/**/*.js' -c eslint.config.json --fix",
|
|
"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",
|
|
"prebuild": "yarn lint:fix && yarn lint:check && rimraf dist",
|
|
"prepare": "yarn build",
|
|
"prunecaches": "rimraf ./node_modules/.cache/",
|
|
"postinstall": "npm run prunecaches",
|
|
"postuninstall": "npm run prunecaches",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"update": "npx msw init ./src/_graphql"
|
|
},
|
|
"resolutions": {
|
|
"colors": "1.4.0"
|
|
},
|
|
"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": {
|
|
"@a2nt/meta-lightbox-js": "^4.2.1",
|
|
"@angular/common": "^13.3.3",
|
|
"@angular/core": "^13.3.3",
|
|
"@apollo/client": "^3.5.10",
|
|
"@jsanahuja/instagramfeed": "github:jsanahuja/instagramfeed",
|
|
"@popperjs/core": "^2.11.5",
|
|
"@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",
|
|
"aos": "^2.3.4",
|
|
"apollo3-cache-persist": "^0.14.0",
|
|
"balanced-match": "^2.0.0",
|
|
"bootbox": "^5.5.2",
|
|
"bootstrap": "^5.1.3",
|
|
"brace-expansion": "^2.0.1",
|
|
"density-clustering": "^1.3.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"font-awesome": "^4.7.0",
|
|
"graphql": "^16.3.0",
|
|
"hammerjs": "^2.0.8",
|
|
"inputmask": "^5.0.7",
|
|
"kdbush": "^3.0.0",
|
|
"keyboardjs": "^2.6.4",
|
|
"localforage": "^1.10.0",
|
|
"localforage-cordovasqlitedriver": "^1.8.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mapbox-gl": "^2.8.1",
|
|
"material-design-color": "^2.3.2",
|
|
"minimatch": "^5.0.1",
|
|
"moment": "^2.29.3",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-easy-swipe": "^0.0.22",
|
|
"react-tiny-oembed": "^1.1.0",
|
|
"redaxios": "^0.4.1",
|
|
"redux": "^4.1.2",
|
|
"rxjs": "^7.5.5",
|
|
"select2": "^4.0.13",
|
|
"setimmediate": "^1.0.5",
|
|
"skmeans": "^0.11.3",
|
|
"supercluster": "^7.1.5",
|
|
"vanillajs-datepicker": "^1.2.0",
|
|
"youtube-embed": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
|
|
"@babel/core": "^7.17.9",
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
"@babel/plugin-syntax-jsx": "^7.16.7",
|
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/plugin-transform-typescript": "^7.16.8",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@babel/runtime": "^7.17.9",
|
|
"@googlemaps/markerclusterer": "*",
|
|
"@sucrase/webpack-loader": "^2.0.0",
|
|
"@ungap/global-this": "^0.4.4",
|
|
"@wry/context": "^0.6.1",
|
|
"@wry/equality": "^0.5.2",
|
|
"@wry/trie": "^0.3.1",
|
|
"animate.css": "^4.1.1",
|
|
"ansi-html": "^0.0.9",
|
|
"ansi-html-community": "^0.0.8",
|
|
"ansi-regex": "^6.0.1",
|
|
"autoprefixer": "^10.4.4",
|
|
"babel-loader": "^8.2.4",
|
|
"classnames": "^2.3.1",
|
|
"copy-webpack-plugin": "^10.2.4",
|
|
"croppie": "^2.6.5",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
"debug": "^4.3.4",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jquery": "^1.5.1",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"events": "^3.3.0",
|
|
"exif-js": "^2.3.0",
|
|
"exports-loader": "^3.1.0",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"fast-levenshtein": "^3.0.0",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"favicons": "^6.2.2",
|
|
"favicons-webpack-plugin": "5.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"html-dom-parser": "^1.2.0",
|
|
"html-entities": "^2.3.3",
|
|
"html-loader": "^3.1.0",
|
|
"html-react-parser": "^1.4.11",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"img-optimize-loader": "^1.0.7",
|
|
"loglevel": "^1.8.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"ms": "^2.1.3",
|
|
"msw": "^0.39.2",
|
|
"node-fetch": "^3.2.3",
|
|
"object-assign": "^4.1.1",
|
|
"optimism": "^0.16.1",
|
|
"postcss-loader": "^6.2.1",
|
|
"prop-types": "^15.8.1",
|
|
"punycode": "^2.1.1",
|
|
"querystring": "^0.2.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react-hot-loader": "^4.13.0",
|
|
"react-is": "^18.0.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"routie": "0.0.1",
|
|
"sass": "*",
|
|
"sass-lint": "^1.13.1",
|
|
"sass-lint-auto-fix": "^0.21.2",
|
|
"sass-lint-fix": "^1.12.1",
|
|
"sass-loader": "^12.6.0",
|
|
"scheduler": "^0.21.0",
|
|
"shallowequal": "^1.1.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"style-loader": "^3.3.1",
|
|
"sucrase": "^3.21.0",
|
|
"svg-url-loader": "^7.1.1",
|
|
"symbol-observable": "^4.0.0",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"ts-invariant": "^0.9.4",
|
|
"tslib": "^2.3.1",
|
|
"url": "^0.11.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.72.0",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.8.1",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"webpack-merge": "^5.8.0",
|
|
"yarn": "^1.22.18",
|
|
"zen-observable": "^0.8.15",
|
|
"zen-observable-ts": "^1.1.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "src/_graphql"
|
|
}
|
|
}
|