-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
53
54
55
56
57
58
{
"name": "hero-haiku-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"server": "babel-node ./src/_bin/www",
"server:prod": "node ./dist/_bin/www",
"dev": "SET NODE_ENV=development & npm-run-all server",
"clean": "rimraf dist",
"build": "babel ./src --out-dir dist",
"prod": "SET NODE_ENV=production & npm-run-all clean build server:prod",
"watch": "nodemon"
},
"dependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@easypost/api": "^3.10.1",
"@paypal/checkout-server-sdk": "^1.0.2",
"babel-polyfill": "^6.26.0",
"binpackingjs": "^2.4.0",
"cloudinary": "^1.26.0",
"cookie-parser": "~1.4.4",
"core-js": "^3.14.0",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dictionary-en": "^3.1.0",
"dotenv": "^8.6.0",
"easypost": "^0.1.1",
"en-dictionary": "^1.2.4",
"express": "~4.16.1",
"express-jwt": "^6.0.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"moby": "^1.1.2",
"mongoose": "^5.12.13",
"morgan": "~1.9.1",
"nanoid": "^3.1.23",
"natural": "^5.0.3",
"node-wordnet": "^0.1.12",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"powerthesaurus-api": "^2.0.3",
"pug": "2.0.0-beta11",
"shippo": "^1.6.0",
"string-similarity": "^4.0.4",
"usps-webtools": "^1.0.5",
"winston": "^3.3.3",
"wndb-with-exceptions": "^3.0.2",
"wordnet": "^0.1.2"
},
"devDependencies": {
"babel-node": "0.0.1-security",
"npm-run-all": "^4.1.5"
}
}