forked from GeoffZhu/vue-event-calendar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 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
{
"name": "vue-event-calendar",
"description": "A simple calendar to mark events for Vue2",
"version": "1.5.2",
"author": "geoffzhu <[email protected]>",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoffZhu/vue-event-calendar"
},
"main": "dist/index.js",
"dependencies": {
"vue": "^2.1.8"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"keywords": [
"vue",
"eventcalendar",
"vue-event-calendar"
],
"bugs": {
"url": "https://github.com/GeoffZhu/vue-event-calendar/issues"
},
"homepage": "http://geoffzhu.cn/vue-event-calendar/"
}