-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
92 lines (92 loc) · 2.34 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "bulma-calendar",
"description": "Display a calendar for date/time selection, in different colors and sizes",
"main": "dist/js/bulma-calendar.js",
"style": "dist/css/bulma-calendar.min.css",
"sass": "src/scss/index.scss",
"version": "7.1.1",
"scripts": {
"commit": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"build": "gulp build",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/michael-hack/bulma-calendar.git"
},
"keywords": [
"Bulma",
"bulma",
"bulma.io",
"extensions",
"extension",
"calendar",
"datepicker",
"date picker"
],
"author": "Michael Hack <[email protected]> (https://www.michael-hack.de)",
"contributors": [
"Wikiki <[email protected]> (https://creativebulma.net/author/wikiki)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/michael-hack/bulma-calendar/issues"
},
"homepage": "https://doc.mh-s.de/bulma-calendar",
"dependencies": {
"@babel/preset-env": "^7.25.4",
"date-fns": "^2.21.3",
"mkdirp": "^3.0.1"
},
"peerDependencies": {
"bulma": "^1.0.2"
},
"devDependencies": {
"ansi-colors": "^2.0.1",
"autoprefixer": "^10.4.13",
"babel-core": "^6.26.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^3.0.3",
"bulma": "^1.0.2",
"camelcase": "^5.0.0",
"cz-conventional-changelog": "^2.1.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"fancy-log": "^1.3.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-nop": "0.0.3",
"gulp-postcss": "^9.0.1",
"gulp-run": "^1.7.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.0",
"jekyll": "^3.0.0-beta1",
"jest": "^29.4.3",
"regenerator-runtime": "^0.11.1",
"sass": "^1.77.8",
"semantic-release": "^19.0.3",
"webpack": "^5.21.2",
"webpack-stream": "^7.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"types": "./index.d.ts",
"files": [
"dist",
"src",
"index.d.ts",
"LICENSE",
"README.md"
]
}