-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.44 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
49
50
51
52
{
"name": "ample-server",
"version": "1.0.0",
"description": "server for Ample app",
"main": "server.js",
"engines": {
"node": "^8.11"
},
"dependencies": {
"autocomplete.js": "^0.29.0",
"aws-sdk": "^2.282.1",
"body-parser": "^1.17.2",
"bootstrap": "^4.0.0-beta.3",
"clamp-js": "^0.7.0",
"clamp-js-main": "^0.11.4",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.11",
"db-migrate": "^0.10.0-beta.20",
"db-migrate-pg": "^0.1.11",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.15.3",
"express-basic-auth": "^1.1.4",
"express-ejs-layouts": "^2.3.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fb": "^2.0.0",
"geoip-lite": "^1.2.1",
"google-auth-library": "^1.3.2",
"heroku-ssl-redirect": "0.0.4",
"memjs": "^1.2.0",
"pg-promise": "^5.9.5",
"pluralize": "^7.0.0",
"probe-image-size": "^4.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"concurrently": "^3.5.1",
"mocha": "^3.5.0",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10"
},
"scripts": {
"test": "mocha",
"start": "node src/start.js",
"start-dev": "concurrently -k \"npm run start\" \"webpack --watch --mode=development\"",
"heroku-postbuild": "db-migrate up --env production && webpack --mode=production && script/insert-categories.js production"
},
"author": "",
"license": "ISC"
}