30 lines
618 B
JSON
Executable File
30 lines
618 B
JSON
Executable File
{
|
|
"name": "interfacemod_project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^5.27.0",
|
|
"formik": "^2.4.6",
|
|
"next": "15.4.5",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"redux": "^5.0.1",
|
|
"sass": "^1.89.2",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|