sno-blog/package.json
2026-02-02 22:53:36 +03:00

37 lines
856 B
JSON

{
"name": "sno-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@portabletext/react": "^6.0.2",
"@portabletext/types": "^4.0.1",
"@sanity/code-input": "^7.0.7",
"@sanity/icons": "^3.7.4",
"@sanity/image-url": "^1.2.0",
"@sanity/vision": "^4.22.0",
"next": "16.1.6",
"next-sanity": "^11.6.12",
"react": "19.2.3",
"react-dom": "19.2.3",
"sanity": "^4.22.0",
"styled-components": "6",
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}