scss-flex
Version:
flexbox,移动端 flex 布局神器,兼容微信,UC,webview 等移动端主流浏览器
65 lines (64 loc) • 1.73 kB
JSON
{
"name": "scss-flex",
"version": "1.8.3",
"description": "flexbox,移动端 flex 布局神器,兼容微信,UC,webview 等移动端主流浏览器",
"main": "src/scss-flex.scss",
"scripts": {
"build": "webpack --mode production && gulp build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vxhly/scss-flex.git"
},
"keywords": [
"scss-flex",
"flex-scss",
"flex",
"scss",
"sass",
"flex-sass",
"sass-flex",
"flexbox",
"flex.css",
"vue-flex",
"css-flex",
"flexibule"
],
"author": "vxhly <pengchengou@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vxhly/scss-flex/issues"
},
"homepage": "https://github.com/vxhly/scss-flex#readme",
"devDependencies": {
"autoprefixer": "^9.8.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"cz-conventional-changelog": "^3.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cssbeautify": "^2.0.1",
"gulp-csscomb": "^3.1.0",
"gulp-header": "^2.0.9",
"gulp-load-plugins": "^2.0.3",
"gulp-sass": "^4.1.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-fix-style-only-entries": "0.5.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}