-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "danodeamedia-next",
"homepage": "https://dansbands.github.io/danodeamedia-next",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "serve out",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "gh-pages -d out --nojekyll --cname danodeamedia.com --repo https://github.com/dansbands/dansbands.github.io.git"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"eslint-config-next": "15.5.12",
"next": "15.5.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-plugin-unused-imports": "^4.4.1",
"gh-pages": "^6.3.0",
"serve": "^14.2.5",
"typescript": "^5"
}
}