69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "graff.estate-nextjs-updated",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"compile": "graphql-codegen",
|
|
"watch": "graphql-codegen -w",
|
|
"generate": "graphql-codegen --config .graphqlrc.json"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
|
|
"@tanstack/react-query": "^5.62.7",
|
|
"@tanstack/react-query-devtools": "^5.64.2",
|
|
"@tinymce/tinymce-react": "^5.1.1",
|
|
"caniuse-lite": "^1.0.30001727",
|
|
"clsx": "^2.1.1",
|
|
"countries-phone-masks": "^1.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"effector": "^23.3.0",
|
|
"effector-react": "^23.3.0",
|
|
"framer-motion": "^11.17.0",
|
|
"html-react-parser": "^5.1.18",
|
|
"jose": "^5.9.3",
|
|
"ky": "^1.4.0",
|
|
"lenis": "^1.2.1",
|
|
"libphonenumber-js": "^1.11.7",
|
|
"next": "14.2.5",
|
|
"react": "^18",
|
|
"react-circular-progressbar": "^2.1.0",
|
|
"react-dom": "^18",
|
|
"react-dropzone": "^14.3.5",
|
|
"react-gesture-responder": "^2.1.0",
|
|
"react-grid-dnd": "^2.1.2",
|
|
"react-grid-layout": "^1.5.0",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-input-mask": "^2.0.4",
|
|
"react-phone-number-input": "^3.4.5",
|
|
"react-rangeslider": "^2.2.0",
|
|
"react-swipeable": "^7.0.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"sharp": "^0.33.5",
|
|
"tinymce": "^7.4.1",
|
|
"usehooks-ts": "^3.1.0",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
"@types/react-input-mask": "^3.0.5",
|
|
"@types/react-phone-number-input": "^3.1.37",
|
|
"@types/react-rangeslider": "^2.2.7",
|
|
"@types/react-transition-group": "^4.4.11",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8.5.4",
|
|
"tailwindcss": "3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|