-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.71 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
58
59
60
61
62
63
64
65
{
"name": "universal-demo-app",
"version": "2.3.0",
"private": true,
"engines": {
"node": ">=18.17.0 <=22.6.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prebuild": "npm run lint",
"lint": "eslint ."
},
"overrides": {
"eslint-config-next": {
"eslint": "$eslint"
}
},
"dependencies": {
"@contentstack/live-preview-utils": "^2.0.3",
"@contentstack/utils": "^1.3.10",
"@headlessui/react": "2.1.2",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"contentstack": "^3.20.3",
"flag-icons": "^7.2.3",
"html-react-parser": "^5.1.12",
"lodash": "^4.17.21",
"next": "^14.2.5",
"nprogress": "^0.2.0",
"postcss": "^8.4.41",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-slick": "^0.29.0",
"serve-favicon": "^2.5.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"eslint": "^9.9.0",
"eslint-config-next": "^14.2.5",
"globals": "^15.9.0"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-html-parser": "^2.0.6",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^8.1.0"
}
}