-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.25 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.25 KB
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
{
"name": "bulma-calendar-js",
"type": "module",
"browserslist": "> 0.25%, not dead",
"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.2",
"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",
"bulma calendar",
"calendar"
],
"author": "Michael Hack <info@michael-hack.de> (https://www.michael-hack.de)",
"contributors": [
"Wikiki <wikiki@protonmail.com> (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",
"peerDependencies": {
"bulma": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.22",
"babel-jest": "^30.2.0",
"babel-loader": "^10.0.0",
"browser-sync": "^3.0.4",
"bulma": "^1.0.4",
"camelcase": "^9.0.0",
"cz-conventional-changelog": "^3.0.1",
"date-fns": "^4.1.0",
"del": "^8.0.1",
"execa": "^9.5.2",
"fancy-log": "^2.0.0",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^10.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^6.0.1",
"gulp-terser": "^2.1.0",
"jekyll": "^3.0.0-beta1",
"jest": "^30.2.0",
"plugin-error": "^2.0.1",
"regenerator-runtime": "^0.14.1",
"sass-embedded": "^1.93.3",
"semantic-release": "^25.0.2",
"webpack": "^5.103.0",
"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"
]
}