-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
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
42
43
44
45
46
47
{
"name": "mbestavros.github.io",
"version": "1.0.0",
"description": "Mark Bestavros' personal site.",
"type": "module",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"dev": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbestavros/mbestavros.github.io.git"
},
"author": "Mark Bestavros",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mbestavros/mbestavros.github.io/issues"
},
"homepage": "https://github.com/mbestavros/mbestavros.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.6",
"@11ty/eleventy-img": "^7.0.0",
"@11ty/eleventy-plugin-vite": "^8.0.0",
"@material/button": "^14.0.0",
"@material/card": "^14.0.0",
"@material/chips": "^14.0.0",
"@material/icon-button": "^14.0.0",
"@material/layout-grid": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/tab-bar": "^14.0.0",
"@material/tab-scroller": "^14.0.0",
"@material/top-app-bar": "^14.0.0",
"@material/typography": "^14.0.0",
"autoprefixer": "^10.5.4",
"lodash.chunk": "^4.2.0",
"material-components-web": "^14.0.0",
"sass": "^1.102.0",
"vite": "^8.2.1",
"vite-plugin-static-copy": "^4.1.1"
},
"overrides": {
"js-yaml": "^4.1.1",
"brace-expansion": "^2.0.1"
}
}