erp-platform/company/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2025-05-15 10:48:03 +00:00
{
"name": "sozsoft",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
2025-05-15 11:05:25 +00:00
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --ignore-path .gitignore src --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix"
2025-05-15 10:48:03 +00:00
},
"dependencies": {
2025-06-20 12:38:59 +00:00
"@tailwindcss/typography": "^0.5.16",
2025-06-19 14:51:10 +00:00
"@tanstack/react-query": "^5.17.9",
"axios": "^1.6.5",
"date-fns": "^3.6.0",
2025-05-15 10:48:03 +00:00
"glob": "^10.4.5",
"lucide-react": "^0.344.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2025-06-19 14:51:10 +00:00
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
2025-05-15 10:48:03 +00:00
"react-router-dom": "^6.22.2",
"react-slick": "^0.30.3",
"rimraf": "^4.4.1",
2025-06-19 14:51:10 +00:00
"slick-carousel": "^1.8.1",
"zustand": "^4.4.7"
2025-05-15 10:48:03 +00:00
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/slick-carousel": "^1.6.40",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
2025-05-15 11:05:25 +00:00
"vite": "^5.4.11",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-pwa": "^0.21.1"
2025-05-15 10:48:03 +00:00
}
}