-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
174 lines (174 loc) · 5.74 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "zarm-vue-next",
"version": "3.0.0-alpha.6",
"description": "zarm in vue",
"scripts": {
"lint": "npm run lint:vue && npm run lint:style",
"deploy": "rimraf dist && cross-env NODE_ENV=production webpack --config ./build/webpack.deploy.conf.js",
"analyze": "cross-env NODE_ENV=production npm_config_report=true npm run build:all",
"book": "cd docs && gitbook serve",
"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",
"build:copy": "node ./script/copy.js",
"build:lib": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.conf.js",
"build:release": "cp -r README.md release && cp -r src release && cp -r styles release && cp -r types release",
"build:style": "cross-env NODE_ENV=production webpack --config ./build/webpack.style.conf.js",
"build:theme": "cross-env NODE_ENV=production webpack --config ./build/webpack.theme.conf.js",
"build:umd": "cross-env NODE_ENV=production webpack --config ./build/webpack.umd.conf.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "rimraf release",
"commitmsg": "commitlint -e $GIT_PARAMS",
"create": "node script/create-component.js",
"deploy:page": "npm run deploy && npm run page",
"dev": "node build/dev-server.js",
"lint:style": "stylelint --syntax scss styles/**/**/*.scss src/**/**/*.scss",
"lint:vue": "eslint --ext .js,.vue src",
"page": "gh-pages -d dist --remote origin",
"precommit": "npm run lint",
"pub": "npm run build:all && npm publish ./release",
"release": "bash script/release.sh",
"start": "node build/dev-server.js",
"test:watch": "jest --config test/unit/jest.conf.js --watch",
"unit": "jest --config test/unit/jest.config.js --coverage"
},
"main": "lib/index.js",
"dependencies": {
"autosize": "^4.0.0",
"better-scroll": "^2.0.4",
"dayjs": "^1.7.7",
"popper.js": "^1.15.0",
"vue": "^3.0.5"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
"@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-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.0.0",
"@vue/compiler-sfc": "^3.0.5",
"@vue/component-compiler-utils": "^3.2.0",
"@vue/server-test-utils": "^1.0.3",
"@vue/test-utils": "^2.0.0-beta.3",
"autoprefixer": "^7.1.2",
"axios": "^0.21.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.5",
"chalk": "^2.4.2",
"connect-history-api-fallback": "^1.3.0",
"conventional-changelog-cli": "^1.3.22",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^3.0.1",
"coveralls": "^2.13.1",
"cross-env": "^5.0.1",
"cryptiles": "^4.1.2",
"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": "^2.0.1",
"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.6.0",
"jest-serializer-vue": "^2.0.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"marked": "^0.7.0",
"merge": "^1.2.1",
"mini-css-extract-plugin": "^0.4.0",
"normalize.css": "^8.0.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"perfume.js": "^5.3.0",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"sass": "^1.22.9",
"sass-loader": "^10.0.3",
"shelljs": "^0.7.6",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"tunnel-agent": "^0.6.0",
"typescript": "^4.0.3",
"url-loader": "^1.0.1",
"vue-cli-plugin-vue-next": "~0.1.4",
"vue-jest": "^5.0.0-alpha.7",
"vue-loader": "^16.1.2",
"vue-router": "^4.0.4",
"vue-style-loader": "^4.1.0",
"vuex": "^4.0.0",
"webpack": "^4.10.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.2.1",
"zarm-vue-loader": "^3.0.0"
},
"peerDependencies": {
"vue": "> 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11",
"iOS >= 8",
"Android >= 4"
],
"bugs": {
"url": "https://github.com/ZhongAnTech/zarm-vue/issues"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"keywords": [
"vue",
"vue-ui",
"vue-component",
"zarm",
"zarm-vue",
"component",
"components",
"ui",
"web-ui",
"framework",
"frontend",
"mobile"
],
"license": "MIT",
"repository": "git://github.com/ZhongAnTech/zarm-vue",
"tags": [
"zarm",
"zarm-vue",
"vue",
"zhongan"
],
"typings": "types/index.d.ts"
}