-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "hack-the-north",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "concurrently \"webpack --watch\" \"nodemon ./bin/www\"",
"build": "webpack"
},
"dependencies": {
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@google-cloud/text-to-speech": "^3.1.3",
"@google-cloud/vision": "^2.3.0",
"async": "^3.2.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"ibm-watson": "^6.0.2",
"lodash": "^4.17.20",
"morgan": "~1.9.1",
"nodemon": "^2.0.7",
"pg": "^8.5.1",
"regenerator-runtime": "^0.13.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stuffbyliang/hack-the-north.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stuffbyliang/hack-the-north/issues"
},
"homepage": "https://github.com/stuffbyliang/hack-the-north#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.4",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
}
}