-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "mithril-bulma",
"version": "2.2.2",
"description": "A collection of flexible Mithril components based on Bulma CSS.",
"main": "index.mjs",
"types": "types/index.d.mts",
"scripts": {
"build:types": "tsc --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:driverjb/mithril-bulma.git"
},
"keywords": [],
"author": "Joel Driver <driverjb09@gmail.com> (https://joeldriver.info/)",
"license": "MIT",
"type": "module",
"private": false,
"bugs": {
"url": "https://github.com/driverjb/mithril-bulma/issues"
},
"homepage": "https://github.com/driverjb/mithril-bulma",
"peerDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"bulma": "^1.0.4",
"mithril": "^2.3.3"
},
"devDependencies": {
"@types/mithril": "^2.2.7",
"@vitest/coverage-v8": "^3.2.4",
"bulma": "^1.0.4",
"jsdom": "^27.0.0",
"mithril": "^2.3.3",
"sass-embedded": "^1.93.2",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vitest": "^3.2.4"
}
}