-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.31 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.31 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
{
"name": "boot.gl",
"description": "Style Reset.",
"version": "0.0.2",
"config": {
"version_short": "0.1"
},
"keywords": [
"boot.gl",
"stylescape",
"sass",
"reset"
],
"homepage": "https://www.boot.gl/",
"author": "Lars van Vianen <lars@vianen.com> (https://www.vianen.com)",
"contributors": [
"Scape Agency <info@scape.agency>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stylescape/boot.gl.git"
},
"bugs": {
"url": "https://github.com/stylescape/boot.gl/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"sass": "src/scss/index.scss",
"style": "dist/css/boot.gl.css",
"scripts": {
"build": "npx kist --config ./kist.yml",
"watch": "npx kist --config ./kist.yml --live",
"dev": "vite"
},
"devDependencies": {
"@getkist/action-sass": "^1.0.4",
"kist": "^0.1.60",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"files": [
"src/**",
"dist/**"
],
"exports": {
".": {
"sass": "./scss/index.scss"
}
}
}