-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"author": "BRAHIM BOUSSADJRA",
"name": "vue-spring-calendar",
"main": "./build/spring-calendar.common.js",
"version": "0.2.4",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/boussadjra/vue-spring-calendar.git"
},
"license": "MIT",
"homepage": "https://boussadjra.github.io/vue-spring-calendar/",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"bundle": "vue-cli-service build --dest build --target lib --name spring-calendar ./src/components/SpringCalendar.vue"
},
"dependencies": {
"@vue/composition-api": "^0.5.0",
"moment": "^2.29.4",
"vue": "^3.0.0",
"core-js": "^3.6.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"node-sass": "^9.0.0",
"sass-loader": "^13.2.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"files": [
"build/spring-calendar.common.js",
"build/*.css",
"*.md"
],
"keywords": [
"vuejs",
"Calendar",
"full calendar",
"vue calendar",
"vue-spring-calendar",
"vue component",
"web component"
]
}