-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.98 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@bnfe/bm-vue",
"version": "1.0.1",
"description": "巴奴移动端组件库",
"tags": [
"banu",
"vue",
"bm-vue"
],
"keywords": [
"banu",
"vue",
"bm-vue",
"mobile"
],
"license": "MIT",
"homepage": "https://github.com/bnfe/bm-vue",
"repository": {
"type": "git",
"url": "https://github.com/bnfe/bm-vue"
},
"bugs": {
"url": "https://github.com/bnfe/bm-vue/issues"
},
"main": "lib/bm-vue.common.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.conf.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.conf.js",
"create": "node script/create-component.js",
"lint:style": "stylelint --syntax scss styles/**/**/*.scss src/**/**/*.scss",
"lint:vue": "eslint --ext .js,.vue src",
"lint": "npm run lint:vue && npm run lint:style",
"clean": "rimraf release",
"deploy": "rimraf dist && cross-env NODE_ENV=production webpack --config ./build/webpack.deploy.conf.js",
"page": "gh-pages -d dist --remote origin",
"deploy:page": "npm run deploy && npm run page",
"build:umd": "cross-env NODE_ENV=production webpack --config ./build/webpack.umd.conf.js",
"build:lib": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.conf.js",
"build:theme": "cross-env NODE_ENV=production webpack --config ./build/webpack.theme.conf.js",
"build:style": "cross-env NODE_ENV=production webpack --config ./build/webpack.style.conf.js",
"build:release": "cp -r src release && cp -r styles release && cp -r README.md release && cp -r package.json release",
"build:all": "npm run clean && npm run build:umd && npm run build:lib && npm run build:style && npm run build:theme && npm run build:release",
"analyze": "cross-env NODE_ENV=production npm_config_report=true npm run build:all",
"precommit": "npm run lint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"pub": "npm run build:all && npm publish ./release --access public"
},
"peerDependencies": {
"vue": "> 2.5.0"
},
"dependencies": {
"autosize": "^4.0.0",
"better-scroll": "1.12.0",
"dayjs": "^1.7.7",
"popper.js": "^1.15.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@babel/runtime-corejs2": "^7.4.2",
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@vue/babel-preset-jsx": "^1.0.0",
"autoprefixer": "^7.1.2",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"chalk": "^2.4.2",
"cheerio": "^0.22.0",
"connect-history-api-fallback": "^1.3.0",
"conventional-changelog-cli": "^1.3.22",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^3.0.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.0",
"element-ui": "^2.4.9",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.2.0",
"fetch": "^1.1.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.1.3",
"gh-pages": "^2.0.1",
"github-markdown-css": "^2.10.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"highlight.js": "^11.7.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^8.0.3",
"ip": "^1.1.8",
"loader-utils": "^1.1.0",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-container": "^2.0.0",
"mini-css-extract-plugin": "^0.4.0",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"sass": "~1.32.13",
"sass-loader": "^7.0.1",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"url-loader": "^1.0.1",
"vue": "^2.6.10",
"vue-loader": "^15.0.7",
"vue-router": "^2.6.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1",
"webpack": "^4.10.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"iOS >= 8",
"Android >= 4"
]
}