forked from maxboeck/mxb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mxb.dev",
"version": "4.1.0",
"description": "Personal Website of Max Böck",
"scripts": {
"start": "gulp build:dev && yarn run serve",
"build": "NODE_ENV=production gulp build && yarn run build:lambda",
"debug": "DEBUG=Eleventy* yarn start",
"serve": "gulp serve",
"serve:lambda": "netlify-lambda serve _lambda",
"build:lambda": "netlify-lambda build _lambda"
},
"repository": {
"type": "git",
"url": "https://github.com/maxboeck/mxb"
},
"author": "Max Böck",
"license": "MIT",
"browserslist": [
"> 0.25%",
"not dead"
],
"dependencies": {
"focus-visible": "^4.1.5",
"infinite-scroll": "^3.0.5",
"lodash": "^4.17.10",
"markdown-it-anchor": "^5.0.2",
"preact": "^8.4.2",
"svgxuse": "^1.2.6"
},
"devDependencies": {
"@11ty/eleventy": "^0.8.2",
"@11ty/eleventy-plugin-rss": "^1.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0",
"@babel/core": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.3",
"critical": "^1.3.4",
"del": "^3.0.0",
"dotenv": "^6.2.0",
"encoding": "^0.1.12",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.4.0",
"gulp-uglify": "^3.0.1",
"html-entities": "^1.2.1",
"html-minifier": "^3.5.20",
"luxon": "^1.8.2",
"netlify-lambda": "^1.1.1",
"node-fetch": "^2.3.0",
"require-dir": "^1.2.0",
"sanitize-html": "^1.20.0",
"twitter": "^1.7.1",
"webpack-stream": "^4.0.3",
"workbox-build": "^3.6.3"
},
"resolutions": {
"**/**/axios": "^0.19.0"
}
}