mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
69 lines
2.2 KiB
JSON
Executable File
69 lines
2.2 KiB
JSON
Executable File
{
|
|
"private": true,
|
|
"version": "3.0.0-alpha.14.1.1",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"assert": "~1.3.0",
|
|
"axios": "^0.18.0",
|
|
"babel-eslint": "^6.1.2",
|
|
"chalk": "^2.4.1",
|
|
"eslint": "^3.12.2",
|
|
"eslint-plugin-babel": "^4.0.0",
|
|
"eslint-plugin-react": "^6.8.0",
|
|
"eslint-plugin-redux-saga": "^0.3.0",
|
|
"gitbook-cli": "^2.3.2",
|
|
"istanbul": "~0.4.2",
|
|
"jest": "^22.4.3",
|
|
"jest-cli": "^22.4.4",
|
|
"lerna": "^2.0.0",
|
|
"lodash": "^4.17.5",
|
|
"mocha": "~2.4.5",
|
|
"pre-commit": "~1.1.2",
|
|
"redux-saga": "^0.14.3",
|
|
"request": "^2.87.0",
|
|
"shelljs": "^0.7.7",
|
|
"strapi-lint": "file:packages/strapi-lint"
|
|
},
|
|
"scripts": {
|
|
"clean": "npm run removesymlinkdependencies && rm -rf package-lock.json && rm -rf packages/*/package-lock.json",
|
|
"clean:all": "npm run removesymlinkdependencies && rm -rf package-lock.json && rm -rf packages/*/package-lock.json && rm -rf 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",
|
|
"lint": "node ./scripts/lint.js",
|
|
"test": "node ./test/start.js",
|
|
"prettier": "node ./packages/strapi-lint/lib/internals/prettier/index.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": ">= 9.0.0",
|
|
"npm": ">= 5.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|