strapi mit next.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

2 years ago
{
"name": "my-next-corporate",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next",
"develop": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"classnames": "^2.2.6",
"cookie": "^0.4.1",
"date-fns": "2.14.0",
"formik": "^2.2.6",
"js-cookie": "3.0.0-rc.4",
"next": "^11.0.0",
"next-seo": "^4.7.1",
"postcss-import": "^14.0.2",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^3.10.0",
"react-markdown": "^6.0.2",
"tailwindcss": "^2.2.6",
"yup": "^0.32.8"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"postcss": "8.3.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1"
}
}