mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
60 lines
1.8 KiB
JSON
Executable File
60 lines
1.8 KiB
JSON
Executable File
{
|
|
"private": true,
|
|
"version": "3.0.0-alpha.12",
|
|
"devDependencies": {
|
|
"assert": "~1.3.0",
|
|
"babel-eslint": "^6.1.2",
|
|
"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",
|
|
"lerna": "^2.0.0",
|
|
"lodash": "^4.17.5",
|
|
"mocha": "~2.4.5",
|
|
"pre-commit": "~1.1.2",
|
|
"redux-saga": "^0.14.3",
|
|
"shelljs": "^0.7.7"
|
|
},
|
|
"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 && node ./scripts/setup.js && npm run clean",
|
|
"test": "make test"
|
|
},
|
|
"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",
|
|
"test"
|
|
],
|
|
"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"
|
|
}
|