mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "@rallly/landing",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cross-env PORT=3001 TAILWIND_MODE=watch next dev",
|
|
"build": "next build",
|
|
"analyze": "cross-env ANALYZE=true next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js",
|
|
"prettier": "prettier --write ./src"
|
|
},
|
|
"dependencies": {
|
|
"@rallly/icons": "*",
|
|
"@rallly/languages": "*",
|
|
"@rallly/tailwind-config": "*",
|
|
"@rallly/ui": "*",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@vercel/analytics": "^0.1.8",
|
|
"autoprefixer": "^10.4.13",
|
|
"class-variance-authority": "^0.6.0",
|
|
"dayjs": "^1.11.7",
|
|
"gray-matter": "^4.0.3",
|
|
"i18next": "^22.4.9",
|
|
"i18next-icu": "^2.3.0",
|
|
"intl-messageformat": "^10.3.4",
|
|
"lodash": "^4.17.21",
|
|
"nanoid": "^4.0.0",
|
|
"next-i18next": "^13.0.3",
|
|
"next-seo": "^6.1.0",
|
|
"react-i18next": "^12.1.4",
|
|
"react-use": "^17.4.0",
|
|
"remark": "^14.0.3",
|
|
"remark-html": "^15.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "^12.3.4",
|
|
"@rallly/tsconfig": "*",
|
|
"@types/accept-language-parser": "^1.5.3",
|
|
"@types/color-hash": "^1.0.2",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-big-calendar": "^0.31.0",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-linkify": "^1.0.1",
|
|
"@types/smoothscroll-polyfill": "^0.3.1",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cross-env": "^7.0.3",
|
|
"i18next-scanner": "^4.2.0",
|
|
"i18next-scanner-typescript": "^1.1.1",
|
|
"smtp-tester": "^2.0.1",
|
|
"wait-on": "^6.0.1"
|
|
}
|
|
}
|