forked from antoniandre/vue-cal-v4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.04 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
{
"name": "vue-cal",
"version": "3.10.1",
"description": "A Vue JS full calendar, no dependency, no BS. :metal:",
"author": "Antoni Andre <antoniandre.web@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name vuecal ./src/vue-cal/index.vue --dest ./dist",
"postbuild-bundle": "rm -rf ./dist/vuecal.common.i18n ./dist/vuecal.umd.i18n ./dist/vuecal.common.drag-and-drop.js ./dist/vuecal.umd.drag-and-drop.js && mv ./dist/vuecal.umd.min.i18n ./dist/i18n && mv ./dist/vuecal.umd.min.drag-and-drop.js ./dist/drag-and-drop.js && rm ./dist/demo.html"
},
"main": "./dist/vuecal.common.js",
"unpkg": "dist/vuecal.umd.min.js",
"jsdelivr": "dist/vuecal.umd.min.js",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"dependencies": {},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"core-js": "^3.9.1",
"eslint": "^7.23.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^10.1.1",
"simple-syntax-highlighter": "^1.4.4",
"vue": "^2.6.12",
"vue-cli-plugin-vuetify": "^2.3.1",
"vue-router": "^3.5.1",
"vue-scrollto": "^2.20.0",
"vue-template-compiler": "^2.6.12",
"vuetify": "^2.4.8"
},
"keywords": [
"vue calendar",
"full calendar",
"vuejs",
"vue3",
"ui"
],
"license": "MIT",
"repository": "https://github.com/antoniandre/vue-cal"
}