-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.58 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
{
"name": "vue-antd-super-form",
"version": "1.0.4",
"description": "",
"main": "dist/vue-antd-super-form.ssr.js",
"module": "dist/vue-antd-super-form.esm.js",
"unpkg": "dist/vue-antd-super-form.min.js",
"scripts": {
"start": "cross-env NODE_ENV=production rollup --config build/rollup.config.js -w",
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
},
"peerDependencies": {
"ant-design-vue": "^1.3.10",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vue-antd-super-upload": "^1.0.3"
},
"devDependencies": {
"cross-env": "^5.2.0",
"minimist": "^1.2.0",
"rollup": "^1.12.1",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-less": "^1.1.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-vue": "^5.0.0"
},
"keywords": [
"vue",
"antd",
"Form"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bitores/vue-antd-super-form.git"
},
"author": "bitores",
"email": "huangzhengjie@dingtalk.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitores/vue-antd-super-form/issues"
},
"homepage": "https://github.com/bitores/vue-antd-super-form#readme"
}