mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
100 lines
3.7 KiB
JSON
100 lines
3.7 KiB
JSON
{
|
|
"private": true,
|
|
"version": "3.0.0-alpha.26",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"assert": "~1.3.0",
|
|
"axios": "^0.18.0",
|
|
"babel-cli": "6.26.0",
|
|
"babel-core": "6.26.0",
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-jest": "^24.1.0",
|
|
"babel-loader": "7.1.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-destructuring": "6.23.0",
|
|
"babel-plugin-transform-es2015-parameters": "6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
"babel-plugin-transform-react-constant-elements": "6.23.0",
|
|
"babel-plugin-transform-react-inline-elements": "6.22.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.18",
|
|
"babel-polyfill": "6.26.0",
|
|
"babel-preset-env": "1.6.1",
|
|
"babel-preset-react": "6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"chalk": "^2.4.1",
|
|
"cross-env": "^5.2.0",
|
|
"cypress": "3.1.2",
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-babel": "^4.0.0",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"eslint-plugin-redux-saga": "^0.8.0",
|
|
"execa": "^1.0.0",
|
|
"istanbul": "~0.4.2",
|
|
"jest": "^24.5.0",
|
|
"jest-cli": "^24.5.0",
|
|
"lerna": "^2.0.0",
|
|
"lodash": "^4.17.5",
|
|
"pre-commit": "~1.1.2",
|
|
"prettier": "^1.16.4",
|
|
"pretty-quick": "^1.10.0",
|
|
"redux-saga": "^0.14.3",
|
|
"request": "^2.87.0",
|
|
"request-promise-native": "^1.0.7",
|
|
"shelljs": "^0.7.7",
|
|
"snyk": "^1.99.0",
|
|
"strapi-lint": "file:packages/strapi-lint",
|
|
"wait-on": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "npm run removesymlinkdependencies && npx rimraf package-lock.json && npx rimraf packages/*/package-lock.json",
|
|
"clean:all": "npm run removesymlinkdependencies && npx rimraf package-lock.json && npx rimraf packages/*/package-lock.json && npx rimraf packages/*/node_modules",
|
|
"doc": "node ./scripts/documentation.js",
|
|
"release": "npm run clean:all && npm install && npm run createsymlinkdependencies && lerna exec --concurrency 1 -- npm install && npm run removesymlinkdependencies && node ./scripts/publish.js $TAG",
|
|
"createsymlinkdependencies": "node ./scripts/createSymlinkDependencies.js",
|
|
"removesymlinkdependencies": "node ./scripts/removeSymlinkDependencies.js",
|
|
"setup:build": "npm run setup --build",
|
|
"setup": "npm run clean:all && npm install ./packages/strapi-lint --save-dev && npm install && node ./scripts/setup.js && npm run clean",
|
|
"setup:ci": "npm install && node ./scripts/setup.js",
|
|
"prettier": "node ./packages/strapi-lint/lib/internals/prettier/index.js",
|
|
"lint": "node ./scripts/lint.js",
|
|
"snyk": "node ./scripts/snyk.js",
|
|
"test:clean": "rimraf ./coverage",
|
|
"test:front": "npm run test:clean && cross-env NODE_ENV=test jest --config ./jest.config.front.js --coverage",
|
|
"test:front:watch": "cross-env NODE_ENV=test jest --config ./jest.config.front.js --watchAll",
|
|
"test:front:update": "cross-env NODE_ENV=test jest --config ./jest.config.front.js --u",
|
|
"test:snyk": "snyk test",
|
|
"test:unit": "lerna exec -- npm run test -s",
|
|
"test:e2e": "FORCE_COLOR=true jest --config jest.config.e2e.js --runInBand --verbose --forceExit --detectOpenHandles",
|
|
"test:generate-app": "node test/createTestApp.js",
|
|
"test:start-app": "node test/startTestApp.js"
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi Solutions",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"pre-commit": [
|
|
"clean",
|
|
"lint"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|