Init project

This commit is contained in:
cyril lopez 2017-09-18 08:52:17 +02:00
parent 682898e60a
commit ccd6c7aad5
8 changed files with 21 additions and 21 deletions

View File

@ -46,7 +46,7 @@
"plop": "^1.8.1", "plop": "^1.8.1",
"prettier": "^1.7.0", "prettier": "^1.7.0",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"strapi-helper-plugin": "file:../strapi-helper-plugin", "strapi-helper-plugin": "3.0.0-alpha.5.5",
"webpack": "^3.6.0" "webpack": "^3.6.0"
}, },
"author": { "author": {
@ -66,4 +66,4 @@
"npm": ">= 3.0.0" "npm": ">= 3.0.0"
}, },
"license": "MIT" "license": "MIT"
} }

View File

@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"fs-extra": "^4.0.1", "fs-extra": "^4.0.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"strapi-admin": "file:../strapi-admin" "strapi-admin": "3.0.0-alpha.5.5"
}, },
"author": { "author": {
"email": "hi@strapi.io", "email": "hi@strapi.io",
@ -41,4 +41,4 @@
"npm": ">= 5.3.0" "npm": ">= 5.3.0"
}, },
"license": "MIT" "license": "MIT"
} }

View File

@ -17,7 +17,7 @@
"fs-extra": "^4.0.0", "fs-extra": "^4.0.0",
"get-installed-path": "^3.0.1", "get-installed-path": "^3.0.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"strapi-utils": "file:../strapi-utils" "strapi-utils": "3.0.0-alpha.5.5"
}, },
"scripts": { "scripts": {
"prepublish": "npm prune" "prepublish": "npm prune"
@ -46,4 +46,4 @@
"npm": ">= 5.3.0" "npm": ">= 5.3.0"
}, },
"license": "MIT" "license": "MIT"
} }

View File

@ -17,7 +17,7 @@
"fs-extra": "^4.0.0", "fs-extra": "^4.0.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"reportback": "^2.0.1", "reportback": "^2.0.1",
"strapi-utils": "file:../strapi-utils" "strapi-utils": "3.0.0-alpha.5.5"
}, },
"author": { "author": {
"name": "Strapi team", "name": "Strapi team",
@ -43,4 +43,4 @@
"npm": ">= 5.3.0" "npm": ">= 5.3.0"
}, },
"license": "MIT" "license": "MIT"
} }

View File

@ -114,4 +114,4 @@
"whatwg-fetch": "^2.0.3" "whatwg-fetch": "^2.0.3"
}, },
"devDependencies": {} "devDependencies": {}
} }

View File

@ -20,7 +20,7 @@
"mongoose-double": "0.0.1", "mongoose-double": "0.0.1",
"mongoose-float": "^1.0.2", "mongoose-float": "^1.0.2",
"pluralize": "^6.0.0", "pluralize": "^6.0.0",
"strapi-utils": "file:../strapi-utils" "strapi-utils": "3.0.0-alpha.5.5"
}, },
"strapi": { "strapi": {
"isHook": true "isHook": true
@ -49,4 +49,4 @@
"npm": ">= 5.3.0" "npm": ">= 5.3.0"
}, },
"license": "MIT" "license": "MIT"
} }

View File

@ -61,7 +61,7 @@
"plop": "^1.8.1", "plop": "^1.8.1",
"prettier": "^1.7.0", "prettier": "^1.7.0",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"strapi-helper-plugin": "file:../strapi-helper-plugin", "strapi-helper-plugin": "3.0.0-alpha.5.5",
"webpack": "^3.6.0" "webpack": "^3.6.0"
} }
} }

View File

@ -52,13 +52,13 @@
"node-schedule": "^1.2.0", "node-schedule": "^1.2.0",
"semver": "^5.4.1", "semver": "^5.4.1",
"stack-trace": "0.0.10", "stack-trace": "0.0.10",
"strapi-generate": "file:../strapi-generate", "strapi-generate": "3.0.0-alpha.5.5",
"strapi-generate-admin": "file:../strapi-generate-admin", "strapi-generate-admin": "3.0.0-alpha.5.5",
"strapi-generate-api": "file:../strapi-generate-api", "strapi-generate-api": "3.0.0-alpha.5.5",
"strapi-generate-new": "file:../strapi-generate-new", "strapi-generate-new": "3.0.0-alpha.5.5",
"strapi-generate-policy": "file:../strapi-generate-policy", "strapi-generate-policy": "3.0.0-alpha.5.5",
"strapi-generate-service": "file:../strapi-generate-service", "strapi-generate-service": "3.0.0-alpha.5.5",
"strapi-utils": "file:../strapi-utils" "strapi-utils": "3.0.0-alpha.5.5"
}, },
"author": { "author": {
"email": "hi@strapi.io", "email": "hi@strapi.io",
@ -85,4 +85,4 @@
}, },
"preferGlobal": true, "preferGlobal": true,
"license": "MIT" "license": "MIT"
} }