-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mbestavros.github.io",
"version": "1.0.0",
"description": "Mark Bestavros' personal site.",
"main": ".eleventy.js",
"scripts": {
"start": "webpack --watch & eleventy --serve",
"dev": "webpack && eleventy --serve",
"build": "webpack && 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.0.0",
"@11ty/eleventy-img": "^6.0.1",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@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.4.20",
"babel-core": "^6.26.3",
"babel-loader": "^9.2.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^7.1.2",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"lodash.chunk": "^4.2.0",
"material-components-web": "^14.0.0",
"postcss-loader": "^8.1.1",
"sass": "^1.83.4",
"sass-loader": "^14.2.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}