forked from netease-lcap/CodeWaveSummerCompetition2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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": "library_fdddf_carousel",
"title": "轮播图",
"description": "",
"version": "0.1.5",
"main": "./index.js",
"author": "",
"repository": "",
"homepage": "",
"license": "MIT",
"keywords": [
"lcap",
"material",
"component"
],
"scripts": {
"dev": "vue-cli-service doc --port 9090",
"build:theme": "vue-cli-service library-build --dest dist-theme",
"build:doc": "vue-cli-service doc-build",
"build": "npm run build:theme",
"usage": "lcap usage",
"deploy": "lcap deploy dist-theme",
"prepublishOnly": "lcap publish",
"release": "lcap publish"
},
"vuePlugins": {},
"babel": {},
"vusion": {
"ui": "cloud-ui.vusion"
},
"lcapVersion": "0.3.0",
"devDependencies": {
"@vue/cli-service": "^4.4.1",
"cloud-ui.vusion": "^0.11.20",
"core-js": "^3.6.5",
"vue": "^2.6.12",
"vue-cli-plugin-vusion": "0.14.2-beta",
"vue-loader": "15.9.8"
},
"peerDependencies": {
"cloud-ui.vusion": "^0.11.20",
"vue": "^2.6.12"
},
"vetur": {
"tags": "./vetur/tags.json",
"attributes": "./vetur/attributes.json"
},
"template": {
"inited": true
},
"dependencies": {
"vue-carousel-3d": "^1.0.1"
}
}