-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.75 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
{
"name": "luiscarlospando.com",
"version": "2.39.0",
"description": "Punk dude first and foremost. Losing followers since 2007.",
"main": "index.js",
"scripts": {
"start": "bundle exec jekyll serve",
"dev": "webpack serve",
"build": "webpack --watch",
"update-games": "node node-scripts/updateLastModifiedGames.js",
"update-uses": "node node-scripts/updateLastModifiedUses.js",
"update-privacy": "node node-scripts/updateLastModifiedPrivacy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiscarlospando/luiscarlospando.com"
},
"keywords": [
"LuisCarlosPando.com",
"Luis Carlos Pando"
],
"author": "Luis Carlos Pando <hey@luiscarlospando.com>",
"license": "ISC",
"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",
"babel-loader": "^8.3.0",
"babel-preset-react-app": "^3.1.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"axios": "^0.27.2",
"bootstrap": "^4.1.3",
"clipboard": "^2.0.4",
"dayjs": "^1.11.8",
"jquery": "^3.4.1",
"jquery-rss": "^3.3.0",
"luxon": "^2.3.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"showdown": "^2.1.0"
}
}