-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.07 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.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
{
"name": "site-webtech",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"date-fns": "^3.6.0",
"next": "^15.0.2",
"octokit": "^4.0.2",
"react": "^18",
"react-chrono": "^2.6.1",
"react-dom": "^18",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"autoprefixer": "^10.0.1",
"eslint": "^9",
"eslint-config-next": "16.0.2",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}