-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 958 Bytes
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
{
"name": "j-m.es",
"version": "2.0.0",
"description": "",
"main": "eleventy.config.ts",
"type": "module",
"scripts": {
"build": "eleventy --config=eleventy.config.js",
"start": "eleventy --config=eleventy.config.js --serve --incremental",
"clean": "rm -rf dist _site .cache .eleventy_cache",
"clean:npm": "npm cache clean --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-mes/j-m.es.git"
},
"author": "James Loveridge",
"license": "MIT",
"bugs": {
"url": "https://github.com/j-mes/j-m.es/issues"
},
"homepage": "https://github.com/j-mes/j-m.es#readme",
"dependencies": {
"@11ty/eleventy": "^3.1.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.12",
"postcss-csso": "^6.0.1",
"postcss-import": "^16.1.1",
"postcss-nesting": "^14.0.0",
"prettier": "^3.8.3"
},
"engines": {
"node": ">=24.0.0"
},
"volta": {
"node": "24.2.0"
}
}