-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@types/node": "^20.5.3",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.21",
"next": "^12.1.5",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.0.0",
"react": "^18.0.0",
"sass": "^1.66.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/third-parties": "^14.1.0",
"@types/aos": "^3.0.7",
"@types/rtl-detect": "^1.0.3",
"aos": "^2.3.4",
"autoprefixer": "^10.0.1",
"bootstrap-icons": "^1.11.3",
"bootstrap": "^5.3.3",
"eslint-config-next": "14.0.3",
"eslint": "^8",
"i18next": "^23.4.5",
"next-i18next": "^14.0.0",
"next-seo": "^6.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"react-i18next": "^13.2.0",
"react-multi-carousel": "^2.8.5"
}
}