-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
68
{
"name": "apurvmishra.xyz",
"version": "4.1.0",
"description": "Personal Website of Apurv Mishra",
"scripts": {
"start": "gulp build:dev",
"build": "NODE_ENV=production gulp build && npm run build:lambda",
"debug": "DEBUG=Eleventy* npm start",
"serve": "gulp serve",
"serve:lambda": "netlify-lambda serve _lambda",
"build:lambda": "netlify-lambda build _lambda"
},
"repository": {
"type": "git",
"url": "http://github.com/apurvmishra99/apurvmishra"
},
"author": "Apurv Mishra",
"license": "MIT",
"browserslist": [
"defaults"
],
"dependencies": {
"dompurify": "^2.0.7",
"focus-trap": "^5.1.0",
"focus-visible": "^5.0.2",
"infinite-scroll": "^3.0.5",
"leaflet": "^1.5.1",
"lodash": "^4.17.15",
"markdown-it-anchor": "^5.3.0",
"preact": "^8.5.3",
"svgxuse": "^1.2.6",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.12.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.3",
"critical": "^5.0.4",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"encoding": "^0.1.12",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.4.0",
"gulp-uglify": "^3.0.1",
"html-entities": "^1.3.1",
"html-minifier": "^4.0.0",
"luxon": "^1.24.1",
"netlify-lambda": "^1.6.3",
"node-fetch": "^2.3.0",
"require-dir": "^1.2.0",
"sanitize-html": "^2.3.2",
"twitter": "^1.7.1",
"webpack-stream": "^4.0.3",
"workbox-build": "^4.3.1"
}
}