-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "captured",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"build": "node_modules/.bin/tsc -p ./src/server/tsconfig.json",
"build-app": "node_modules/.bin/webpack",
"start": "node dist/server/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thomas Townsend",
"license": "MIT",
"devDependencies": {
"@types/body-parser": "^1.16.6",
"@types/bootstrap": "^3.3.36",
"@types/express": "^4.0.37",
"@types/express-handlebars": "0.0.29",
"@types/mongodb": "^2.2.14",
"@types/sharp": "^0.17.5",
"@types/webpack": "^3.0.14",
"awesome-typescript-loader": "^3.2.3",
"typescript": "^2.5.3",
"webpack": "^3.8.1"
},
"dependencies": {
"@material/form-field": "^0.23.0",
"@types/googlemaps": "^3.29.2",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"material-components-web": "^0.22.0",
"mongodb": "^2.2.33",
"sharp": "^0.18.4"
}
}