-
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) · 901 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 901 Bytes
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": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@next/bundle-analyzer": "^15.1.4",
"@vercel/analytics": "^1.5.0",
"framer-motion": "^12.23.24",
"next": "^15.5.7",
"next-sitemap": "^4.2.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sass": "^1.94.0",
"ssri": ">=13.0.0"
},
"devDependencies": {
"@types/node": "^22.19.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
}
}