-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 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
{
"name": "@sparkstone/css",
"version": "1.4.1",
"description": "A minimal CSS framework inspired by Pico.css, with OKLCH-powered theming and light/dark mode support.",
"main": "dist/theme.css",
"style": "dist/theme.css",
"type": "module",
"files": ["dist/", "src/", "README.md"],
"scripts": {
"dev": "node dev.js",
"build": "sass src/:dist/ && node build.js",
"prepublishOnly": "pnpm build"
},
"keywords": [
"css",
"sass",
"oklch",
"pico",
"theme",
"lightweight",
"responsive",
"dark-mode",
"sparkstone"
],
"author": "Adam Sparks",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Sparkstonepdx/css.git"
},
"bugs": {
"url": "https://github.com/Sparkstonepdx/css/issues"
},
"homepage": "https://github.com/Sparkstonepdx/css#readme",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"chokidar": "^4.0.3",
"fast-glob": "^3.3.3",
"live-server": "^1.2.2",
"nunjucks": "^3.2.4",
"sass": "^1.86.3",
"vite": "^6.3.5"
}
}