SPACEBROWSER_INTERFACE/component_factory/package.json
2025-08-07 20:28:59 -04:00

30 lines
615 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.26.7",
"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"
}
}