-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·71 lines (71 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·71 lines (71 loc) · 2.12 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
{
"name": "devhome",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/core": "^6.9.0",
"@aws-amplify/datastore": "^5.0.67",
"@aws-amplify/storage": "^6.7.6",
"@aws-amplify/ui": "^6.7.2",
"@aws-amplify/ui-react": "^6.8.1",
"@aws-amplify/ui-react-storage": "^3.6.1",
"@aws-sdk/client-cloudformation": "^3.624.0",
"@aws-sdk/client-s3": "^3.624.0",
"@aws-sdk/client-sts": "^3.726.0",
"@aws-sdk/types": "^3.609.0",
"@fontsource/inter": "4.5.15",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "13.4.1",
"@types/react-dom": "18.2.18",
"aws-amplify": "^6.12.0",
"aws-cdk": "^2.168.0",
"aws-cdk-lib": "^2.175.0",
"aws-sdk": "^2.1692.0",
"babel-plugin-macros": "^3.1.0",
"constructs": "^10.3.0",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"next": "^15.1.4",
"next-mdx-remote": "^4.0.2",
"openai": "^3.2.1",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.8.0",
"react-usestateref": "^1.0.8",
"sharp": "0.32.1",
"vfile-matter": "^3.0.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@aws-amplify/backend": "^1.13.0",
"@aws-amplify/backend-cli": "^1.4.6",
"@tailwindcss/typography": "0.5.9",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@typescript-eslint/parser": "^8.0.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.20",
"encoding": "0.1.13",
"eslint": "^9.18.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-react-hooks": "^5.2.0-canary-fc8a898d-20241226",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"yarn": "^1.22.22"
},
"main": "index.js",
"repository": "git@github.com:albac/albac.dev.git",
"author": "Alfredo Baldoceda <alfrds@gmail.com>",
"license": "MIT"
}