2019-06-08 17:20:51 +02:00
{
2020-05-14 18:08:28 +02:00
"name" : "@a2nt/ss-bootstrap-ui-webpack-boilerplate" ,
2020-06-15 20:45:19 +02:00
"version" : "2.1.7" ,
2020-05-14 18:08:28 +02:00
"author" : "Tony Air <tony@twma.pro>" ,
"license" : "MIT" ,
"description" : "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates." ,
"private" : false ,
"main" : "src/js/app.js" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/a2nt/webpack-bootstrap-ui-kit"
} ,
"engines" : {
"yarn" : ">= 1.0.0"
} ,
2020-05-14 18:00:45 +02:00
"scripts" : {
2020-05-14 18:08:28 +02:00
"start" : "cross-env NODE_ENV=development webpack-dev-server --https -d --config webpack.config.js" ,
"dash" : "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.js" ,
"build" : "cross-env NODE_ENV=production webpack -p --config webpack.config.js --progress" ,
"lint:check" : "eslint ./src --config .eslintrc && sass-lint ./src --config .sasslintrc -v -q" ,
"lint:fix" : "eslint ./src --config .eslintrc --fix && sass-lint ./src --config .sasslintrc -v -q --fix" ,
"lint:js" : "eslint ./src --config .eslintrc" ,
"lint:sass" : "sass-lint ./src --config .sasslintrc -v -q" ,
"prebuild" : "yarn lint:fix && rimraf dist" ,
"prepare" : "yarn lint:fix && yarn build" ,
2020-05-14 18:00:45 +02:00
"prunecaches" : "rimraf ./node_modules/.cache/" ,
"postinstall" : "npm run prunecaches" ,
"postuninstall" : "npm run prunecaches" ,
"preinstall" : "npx only-allow pnpm"
} ,
"browserslist" : [
"defaults" ,
"ie>=11"
] ,
"dependencies" : {
2020-06-15 20:45:19 +02:00
"@a2nt/meta-lightbox" : "^2.1.0" ,
2020-05-14 18:00:45 +02:00
"bootbox" : "^4.4.0" ,
"bootstrap" : "^4.5.0" ,
"bootstrap-confirmation2" : "^4.1.0" ,
"bootstrap-datepicker" : "^1.9.0" ,
"bootstrap-offcanvas" : "^1.0.0" ,
"bootstrap-table" : "^1.16.0" ,
"bootstrap-timepicker" : "^0.5.2" ,
"font-awesome" : "^4.7.0" ,
"hammerjs" : "^2.0.8" ,
"inputmask" : "^5.0.3" ,
"jquery" : "^3.5.1" ,
"jquery-hammerjs" : "^2.0.0" ,
"jquery-hoverintent" : "*" ,
"jquery-zoom" : "^1.7.21" ,
"jquery.appear" : "^1.0.1" ,
2020-06-15 20:45:19 +02:00
"mapbox-gl" : "^1.11.0" ,
2020-05-14 18:00:45 +02:00
"material-design-color" : "^2.3.2" ,
"popper.js" : "*" ,
2020-05-14 19:35:16 +02:00
"select2" : "^4.0.13" ,
2020-05-14 18:00:45 +02:00
"smooth-scroll" : "^14.2.1" ,
"sticky-sidebar" : "^3.3.1" ,
"yarn" : "^1.22.4"
} ,
"devDependencies" : {
"@a2nt/image-sprite-webpack-plugin" : "^0.2.5" ,
2020-06-01 19:08:44 +02:00
"@babel/core" : "^7.10.2" ,
"@babel/plugin-proposal-object-rest-spread" : "^7.10.1" ,
"@babel/plugin-transform-react-jsx" : "^7.10.1" ,
"@babel/preset-env" : "^7.10.2" ,
2020-05-14 18:00:45 +02:00
"@google/markerclusterer" : "^1.0.3" ,
2020-05-14 19:35:16 +02:00
"animate.css" : "^3.7.2" ,
2020-05-24 08:58:18 +02:00
"ansi-html" : "^0.0.7" ,
"ansi-regex" : "^5.0.0" ,
2020-05-24 09:06:59 +02:00
"autoprefixer" : "^9.8.0" ,
2020-05-14 18:00:45 +02:00
"babel-eslint" : "^8.2.6" ,
"babel-loader" : "^8.1.0" ,
"copy-webpack-plugin" : "^4.6.0" ,
"croppie" : "^2.6.4" ,
"cross-env" : "^5.2.1" ,
2020-06-15 20:45:19 +02:00
"css-loader" : "^3.6.0" ,
2020-05-14 19:35:16 +02:00
"eslint" : "^4.19.1" ,
2020-06-15 20:45:19 +02:00
"eslint-plugin-import" : "^2.21.2" ,
2020-05-14 18:00:45 +02:00
"eslint-plugin-jquery" : "^1.5.1" ,
"eslint-plugin-react" : "^7.20.0" ,
"exports-loader" : "^0.7.0" ,
"favicons-webpack-plugin" : "0.0.9" ,
"file-loader" : "^5.1.0" ,
"font-awesome" : "^4.7.0" ,
"hard-source-webpack-plugin" : "^0.13.1" ,
2020-05-24 08:58:18 +02:00
"html-entities" : "^1.3.1" ,
2020-05-14 18:08:28 +02:00
"html-loader" : "^1.1.0" ,
2020-05-14 18:00:45 +02:00
"html-webpack-plugin" : "^4.3.0" ,
"imagemin-gifsicle" : "^7.0.0" ,
"imagemin-jpegtran" : "^6.0.0" ,
"imagemin-optipng" : "^7.1.0" ,
"imagemin-svgo" : "^7.1.0" ,
"imagemin-webpack" : "^5.1.1" ,
"loglevel" : "^1.6.8" ,
"mini-css-extract-plugin" : "^0.9.0" ,
"node-sass" : "^4.14.1" ,
"optimize-css-assets-webpack-plugin" : "^5.0.3" ,
"postcss-loader" : "^3.0.0" ,
"react-hot-loader" : "^4.12.21" ,
"resolve-url-loader" : "^3.1.1" ,
"rimraf" : "^2.7.1" ,
"routie" : "0.0.1" ,
"sass-lint" : "^1.13.1" ,
"sass-lint-fix" : "^1.12.1" ,
"sass-loader" : "^8.0.2" ,
"script-ext-html-webpack-plugin" : "^2.1.4" ,
2020-05-24 08:58:18 +02:00
"sockjs-client" : "^1.4.0" ,
"strip-ansi" : "^6.0.0" ,
2020-05-14 19:35:16 +02:00
"style-loader" : "^0.19.1" ,
2020-05-14 18:00:45 +02:00
"svg-url-loader" : "^2.3.3" ,
2020-06-15 20:45:19 +02:00
"terser-webpack-plugin" : "^2.3.7" ,
2020-05-14 18:00:45 +02:00
"url-loader" : "^0.6.2" ,
"webpack" : "^4.43.0" ,
"webpack-cli" : "^3.3.11" ,
2020-05-14 19:35:16 +02:00
"webpack-dev-server" : "^3.11.0" ,
2020-05-14 18:00:45 +02:00
"webpack-manifest-plugin" : "^1.3.2" ,
"webpack-merge" : "^4.2.2"
} ,
"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"
]
}
}
2019-06-08 17:20:51 +02:00
}