You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
blog.krasnikov.pro/package.json

86 lines
2.6 KiB

{
"name": "edu.krasnikov.pro",
"version": "1.3.8",
"scripts": {
"dev": "next dev",
"test": "npx vitest",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 3003",
"style:lint": "next lint",
"style:prettier": "prettier --check '**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"storybook": "storybook dev -p 6006",
"build-storybook": "npx contentlayer build && storybook build"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.5.20",
"@vkontakte/icons": "^2.78.0",
"clsx": "^1.2.1",
"contentlayer": "^0.3.1",
"date-fns": "^2.30.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"grapheme-splitter": "^1.0.4",
"hastscript": "^7.2.0",
"lucide-react": "^0.176.0",
"next": "^13.5.6",
"next-contentlayer": "^0.3.4",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-tooltip": "5.11.1",
"react-typist-component": "^1.0.5",
"react-wrap-balancer": "^0.4.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.11",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"shiki": "^0.14.5",
"tailwind-merge": "^1.14.0",
"unified": "^10.1.2",
"vitest": "^0.30.1",
"zustand": "^4.4.6"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@next/env": "^13.5.6",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addons": "^7.5.3",
"@storybook/api": "^7.5.3",
"@storybook/blocks": "^7.0.6",
"@storybook/components": "^7.0.6",
"@storybook/core-events": "^7.0.6",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.0.6",
"@storybook/testing-library": "^0.1.0",
"@storybook/theming": "^7.0.6",
"@storybook/types": "^7.0.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prop-types": "^15.8.1",
"storybook": "^7.5.3",
"storybook-tailwind-dark-mode": "^1.0.22",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0"
}
}