49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "saasable-ui-free",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"email": "phoenixcoded@gmail.com",
|
|
"name": "phoenixcoded"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "11.14.0",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.1",
|
|
"@mui/lab": "7.0.1-beta.20",
|
|
"@mui/material": "7.3.6",
|
|
"@mui/material-nextjs": "7.3.6",
|
|
"axios": "1.13.2",
|
|
"framer-motion": "12.23.26",
|
|
"lodash-es": "4.17.22",
|
|
"motion": "12.23.26",
|
|
"next": "16.1.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-hook-form": "7.69.0",
|
|
"react-slick": "0.31.0",
|
|
"slick-carousel": "1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "1.3.1",
|
|
"@eslint/eslintrc": "3.3.1",
|
|
"@eslint/js": "9.39.2",
|
|
"@types/node": "24.2.0",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-next": "16.1.1",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"prettier": "3.7.4"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|