Files
klz-cables.com/cms/package.json
2026-01-29 19:47:55 +01:00

40 lines
870 B
JSON

{
"name": "klz-cms",
"private": true,
"version": "0.1.0",
"description": "Strapi CMS for KLZ Cables",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/strapi": "4.25.11",
"@strapi/plugin-users-permissions": "4.25.11",
"@strapi/plugin-i18n": "4.25.11",
"pg": "8.11.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "klz-cms"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}