forked from ZhongAnTech/zarm-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 5.17 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
147
148
149
150
151
152
153
154
155
156
{
"name": "zarm-vue",
"version": "2.0.0-alpha.4",
"description": "zarm in vue",
"tags": [
"zarm",
"zarm-vue",
"vue",
"zhongan"
],
"keywords": [
"vue",
"vue-ui",
"vue-component",
"zarm",
"zarm-vue",
"component",
"components",
"ui",
"web-ui",
"framework",
"frontend",
"mobile"
],
"license": "MIT",
"repository": "[email protected]/ZhonganTechENG/zarm-vue",
"bugs": {
"url": "https://github.com/ZhonganTechENG/zarm-vue/issues"
},
"main": "lib/index.js",
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.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",
"unit": "jest --config test/unit/jest.conf.js --coverage",
"test:watch": "jest --config test/unit/jest.conf.js --watch",
"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:copy": "node ./script/copy.js",
"build:release": "cp -r README.md release && cp -r src release && cp -r styles 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:copy && npm run build:release",
"analyze": "cross-env NODE_ENV=production npm_config_report=true npm run build:all",
"book": "cd docs && gitbook serve",
"precommit": "npm run lint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bash script/release.sh",
"pub": "npm run clean && npm run build:all && npm publish ./release"
},
"peerDependencies": {
"vue": "> 2.3.0"
},
"dependencies": {
"autosize": "^4.0.0",
"better-scroll": "^1.8.3",
"dayjs": "^1.7.7"
},
"devDependencies": {
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@vue/server-test-utils": "^1.0.0-beta.22",
"@vue/test-utils": "^1.0.0-beta.22",
"autoprefixer": "^7.1.2",
"axios": "^0.18.0",
"babel-core": "^6.22.1",
"babel-eslint": "^8.2.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"connect-history-api-fallback": "^1.3.0",
"conventional-changelog-cli": "^1.3.22",
"copy-webpack-plugin": "^4.0.1",
"coveralls": "^2.13.1",
"cross-env": "^5.0.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"element-ui": "^2.4.9",
"eslint": "^4.19.1",
"eslint-config-za": "^1.0.0",
"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": "^1.0.0",
"github-markdown-css": "^2.10.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.17.3",
"husky": "^0.14.3",
"jest": "^23.4.2",
"jest-serializer-vue": "^2.0.2",
"lodash-es": "^4.17.8",
"marked": "^0.5.2",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.5.3",
"normalize.css": "^8.0.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"sass-loader": "^7.0.1",
"shelljs": "^0.7.6",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"url-loader": "^1.0.1",
"vue": "^2.5.17",
"vue-jest": "^1.0.2",
"vue-loader": "^15.0.7",
"vue-router": "^2.6.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1",
"webpack": "^4.10.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.4",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"zarm-vue-loader": "^2.0.4"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"iOS >= 8",
"Android >= 4"
]
}