-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "ddia-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lexz451/next-nprogress": "^0.1.6",
"accept-language": "^3.0.18",
"body-scroll-lock-upgrade": "^1.0.4",
"gsap": "^3.12.2",
"html-react-parser": "^5.0.6",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"next": "latest",
"next-i18n-router": "^5.0.1",
"next-seo": "^6.4.0",
"node-html-parser": "^6.1.11",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"sharp": "^0.32.6",
"swiper": "^11.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "latest",
"@types/qs": "^6.9.9",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}