-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@next/third-parties": "^16.1.1",
"@tailwindcss/typography": "^0.5.13",
"@types/gtag.js": "0.0.10",
"braces": "^3.0.3",
"date-fns": "^2.17.0",
"framer-motion": "^11.3.31",
"lucide-react": "^0.294.0",
"marked": "^12.0.2",
"next": "^16.1.1",
"next-mdx-remote": "^6.0.0",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-rough-notation": "^1.0.1",
"react-scroll-parallax": "^3.2.0",
"react-slick": "^0.30.2",
"react-stars": "^2.2.5",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1",
"trim": "^1.0.1",
"tw-elements": "^2.0.0",
"yaml": "^2.0.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.45",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^4.6.4"
}
}