-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.79 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.79 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "kavinsood.com",
"version": "2.0.0",
"description": "Personal Website of Kavin Sood",
"license": "MIT",
"browserslist": [
"defaults"
],
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "NODE_ENV=development run-p dev:* --print-label",
"dev:eleventy": "eleventy --serve",
"dev:vite": "vite",
"build": "cross-env NODE_ENV=production vite build && cross-env NODE_ENV=production eleventy",
"serve": "vite preview",
"clean": "del-cli dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/k2s09/personal-website.git"
},
"author": "Kavin Sood",
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.10",
"@11ty/eleventy-img": "^5.0.0-beta.4",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/plugin-transform-react-jsx": "^7.24.6",
"@preact/preset-vite": "^2.8.2",
"cross-env": "^7.0.2",
"del-cli": "^5.1.0",
"dompurify": "^3.1.4",
"dotenv": "^16.4.5",
"eleventy-plugin-svg-sprite": "^2.4.2",
"encoding": "^0.1.13",
"focus-trap": "^5.1.0",
"html-minifier": "^4.0.0",
"infinite-scroll": "^4.0.0-beta.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"preact": "^10.5.7",
"sanitize-html": "^2.3.0",
"sass": "^1.77.4",
"serve": "^14.2.3",
"sharp": "^0.33.4",
"svg-sprite": "^2.0.2",
"vite": "^5.2.12",
"workbox-cli": "^7.1.0"
},
"bugs": {
"url": "https://github.com/k2s09/personal-website/issues"
},
"homepage": "https://github.com/k2s09/personal-website#readme",
"main": "eleventy.config.js",
"keywords": []
}