08c353a0创建于 2023年12月28日历史提交
{
  "name": "tiny-engine-data-center",
  "private": true,
  "version": "1.0.0",
  "description": "tiny-engine-data-center, also known as the data center, uses the strAPI ORM data management open source framework to provide data services to tiny-engine-webservice by encapsulating the API for basic operations on data tables",
  "homepage": "https://opentiny.design/tiny-engine",
  "keywords": [
    "node.js",
    "tiny-engine-data-center",
    "lowcode",
    "dataService"
  ],
  "scripts": {
    "dev": "strapi develop",
    "start": "strapi start",
    "build": "strapi build",
    "strapi": "strapi",
    "lint": "npm-run-all -p lint:code lint:css",
    "lint:code": "eslint .",
    "lint:css": "echo \"stylelint admin/src/**/**/*.js\"",
    "lint:fix": "eslint --fix .",
    "lint:other": "npm run prettier:other -- --check",
    "format": "npm-run-all -p format:*",
    "format:code": "npm run prettier:code -- --write",
    "format:other": "npm run prettier:other -- --write",
    "prettier:code": "prettier \"**/*.js\"",
    "prettier:other": "prettier \"**/*.{md,css,scss,yaml,yml}\"",
    "prepare": "husky install",
    "test": "mocha -t 60000 'test/**/*.test.js'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine-data-center",
    "directory": ""
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine-data-center/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.12.1",
    "@swc-node/jest": "^1.1.0",
    "@testing-library/jest-dom": "^5.12.0",
    "@testing-library/react": "^11.2.6",
    "@testing-library/react-hooks": "^7.0.2",
    "axios-mock-adapter": "^1.19.0",
    "babel-eslint": "^10.0.0",
    "chalk": "4.1.1",
    "chokidar": "3.5.1",
    "cross-env": "^7.0.3",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^7.25.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-redux-saga": "^1.2.1",
    "execa": "^1.0.0",
    "fs-extra": "9.1.0",
    "get-port": "5.1.1",
    "glob": "7.1.6",
    "husky": "^7.0.2",
    "istanbul": "~0.4.2",
    "jest": "^26.6.3",
    "jest-circus": "26.6.3",
    "jest-cli": "^26.0.1",
    "jest-styled-components": "^7.0.2",
    "lerna": "^3.13.1",
    "lint-staged": "^10.5.4",
    "lodash": "4.17.21",
    "mocha": "^10.0.0",
    "moment": "^2.29.4",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "prettier": "^2.4.0",
    "qs": "6.10.1",
    "react-test-renderer": "^16.14.0",
    "request": "^2.87.0",
    "request-promise-native": "^1.0.9",
    "rimraf": "3.0.2",
    "snyk": "^1.982.0",
    "stylelint": "13.13.1",
    "stylelint-config-recommended": "3.0.0",
    "stylelint-config-styled-components": "0.1.1",
    "stylelint-processor-styled-components": "1.10.0",
    "supertest": "^5.0.0",
    "wait-on": "^3.2.0",
    "yargs": "^13.2.2"
  },
  "dependencies": {
    "axios": "0.27.2",
    "dayjs": "1.11.4",
    "knex": "0.21.18",
    "mysql": "2.18.1",
    "semver": "^7.3.8",
    "strapi": "3.5.3",
    "strapi-admin": "3.5.3",
    "strapi-connector-bookshelf": "3.5.3",
    "strapi-connector-redis": "0.0.8",
    "strapi-plugin-content-manager": "3.5.3",
    "strapi-plugin-content-type-builder": "3.5.3",
    "strapi-plugin-users-permissions": "3.5.3",
    "strapi-utils": "3.5.3",
    "uuid": "^9.0.0"
  },
  "optionalDependencies": {
    "lodash": "4.17.21"
  },
  "resolutions": {
    "lodash": "4.17.21",
    "property-expr": "2.0.4",
    "ssri": "8.0.1",
    "y18n": "5.0.5"
  }
}