You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
34 lines
781 B
JSON
34 lines
781 B
JSON
{
|
|
"dependencies": {
|
|
"archiver": "^2.0.0",
|
|
"bluebird": "^3.4.0",
|
|
"fs-extra": "^0.26.7",
|
|
"glob": "^7.1.2",
|
|
"localmodule": "file:../../mymodule",
|
|
"lodash": "^4.17.4",
|
|
"npm-programmatic": "0.0.5",
|
|
"uuid": "^5.4.1",
|
|
"ts-node": "^3.2.0",
|
|
"@scoped/vendor": "1.0.0",
|
|
"pg": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"chai": "^4.1.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"eslint": "^4.3.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-lodash": "^2.4.4",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.4.2",
|
|
"mockery": "^2.1.0",
|
|
"serverless": "^1.17.0",
|
|
"sinon": "^2.3.8",
|
|
"sinon-chai": "^2.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "*"
|
|
}
|
|
}
|