[docs][m]: Set up base nextjs project
This commit is contained in:
23
docs/package.json
Normal file
23
docs/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "10.2.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"frictionless.js": "^0.13.4",
|
||||
"remark": "^13.0.0",
|
||||
"remark-html": "^13.0.1",
|
||||
"tailwindcss": "^2.0.2",
|
||||
"@tailwindcss/typography": "^0.4.0",
|
||||
"autoprefixer": "^10.0.4",
|
||||
"postcss": "^8.2.10"
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user