logos-site-builder/package.json

30 lines
655 B
JSON
Raw Normal View History

2022-04-11 08:44:55 +00:00
{
"name": "logos-site-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-04-11 17:15:04 +00:00
"@sindresorhus/slugify": "^2.1.0",
"fast-glob": "^3.2.11",
"gray-matter": "^4.0.3",
2022-04-11 08:44:55 +00:00
"next": "12.1.4",
"react": "18.0.0",
2022-04-11 17:15:04 +00:00
"react-dom": "18.0.0",
2022-04-21 11:02:39 +00:00
"react-markdown": "^8.0.2",
"url-slug": "^3.0.3"
2022-04-11 08:44:55 +00:00
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"typescript": "4.6.3"
}
}