Files
api.pawol.nu/package.json
T

41 lines
972 B
JSON
Raw Normal View History

2020-12-04 20:12:49 +01:00
{
"name": "oki-api",
2024-02-05 09:27:38 +01:00
"private": false,
2020-12-04 20:12:49 +01:00
"version": "0.1.0",
2023-03-21 19:18:13 +04:00
"description": "OKI API",
2020-12-04 20:12:49 +01:00
"scripts": {
"dev": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
2024-07-31 19:19:56 +02:00
"@strapi/plugin-i18n": "4.25.6",
"@strapi/plugin-users-permissions": "4.25.6",
"@strapi/provider-email-nodemailer": "^4.25.6",
"@strapi/strapi": "4.25.6",
"better-sqlite3": "^8.4.0",
2022-12-09 00:05:42 +04:00
"diff": "^5.1.0",
2023-11-13 20:44:54 +04:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.2.0",
2022-05-20 14:56:56 +04:00
"slugify": "^1.6.5",
"strapi-plugin-rest-cache": "^4.2.4",
2023-11-13 20:44:54 +04:00
"strapi-provider-rest-cache-memory": "^4.2.4",
"styled-components": "^5.2.1"
2020-12-04 20:12:49 +01:00
},
"author": {
"name": "Ced"
},
"strapi": {
2023-04-02 12:23:52 +04:00
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8",
"telemetryDisabled": true
2020-12-04 20:12:49 +01:00
},
"engines": {
"node": "^16.13.0 || ^18.12.0",
2020-12-04 20:12:49 +01:00
"npm": ">=6.0.0"
},
"license": "MIT"
}