-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "vue-baidu-calendar",
"version": "1.0.9",
"description": "基于vue3实现的百度日历组件",
"main": "index.js",
"module": "index.js",
"files": [
"dist",
"index.js"
],
"scripts": {
"build": "rollup -c"
},
"keywords": [
"vue",
"calendar",
"vue-next",
"vue3",
"日历组件"
],
"author": "qiuquanwu <“[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@vue/compiler-sfc": "^3.0.5",
"clean-css": "^4.2.3",
"rollup": "^2.23.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-embed-css": "^1.0.21",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-styles": "^3.10.0",
"rollup-plugin-stylus-css-modules": "^1.5.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-unassert": "^0.3.0",
"rollup-plugin-vue": "^6.0.0-beta.10",
"stylus": "^0.54.8",
"vue": "^3.0.5",
"ant-design-vue": "^2.0.0-rc.9"
},
"peerDependencies": {
"vue": "^3.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/qiuquanwu/vue-baidu-calendar"
},
"homepage": "https://github.com/qiuquanwu/vue-baidu-calendar"
}