-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 3.07 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 3.07 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "luiscarlospando.com",
"version": "2.81.0",
"description": "Mijo (/ˈmiːhoʊ/). Punk dude. Millennial missing the old internet. Lover of music and the quirky, weird, personal web. Losing followers since 2007.",
"main": "index.js",
"scripts": {
"start": "npm run build && bundle exec jekyll serve",
"predev": "rm -f assets/css/styles.css assets/css/styles.css.map",
"dev": "webpack serve",
"prewatch": "rm -f assets/css/styles.css assets/css/styles.css.map",
"watch": "webpack --watch",
"prebuild": "rm -f assets/css/styles.css assets/css/styles.css.map",
"build": "webpack --mode production",
"update-g": "node node-scripts/updateLastModifiedGames.js",
"update-u": "node node-scripts/updateLastModifiedUses.js",
"update-p": "node node-scripts/updateLastModifiedPrivacy.js",
"update-r": "node node-scripts/updateRSSFeeds.js",
"update-b": "node node-scripts/updateProjects.js",
"update-w": "node node-scripts/updateWebring.js",
"update-s": "node node-scripts/updateStatuslog.js",
"changelog:generate": "auto-changelog --output TEMP_CHANGELOG.md --commit-limit false --template .changelog-template.hbs",
"changelog": "git fetch --tags origin && npm run changelog:generate && cat _changelog-header.md TEMP_CHANGELOG.md > CHANGELOG.md && rm TEMP_CHANGELOG.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiscarlospando/luiscarlospando.com"
},
"keywords": [
"Luis Carlos Pando",
"LuisCarlosPando.com"
],
"author": "Luis Carlos Pando <hey@luiscarlospando.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/luiscarlospando/luiscarlospando.com/issues"
},
"homepage": "https://luiscarlospando.com",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"auto-changelog": "^2.5.0",
"babel-loader": "^8.3.0",
"babel-preset-react-app": "^3.1.2",
"css-loader": "^6.8.0",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.77.0",
"sass-loader": "^13.3.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@vercel/edge-config": "^1.4.3",
"@vercel/speed-insights": "^1.1.0",
"axios": "^0.27.2",
"bootstrap": "^4.1.3",
"clipboard": "^2.0.4",
"dayjs": "^1.11.8",
"dompurify": "^3.2.6",
"imagesloaded": "^5.0.0",
"jquery": "^3.4.1",
"jquery-rss": "^3.3.0",
"luxon": "^2.3.0",
"marked": "^16.3.0",
"masonry-layout": "^4.2.2",
"node-fetch": "^3.3.2",
"nodemailer": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resend": "^6.9.2",
"showdown": "^2.1.0"
}
}