-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.22 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
{
"bugs": "https://github.com/mc2it/theme/issues",
"description": "Bootstrap theme used by MC2IT applications.",
"homepage": "https://github.com/mc2it/theme",
"license": "MIT",
"name": "@mc2it/theme",
"repository": "mc2it/theme",
"type": "commonjs",
"version": "9.0.3",
"author": {
"email": "dev@mc2it.com",
"name": "MC2IT",
"url": "https://www.mc2it.com"
},
"bin": {
"mc2it_theme": "bin/mc2it_theme.js"
},
"contributors": [
{
"email": "cedric@belin.io",
"name": "Cédric Belin",
"url": "https://belin.io"
}
],
"dependencies": {
"bootstrap": "^5.3.3"
},
"devDependencies": {
"@fontsource-variable/material-symbols-rounded": "^5.1.3",
"sass": "^1.80.4",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser": "^5.36.0"
},
"engines": {
"node": ">=22.0.0"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"sass": "./lib/scss/index.scss",
"import": "./lib/index.mjs",
"default": "./lib/index.cjs"
},
"./config.scss": {
"sass": "./lib/scss/_config.scss"
}
},
"files": [
"lib/",
"www/"
],
"keywords": [
"bootstrap",
"css",
"mc2it",
"sass",
"scss",
"theme",
"ui"
],
"scripts": {
"start": "node bin/mc2it_theme.js"
}
}