-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.11 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
69
70
71
72
73
74
75
76
{
"name": "luisalejandro.org",
"version": "2.0.5",
"description": "Personal website",
"author": "Luis Alejandro Martínez Faneyth <[email protected]>",
"license": "GPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/LuisAlejandro/luisalejandro.org.git"
},
"bugs": {
"url": "https://github.com/LuisAlejandro/luisalejandro.org/issues"
},
"homepage": "https://github.com/LuisAlejandro/luisalejandro.org#readme",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmicjs/sdk": "^1.3.1",
"@hookform/resolvers": "^3.9.1",
"@svgr/webpack": "^8.1.0",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"disqus-react": "^1.1.5",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"feed": "^4.2.2",
"framer-motion": "^6.5.1",
"googleapis": "^144.0.0",
"gsap": "^3.12.5",
"highlight.js": "^11.10.0",
"html-react-parser": "^5.1.18",
"jose": "^5.9.6",
"lazysizes": "^5.3.2",
"next": "^12.1.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^3.1.0",
"react-gsap": "^3.2.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-imgix": "^9.10.0",
"react-is": "^17.0.2",
"react-masonry-component": "^6.3.0",
"react-photo-album": "^2.4.1",
"react-player": "^2.16.0",
"react-scrollmagic": "^2.3.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sass": "^1.80.7",
"styled-components": "^6.1.13",
"styled-normalize": "^8.1.1",
"unified": "^11.0.5",
"vanilla-tilt": "^1.8.1",
"yet-another-react-lightbox": "^3.21.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^12.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2"
}
}