rsnext/examples/cms-strapi/package.json
2021-07-09 14:43:56 +02:00

24 lines
475 B
JSON

{
"name": "cms-strapi",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.22.1",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "12.0.0",
"remark-html": "11.0.2"
},
"devDependencies": {
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}