-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "vue-tuicalendar-bootstrap-example",
"version": "0.1.0",
"description": "Vue.js with Bootstrap, Tui Calendar + Extras example project",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zimudec/vue-tuicalendar-bootstrap-example.github.io.git"
},
"author": "Héctor pavez",
"license": "MIT",
"bugs": {
"url": "https://github.com/zimudec/vue-tuicalendar-bootstrap-example/issues"
},
"homepage": "https://github.com/zimudec/vue-tuicalendar-bootstrap-example#readme",
"dependencies": {
"chance": "1.0.16",
"moment": "2.22.2",
"tui-calendar": "1.4.0",
"tui-date-picker": "3.0.0",
"tui-time-picker": "1.4.0",
"vue": "^2.5.16",
"jquery": "3.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"babel-plugin-transform-imports": "^1.4.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.1.6",
"vue-template-compiler": "^2.5.16"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}