digital-gardeners/package.json

28 lines
647 B
JSON
Raw Normal View History

2021-09-05 16:37:21 +02:00
{
"private": true,
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./posts",
"build": "next build",
"start": "next start",
"postbuild": "node ./scripts/build-search.js"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"algoliasearch": "^4.10.5",
"dotenv": "^10.0.0",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.9"
}
}