-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 983 Bytes
/
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
{
"name": "codebase-5",
"version": "5.3.5",
"description": "Codebase is a modern SCSS library. Pairs well with AlpineJS for HTML/JavaScript components.",
"scripts": {
"sass": "npx sass src/codebase/scss:src/dist --watch --style compressed",
"eleventy": "npx @11ty/eleventy --serve --quiet",
"dev": "npm-run-all --parallel sass eleventy"
},
"keywords": [
"css",
"css variables",
"color-mix()",
"OKLCH",
"sass",
"js",
"responsive",
"frontend",
"library",
"framework",
"utility classes",
"HTML components",
"AlpineJS",
"Eleventy",
"documentation"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codebase-frontend-library/codebase-5"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"markdown-it-anchor": "^8.4.1",
"npm-run-all": "^4.1.5",
"sass": "^1.47.0"
}
}