-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 923 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 923 Bytes
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
{
"name": "devakesu-web",
"version": "1.1.4",
"private": true,
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbopack",
"dev:https": "next dev --experimental-https",
"prebuild": "node scripts/generate-meta.js",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.2.1",
"@types/node": "25.3.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.27",
"eslint": "^9.39.1",
"eslint-config-next": "16.1.6",
"postcss": "8.5.6",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1"
},
"overrides": {
"minimatch": "^10.2.2"
}
}