{ "name": "strapi", "private": true, "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "workspaces": [ "packages/*", "packages/*/*", "examples/*", ".github/actions/*", "scripts/*" ], "scripts": { "prepare": "husky install", "setup": "yarn && yarn clean && yarn build", "clean": "nx run-many --target=clean --nx-ignore-cycles", "watch": "nx run-many --target=watch --nx-ignore-cycles", "build": "nx run-many --target=build --nx-ignore-cycles", "build:ts": "nx run-many --target=build:ts --nx-ignore-cycles", "generate": "plop --plopfile ./packages/generators/admin/plopfile.js", "lint": "nx run-many --target=lint --nx-ignore-cycles && yarn lint:css && yarn lint:other", "lint:css": "stylelint packages/**/admin/src/**/*.js", "lint:fix": "nx run-many --target=lint --nx-ignore-cycles -- --fix", "lint:other": "npm run prettier:other -- --check", "format": "yarn format:code && yarn format:other", "format:code": "yarn prettier:code --write", "format:other": "yarn prettier:other --write", "prettier:code": "prettier --cache --cache-strategy content \"**/*.{js,ts}\"", "prettier:other": "prettier --cache --cache-strategy content \"**/*.{md,css,scss,yaml,yml}\"", "test:clean": "rimraf ./coverage", "test:e2e": "node test/scripts/run-e2e-tests.js", "test:e2e:debug": "node test/scripts/run-e2e-tests.js --debug", "test:e2e:clean": "node test/scripts/run-e2e-tests.js clean", "test:front:all": "cross-env IS_EE=true nx run-many --target=test:front --nx-ignore-cycles", "test:front": "cross-env IS_EE=true jest --config jest.config.front.js", "test:front:watch": "cross-env IS_EE=true run test:front --watch", "test:front:update": "run test:front -u", "test:front:all:ce": "cross-env IS_EE=false nx run-many --target=test:front:ce --nx-ignore-cycles", "test:front:ce": "cross-env IS_EE=false run test:front", "test:front:watch:ce": "cross-env IS_EE=false run test:front --watch", "test:front:update:ce": "yarn test:front:ce -u", "test:unit:all": "nx run-many --target=test:unit --nx-ignore-cycles", "test:unit": "jest --config jest.config.js", "test:unit:watch": "run test:unit --watch", "test:api": "node test/scripts/run-api-tests.js", "test:generate-app": "yarn build:ts && node test/scripts/generate-test-app.js", "doc:api": "node scripts/open-api/serve.js" }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/preset-react": "7.18.6", "@playwright/test": "1.37.0-alpha-jul-20-2023", "@strapi/admin-test-utils": "workspace:*", "@strapi/eslint-config": "0.1.2", "@swc/cli": "0.1.62", "@swc/core": "1.3.58", "@swc/helpers": "0.5.1", "@swc/jest": "0.2.26", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "babel-eslint": "10.1.0", "chalk": "4.1.2", "chokidar": "3.5.3", "core-js": "3.31.0", "cross-env": "7.0.3", "dotenv": "14.2.0", "eslint": "8.45.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "execa": "5.1.1", "find-up": "5.0.0", "fs-extra": "10.0.0", "get-port": "5.1.1", "glob": "7.2.3", "husky": "8.0.2", "inquirer": "8.2.5", "jest": "29.6.0", "jest-circus": "29.6.0", "jest-cli": "29.6.0", "jest-environment-jsdom": "29.6.1", "jest-watch-typeahead": "2.2.2", "lerna": "6.6.2", "lint-staged": "13.2.2", "lodash": "4.17.21", "nx": "16.5.2", "plop": "2.7.6", "prettier": "2.8.4", "qs": "6.11.1", "rimraf": "3.0.2", "stylelint": "15.10.1", "stylelint-config-recommended": "3.0.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "supertest": "6.3.3", "ts-jest": "29.1.0", "typescript": "5.1.3", "yargs": "17.7.2" }, "engines": { "node": ">=16.0.0 <=20.x.x", "npm": ">=6.0.0" }, "packageManager": "yarn@3.6.1" }