-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
39
40
41
42
43
44
45
46
47
48
{
"name": "aws-serverless-express-valiadmin",
"version": "1.0.0",
"description": "AWS Serverless Express Vali Admin",
"main": "handler.js",
"scripts": {
"sass": "node-sass admin/sass -o admin/css",
"deploy": "npm run sass | serverless --stage=dev deploy",
"test": "jest"
},
"keywords": [
"valiadmin",
"admin",
"pug",
"sass",
"serverless",
"aws",
"dynamodb"
],
"author": "Hans Bonini",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-source-map-support": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"pug-loader": "^2.3.0",
"serverless-webpack": "^4.2.0",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"aws-serverless-express": "^3.1.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"jest": "^22.1.4",
"pug": "^2.0.0-rc.4",
"pug-static": "^1.0.1",
"source-map-support": "^0.5.3"
}
}