-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mario",
"version": "1.0.0",
"description": "webpage to pdf",
"repository": "git@github.com:thewillhuang/mario.git",
"author": "William Huang <will.h86@gmail.com>",
"license": "MIT",
"dependencies": {
"apex.js": "^2.0.0",
"autoprefixer": "^7.1.1",
"aws-sdk": "^2.66.0",
"content-disposition": "^0.5.2",
"mime": "^1.3.6",
"postcss": "^6.0.1",
"ramda": "^0.24.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-ramda": "^1.2.0",
"babel-plugin-transform-promise-to-bluebird": "^1.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-runtime": "^6.23.0",
"bluebird": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-security": "^1.3.0",
"webpack": "^3.3.0"
},
"scripts": {
"nuke": "find . -type d -name node_modules -exec rm -fr {} + && rm -fr o.zip .DS_Store && yarn ",
"postinstall": "find ./functions/* -name package.json -maxdepth 2 -execdir ~/.yarn/bin/yarn \\;"
}
}