/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/plugins/todo-example/package.json
51 строка
1 KB
Adrien L
chore: bump design system version (#27292)
07 авг 2026, 12:25
Не верифицирован
07 авг 2026, 12:25
bbda381
Код
Авторство
О чём код?
{ "name": "strapi-plugin-todo-example", "version": "0.0.0", "description": "Keep track of your content management with todo lists", "license": "SEE LICENSE IN LICENSE", "exports": { "./package.json": "./package.json", "./strapi-admin": { "source": "./admin/src/index.jsx", "import": "./dist/admin/index.mjs", "require": "./dist/admin/index.js", "default": "./dist/admin/index.js" }, "./strapi-server": { "source": "./server/src/index.js", "import": "./dist/server/index.mjs", "require": "./dist/server/index.js", "default": "./dist/server/index.js" } }, "scripts": { "build": "npx @strapi/sdk-plugin@6.0.1 build", "watch": "npx @strapi/sdk-plugin@6.0.1 watch", "lint": "eslint ." }, "peerDependencies": { "@strapi/strapi": "workspace:*" }, "dependencies": { "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "^6.30.4", "styled-components": "6.4.1" }, "devDependencies": { "@strapi/strapi": "workspace:*", "eslint": "8.57.1" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" }, "strapi": { "name": "todo-example", "displayName": "Todo example", "description": "Keep track of your content management with todo lists.", "kind": "plugin" } }