-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 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
{
"name": "anthropometry-playground",
"version": "0.5.0",
"description": "An anthropometry playground in the browser",
"private": true,
"scripts": {
"serve": "nix-shell --run 'just serve'",
"build": "nix-shell --run 'just build'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patchoulish/anthropometry-playground.git"
},
"keywords": [],
"author": "patchoulish",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/patchoulish/anthropometry-playground/issues"
},
"homepage": "https://github.com/patchoulish/anthropometry-playground#readme",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
"@picocss/pico": "^2.1.1",
"convert-csv-to-json": "^3.20.0",
"sass": "^1.97.3"
}
}