mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2025-12-14 09:08:43 +01:00
initial setup
This commit is contained in:
parent
6a2bde16e5
commit
6792dabecb
27 changed files with 4436 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue