-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 926 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
{
"name": "diamond",
"version": "1.0.0",
"description": "A front-end site for diamond ui",
"author": "Etch <[email protected]>",
"license": "ISC",
"private": true,
"type": "module",
"engines": {
"node": "20.12.2",
"npm": "10.5.0"
},
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"prepare": "husky",
"lint": "stylelint 'src/**/*.css' --fix"
},
"dependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@etchteam/diamond-ui": "^1.27.4"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@etchteam/stylelint-config": "^1.5.0",
"browserslist": "^4.23.3",
"husky": "^9.1.6",
"lightningcss": "^1.27.0",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",
"prettier": "^3.3.3",
"stylelint": "^15.11.0",
"svgo": "^3.3.2"
}
}