forked from antoniandre/vue-cal-v4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "vue-cal",
"version": "1.45.0",
"description": "A Vue JS full calendar, no dependency, no BS. :metal:",
"repository": "https://github.com/antoniandre/vue-cal",
"author": "Antoni Andre <[email protected]>",
"license": "MIT",
"main": "./dist/vuecal.common.js",
"unpkg": "dist/vuecal.umd.min.js",
"keywords": [
"full calendar",
"calendar",
"vue",
"vuejs",
"ui"
],
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name vuecal ./src/components/vue-cal/index.vue --dest ./dist",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-standard": "^3.0.5",
"babel-polyfill": "^6.26.0",
"node-sass": "^4.11.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.0.1",
"simple-syntax-highlighter": "^1.0.6",
"vue": "^2.6.9",
"vue-cli-plugin-vuetify": "^0.2.1",
"vue-scrollto": "^2.13.0",
"vue-template-compiler": "^2.6.9",
"vuetify": "^1.5.1"
},
"dependencies": {}
}