forked from vittala23/welchlab
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 744 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 744 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
{
"name": "welch-lab.github.io",
"version": "1.0.0",
"description": "This is the website of our academic research group at University of Michigan.",
"main": "index.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"cssnano": "^7.0.1",
"cssnano-preset-advanced": "^7.0.1",
"eleventy-plugin-automatic-noopener": "^2.0.2",
"eleventy-plugin-gen-favicons": "^1.1.2",
"eleventy-sass": "^2.2.3",
"htmlnano": "^2.0.4",
"js-yaml": "^4.1.0",
"posthtml": "^0.16.6",
"terser": "^5.19.4"
}
}