-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 KB
/
package.json
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
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "18.0.11",
"aos": "^2.3.4",
"bootstrap": "^5.3.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"gray-matter": "^4.0.3",
"jquery": "^3.7.0",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"lottie-web": "^5.12.2",
"moment-timezone": "^0.5.43",
"next": "13.2.4",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"next-yaml": "^1.0.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-slick": "^0.29.0",
"react-tweet": "^3.1.1",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/js-yaml": "^4.0.5",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "5.1.3"
}
}