-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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": "^10.2.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.6",
"cz-conventional-changelog": "^3.3.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cssbeautify": "^3.0.0",
"gulp-csscomb": "^3.1.0",
"gulp-header": "^2.0.9",
"gulp-load-plugins": "^2.0.7",
"gulp-sass": "^4.1.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"postcss-loader": "^5.3.0",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-fix-style-only-entries": "0.6.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}