2019-06-08 17:20:51 +02:00
{
2019-11-25 07:02:37 +01:00
"name" : "@a2nt/ss-bootstrap-ui-webpack-boilerplate" ,
2019-12-17 21:36:38 +01:00
"version" : "1.4.1" ,
2019-06-08 17:20:51 +02:00
"author" : "Tony Air <tony@twma.pro>" ,
"license" : "MIT" ,
2019-10-20 01:40:40 +02:00
"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." ,
2019-06-08 17:20:51 +02:00
"private" : false ,
2019-10-20 01:40:40 +02:00
"main" : "src/js/app.js" ,
2019-06-08 17:20:51 +02:00
"repository" : {
"type" : "git" ,
2019-10-20 01:40:40 +02:00
"url" : "git+https://github.com/a2nt/webpack-bootstrap-ui-kit"
2019-06-08 17:20:51 +02:00
} ,
"engines" : {
"yarn" : ">= 1.0.0"
} ,
"scripts" : {
2019-10-20 01:40:40 +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" ,
2019-12-10 14:23:32 +01:00
"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" ,
2019-10-20 01:40:40 +02:00
"prebuild" : "yarn lint:fix && rimraf dist" ,
"prepare" : "yarn lint:fix && yarn build"
2019-06-08 17:20:51 +02:00
} ,
"dependencies" : {
2019-11-27 06:34:08 +01:00
"@a2nt/meta-lightbox" : "^1.2.2" ,
2019-06-08 17:20:51 +02:00
"@google/markerclusterer" : "^1.0.3" ,
2019-10-20 01:40:40 +02:00
"animate.css" : "^3.7.0" ,
2019-06-08 17:20:51 +02:00
"bootbox" : "^4.4.0" ,
2019-11-27 06:34:08 +01:00
"bootstrap" : "^4.4.0" ,
2019-06-08 17:20:51 +02:00
"bootstrap-confirmation2" : "^4.1.0" ,
"bootstrap-datepicker" : "^1.9.0" ,
"bootstrap-offcanvas" : "^1.0.0" ,
2019-08-12 11:23:24 +02:00
"bootstrap-table" : "^1.15.3" ,
2019-06-08 17:20:51 +02:00
"bootstrap-timepicker" : "^0.5.2" ,
"core-util-is" : "^1.0.2" ,
"croppie" : "^2.6.4" ,
"exif-js" : "^2.3.0" ,
"font-awesome" : "^4.7.0" ,
"foundation-emails" : "^2.2.1" ,
"gijgo" : "^1.9.13" ,
"jquery" : "^3.4.1" ,
"jquery-hammerjs" : "^2.0.0" ,
2019-10-20 01:40:40 +02:00
"jquery-hoverintent" : "^1.10.1" ,
2019-06-08 17:20:51 +02:00
"jquery-zoom" : "^1.7.21" ,
"jquery.appear" : "^1.0.1" ,
"jquery.inputmask" : "^3.3.4" ,
2019-10-20 01:40:40 +02:00
"laravel-mix" : "^4.1.2" ,
2019-11-25 08:45:03 +01:00
"mapbox-gl" : "^1.5.0" ,
2019-06-08 17:20:51 +02:00
"offcanvas-bootstrap" : "^2.5.2" ,
"popper.js" : "^1.15.0" ,
"pouchdb" : "^6.4.3" ,
2019-10-20 01:40:40 +02:00
"quill" : "^1.3.7" ,
2019-06-08 17:20:51 +02:00
"react-bootstrap4-form-validation" : "^1.0.10" ,
"routie" : "0.0.1" ,
2019-11-25 08:45:03 +01:00
"select2" : "^4.0.12" ,
2019-06-08 17:20:51 +02:00
"smooth-scroll" : "^14.2.1" ,
2019-11-25 08:45:03 +01:00
"yarn" : "^1.19.2"
2019-06-08 17:20:51 +02:00
} ,
"devDependencies" : {
"autoprefixer" : "^7.2.5" ,
"babel-core" : "^6.26.3" ,
"babel-eslint" : "^8.2.6" ,
"babel-loader" : "^7.1.2" ,
"babel-plugin-transform-react-jsx" : "^6.24.1" ,
"babel-preset-es2015" : "^6.24.1" ,
"babel-preset-react" : "^6.24.1" ,
"babel-preset-stage-2" : "^6.24.1" ,
"browser-sync" : "^2.24.5" ,
"browser-sync-webpack-plugin" : "^2.2.2" ,
"copy-webpack-plugin" : "^4.6.0" ,
"copyfiles" : "^1.2.0" ,
"cross-env" : "^5.1.6" ,
2019-08-12 11:23:24 +02:00
"css-loader" : "^3.2.0" ,
2019-06-08 17:20:51 +02:00
"eslint" : "^4.18.1" ,
2019-08-12 11:23:24 +02:00
"eslint-plugin-import" : "^2.18.2" ,
"eslint-plugin-jquery" : "^1.5.1" ,
"eslint-plugin-react" : "^7.14.3" ,
2019-06-08 17:20:51 +02:00
"exports-loader" : "^0.7.0" ,
"extract-text-webpack-plugin" : "^4.0.0-beta.0" ,
2019-10-20 01:40:40 +02:00
"favicons-webpack-plugin" : "^1.0.2" ,
2019-06-08 17:20:51 +02:00
"file-loader" : "^1.1.5" ,
2019-11-25 09:24:25 +01:00
"html-loader" : "^0.5.5" ,
2019-11-25 08:45:03 +01:00
"html-webpack-plugin" : "^4.0.0-beta.11" ,
2019-06-08 17:20:51 +02:00
"lost" : "^8.3.1" ,
2019-10-20 04:40:30 +02:00
"material-design-color" : "^2.3.2" ,
2019-11-25 08:45:03 +01:00
"node-sass" : "^4.13.0" ,
2019-06-08 17:20:51 +02:00
"object-assign" : "^4.1.1" ,
2019-08-12 11:23:24 +02:00
"optimize-css-assets-webpack-plugin" : "^5.0.3" ,
2019-06-08 17:20:51 +02:00
"postcss-loader" : "^2.1.5" ,
2019-11-25 08:45:03 +01:00
"react" : "^16.12.0" ,
"react-dom" : "^16.12.0" ,
2019-06-08 17:20:51 +02:00
"react-hot-loader" : "^3.1.3" ,
"redux" : "^3.7.2" ,
"redux-devtools-extension" : "^2.13.8" ,
"resolve-url-loader" : "^2.3.2" ,
"rimraf" : "^2.6.3" ,
"sass-lint" : "^1.13.1" ,
"sass-lint-fix" : "^1.12.1" ,
"sass-loader" : "^6.0.6" ,
2019-08-12 11:23:24 +02:00
"script-ext-html-webpack-plugin" : "^2.1.4" ,
2019-06-08 17:20:51 +02:00
"style-loader" : "^0.19.0" ,
2019-08-12 11:23:24 +02:00
"svg-url-loader" : "^2.3.3" ,
2019-11-25 08:45:03 +01:00
"terser-webpack-plugin" : "^2.2.1" ,
2019-06-08 17:20:51 +02:00
"uglify-js" : "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22" ,
2019-08-12 11:23:24 +02:00
"uglifyjs-webpack-plugin" : "^2.2.0" ,
2019-06-08 17:20:51 +02:00
"url-loader" : "^0.6.2" ,
2019-08-12 11:23:24 +02:00
"webpack" : "^4.39.1" ,
2019-11-25 08:45:03 +01:00
"webpack-cli" : "^3.3.10" ,
"webpack-dev-server" : "^3.9.0" ,
2019-06-08 17:20:51 +02:00
"webpack-manifest-plugin" : "^1.3.2" ,
"webpack-merge" : "^4.1.1"
} ,
2019-11-25 07:02:37 +01:00
"publishConfig" : {
"registry" : "https://npm.pkg.github.com/"
} ,
"browserslist" : [
"defaults"
] ,
2019-06-08 17:20:51 +02:00
"stylelint" : {
"rules" : {
"block-no-empty" : null ,
"color-no-invalid-hex" : true ,
"comment-empty-line-before" : [
2019-12-10 14:23:32 +01:00
"always" , {
2019-06-08 17:20:51 +02:00
"ignore" : [
"stylelint-commands" ,
"after-comment"
]
}
] ,
"declaration-colon-space-after" : "always" ,
"indentation" : [
2019-12-10 14:23:32 +01:00
4 , {
2019-06-08 17:20:51 +02:00
"except" : [
"value"
]
}
] ,
"max-empty-lines" : 2 ,
"rule-empty-line-before" : [
2019-12-10 14:23:32 +01:00
"always" , {
2019-06-08 17:20:51 +02:00
"except" : [
"first-nested"
] ,
"ignore" : [
"after-comment"
]
}
] ,
"unit-whitelist" : [
"em" ,
"rem" ,
"%" ,
"s" ,
"px"
]
}
}
}